puuu / ESPiLight

ESPiLight - pilight 433.92 MHz protocols library for Arduino
GNU General Public License v3.0
110 stars 41 forks source link

Oregon Temp sensor #27

Open tvch opened 6 years ago

tvch commented 6 years ago

Hello

Im quite out of my leage when it comes to this stuff, but i've got some sonsors that should work with this newer protocol version. How can i include this branch of pilight in ESPLight?

https://wiki.pilight.org/oregon

puuu commented 6 years ago

See also pilight/pilight#270, since this protocol do not send a footer that can be easily detected it required rewriting of core components. Best is to wait for integration into pilight. Unfortunately the development of this protocol seems to stopped.

tvch commented 6 years ago

Thanks for your answer. I was able compile the corresponding oregon_21.c file into the piilight source (i disabled the missing log_level function) but my F007TH are not even supported there.

I think i have to get other sensor, because nobody is in active development of this...

On Thu, Jan 11, 2018 at 10:14 AM, puuu notifications@github.com wrote:

See also pilight/pilight#270 https://github.com/pilight/pilight/pull/270, since this protocol do not send a footer that can be easily detected it required rewriting of core components. Best is to wait for integration into pilight. Unfortunately the development of this protocol seems to stopped.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/puuu/ESPiLight/issues/27#issuecomment-356872768, or mute the thread https://github.com/notifications/unsubscribe-auth/AFUBxEVagQxCnn3Dll0L7Hk21qmCdTYiks5tJdDmgaJpZM4RSRGT .

mlesn commented 6 years ago

Hello,

Did you manage to setup support for another Oregon sensor? I have 2x THGR122NX sensors and I wonder if this dev-version of the ordegon decoder will do the job (after compiling it into pilight).

Greetings, M

Thanks for your answer. I was able compile the corresponding oregon_21.c file into the piilight source (i disabled the missing log_level function) but my F007TH are not even supported there.

I think i have to get other sensor, because nobody is in active development of this...

puuu commented 5 years ago

pilight/pilight#270 is close and the fork is not in active development.

Meanwhile TFA 2017 has been implemented for pilight. The description refers to a pdf stating that it is the "Oregon Scientific Protocol versions 1.0, 2.1, 3.0".

ESPiLight v0.16.0 contains this protocol. Maybe it works with your sensors?

I can not test it because I do not have an oregon device. I also do not know if the tfa_2017 protocol can be received with ESPiLight. It is possible that some small changes are required.