Missing "power" fields for Oregon Scientific Weather Sensor
Analysis
I don't have an "Oregon Scientific Weather Sensor" but seemingly one of my neighbors does :) My serial logs show the following warnings:
WARNING: Undeclared field "power1_W" in [101] "Oregon Scientific Weather Sensor"
WARNING: Undeclared field "power2_W" in [101] "Oregon Scientific Weather Sensor"
WARNING: Undeclared field "power3_W" in [101] "Oregon Scientific Weather Sensor"
Seems like their may be fields missing in the detection (Again I don't have one so I am just reporting this to be helpful to others)
Expected Behavior
No warnings
Steps To Reproduce
Just running under OMG rtl-433
Logs
WARNING: Undeclared field "power1_W" in [101] "Oregon Scientific Weather Sensor"
WARNING: Undeclared field "power2_W" in [101] "Oregon Scientific Weather Sensor"
WARNING: Undeclared field "power3_W" in [101] "Oregon Scientific Weather Sensor"
Configuration
As above
Environment
- OS: Lilygo LORA esp32
- Software: OMG_lilygo_rtl_433_ESP
- Node:
- npm:
Process Supervisor
not applicable
Additional Context
No response
That is directly from the decoder, so will not fix as the process with rtl_433_ESP is to use the unmodified original device decoders.
Should I report this elsewhere then? Again no real issue or me since I don't have the device - it's obviously one of my neighbors'
I just refreshed the device decoders to the latest rtl_433 decoders, so maybe this is resolved.
@NorthernMan54 , if I rebuild OpenMQTTGateway (using platformio) will it automatically draw in your new version with the refreshed decoders or does the OpenMQTTGateway project need to bump the rtl433 library version?
I have this PR against OMG - https://github.com/1technophile/OpenMQTTGateway/pull/2125
if your using GitHub desktop, you can easily tell it to set your environment to the OMG pull request, then you can build and go