David Conran

Results 167 comments of David Conran

Sorry, not yet. I've been to busy with non-code things lately & higher priority stuff. It's not forgotten.

> I have tried not performing any serial I/O or using “Serial.begin(115200, SERIAL_8N1, SERIAL_TX_ONLY)”. I am confused. Your code is littered with `Serial` commands. e.g. ```c++ Serial.println("Sending a message to...

See also: https://github.com/crankyoldgit/IRremoteESP8266/wiki/Troubleshooting-Guide#reporting-an-issue

> 4、I determine that I parsing my MQTT values correctly,bacause the output on the serial is normally Um, you do know that: ```c++ String str = "2"; Serial.println(str); // An...

Thanks for the temperature sequence. With that, I've determined it is in LSBF bit order. Please download and test branch: https://github.com/crankyoldgit/IRremoteESP8266/tree/SanyoAc152Basic / PR #1828 It should detect and send the...

> I have updated the first sheets with new value and started to decode the logic So it's working? Also, can you supply the make & model number of the...

Do you need the Timer functionality? Normally that's a low priority as you can use a computer/service to turn on/off a device when needed. etc.

See: https://www.home-assistant.io/integrations/climate.mqtt/ You've got a HomeAssistant problem, not a problem with this library. Please report the issue there. But I think one of the problems is the version of HA...

No idea off the top of my head. Have you talked to the HA crowd? What are the MQTT messages looking like??