rtl_433_ESP icon indicating copy to clipboard operation
rtl_433_ESP copied to clipboard

Missing "power" fields for Oregon Scientific Weather Sensor

Open puterboy opened this issue 1 year ago • 5 comments

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

puterboy avatar Sep 25 '24 13:09 puterboy

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.

NorthernMan54 avatar Sep 30 '24 13:09 NorthernMan54

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'

puterboy avatar Sep 30 '24 13:09 puterboy

I just refreshed the device decoders to the latest rtl_433 decoders, so maybe this is resolved.

NorthernMan54 avatar Nov 30 '24 01:11 NorthernMan54

@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?

puterboy avatar Nov 30 '24 22:11 puterboy

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

NorthernMan54 avatar Nov 30 '24 23:11 NorthernMan54