Northern Man

Results 611 comments of Northern Man

Well, in the latest commit I stopped logging of unparsed messages to the serial output unless PUBLISH_UNPARSED is set. I also added the ability to enable device decoder verbose mode...

From the list at the top of this issue, I think I'm ready to publish this as the final. I'm going to park item 3 and 4 for now.

Tks everyone for their assistance with this release, I have now merged the branch into the master via #18 Now to get openMQTTGateway updated as well

https://github.com/1technophile/OpenMQTTGateway/pull/1122

I agree with you that the documentation is currently lacking and I will be improving over time. I mostly just threw a README up and had concentrated on the integration...

Nothing, just listen for ASK/OOK signals This from my device ( '-DRTL_DEBUG=4' is very verbose ) ``` Registering protocol [96] "WT0124 Pool Thermometer" Registering protocol [98] "X10 Security" N: ******...

This is when '-DRTL_DEBUG=4' is commented out I have several devices and they are chatty so I get multiple messages per minute. ``` N: ****** setup ****** N: ****** setup...

This is not a scenario I took into account when designing the library. And the library is currently not checking for a live cc1101 as well ;-( Can you just...

Yes change either the rtl_433_ESP or SmartRC-CC1101-Driver-Lib ?

I’m watching the RSSI level in the arduino Loop function, then when RSSI is above MINRSSI a interrupt routine records pulse duration of GDO2. Start and end of signal is...