-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi,
Thanks for the great work and documentation, it made it rather easy to implement this at home !
I just have to small problems with the power command and the tempSet command if anyone could give me a hint on where I can tweak something to make it better it would be great:
Power command: command seems to be dispatched but the spa (intex sbh20) seems to turn back on right away (the beep can be heard when it switches back on). It does work on some rare occasions so I guessing a problem with some kind of delay or retry ?
TempSet command: this command has no effect at all, neither on the display nor on the value sent back to the mqtt server. I've read that it was common for this command to be problematic but again any hint on where to look at first would be appreciated !
I don't know if the two problems are related or not, all other commands work well. After reading others issues I've tried with and without retain flag on topics + with and without deep sleep mode enabled but nothing changes.
Thanks for the help