cpainchaud / RFLink32

RFLink for ESP, with MQTT client
Other
118 stars 44 forks source link

Plugins 048 & 101 for decoding Oregon Scientific Protocols not implemented?? #74

Closed tkotz8105 closed 8 months ago

tkotz8105 commented 1 year ago

I have several sensors using the Oregon V1 and V2 protocols that are not being recognized even with moving the senors close to the rf433 card. I noticed in the code that the plugins for the Oregon sensors (048 and 0101) are not used.... filename extensions were changed from 'c' to 'old'. I've looked at the code to see if one of the other plugins perform that function but I couldn't figure it out. Any explanation & help are greatly appreciated.

yndtrud commented 1 year ago

I analyzed the plugin code and corrected the errors, you can compile the firmware from my sources.

It works for me with a sensor Oregon Scientific THN132N. OpenHab->Mosquitto->Sonoff RF2 Bridge->RFLink

2023-04-22_223337

1) Unpack files from archive to RFLink folder 2) Don't forget to uncomment the #define PLUGIN_048 // Oregon v1/v2/v3 line in Plugins_Plugin_Config_01.h

oregon_20230422.zip

tkotz8105 commented 1 year ago

@yndtrud Thanks ... I'll try it

nona00 commented 1 year ago

oregon_20230422.zip

for me the patch works with Oregon UV138 UV Sensor (EA7C) and Indoor Temp/Hygro: THGN122N, THGN123N, THGR122NX, THGR228N, THGR238, THGR268, THGR122X

would be great if the patch could be merged

cpainchaud commented 1 year ago

I am not seeing any Pull Request with said patch ....

yndtrud commented 1 year ago

We don't see anything either. How mysterious!

cpainchaud commented 8 months ago

@yndtrud 's patch manually merged.

thx