You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found this project and love it for the simplistic nature!
Before this project I was running rtl_433 (nightly) and was getting data from my Gas (ERT-SCM) and Water (R900) meters without issues. When I switched over to this project I loved the fact I could ignore the noise from the neighbors and only collect my meters. With that being said I have noticed a possible decoding issue between rtl_433 project and this effort.
This is all my data so I am not sharing anyone else in my direct area.
Notice how the nouse/NoUse is set to 0 and also there is the missing unkn2 field? I am not sure if there is an issue in the decoding structure of either project and just trying to make sure everything is the same if possible.
Curious what you mean by you could ignore the noise from your neighbors?
I liked rtlamr would pull JUST the IDs I wanted and with a solution like rtl_433 its a flood and I can't narrow down by device ID but instead narrow down by device.
I recently found this project and love it for the simplistic nature!
Before this project I was running rtl_433 (nightly) and was getting data from my Gas (ERT-SCM) and Water (R900) meters without issues. When I switched over to this project I loved the fact I could ignore the noise from the neighbors and only collect my meters. With that being said I have noticed a possible decoding issue between rtl_433 project and this effort.
This is all my data so I am not sharing anyone else in my direct area.
My water meter as rtl_433 saw it:
After switching to rtlamr I see the following data:
Notice how the nouse/NoUse is set to 0 and also there is the missing unkn2 field? I am not sure if there is an issue in the decoding structure of either project and just trying to make sure everything is the same if possible.
My reference is of course from https://github.com/merbanan/rtl_433/blob/master/src/devices/neptune_r900.c which clearly references this project so not sure who can help :).
The text was updated successfully, but these errors were encountered: