David Conran

Results 94 comments of David Conran

I think you're right for now. I just have to find time to get to it.

Have you tried controlling the device using the `KELVINATOR` protocol?

FWIW, I've had the Toggle button not work occasionally after restart, until pressed a couple of times. Then it works. This may be due to connectivity issues if the processor...

@zpin Can you please download and try branch [Issue1859](https://github.com/crankyoldgit/IRremoteESP8266/tree/Issue1859) https://github.com/crankyoldgit/IRremoteESP8266/tree/Issue1859 and let me know how it goes. It should decode the (very) short messages now. It doesn't do everything yet....

Looking at that data, it seems 35C is the max sensor temp recorded, and the lowest is 5C. I'll look at adding the appropriate limits to `sendSensorTemp()` so we don't...

I've added bounds checking to that funtion, so we don't get any unexpected results. FWIW, mathematically the minimum sensor temp looks like it could be 4C. So I've allowed that....

Apologies. I had forgotten about that branch. No sure were I was/am with that. Created PR #1906 to merge it in.

FYI, the changes mentioned above have now been included in the new [v2.8.3 release](https://github.com/crankyoldgit/IRremoteESP8266/releases/tag/v2.8.3) of the library.