-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRMQTTServer and AKB74955603 #1542
Comments
Kind of. HA's MQTT Discovery is all about devices announcing themselves via MQTT telling HA that it exists, and what attributes/topics etc it has/uses, so that it can be edited via the HA user interface etc. i.e. Not having to edit
Yep.
No. It has to be done via MQTT or the IRMQTTServer's Web UI. Looking at your MQTT log, I notice a number of things:
If I'm reading it (log) correctly, You told it to reboot. It rebooted successfully. It read the previous I just checked my HA config: I too, clearly have disabled the Re: Looking at the code, the reason that message is likely generated is because the MQTT Discovery message is too long/big for the MQTT library to handle. i.e. Choose a larger value of IRremoteESP8266/examples/IRMQTTServer/IRMQTTServer.h Lines 119 to 123 in b6368bd
|
So I think everything is fine and it's all working OK! Let's close the thread then?
Haha sorry, this is how HA/mqtt shows it.
Agree, but couldn't find a way to set that but I believe that the message number helps
Well, this doesn't actually seems worth it :-D Again, @crankyoldgit, I appreciate your work and if there's anything I can do to help you or the community, count me in! Best |
No worries. Thanks for getting back to us. Closing. |
Moving from #1513
@crankyoldgit good morning!
Good news, compiled WebUpdate.ino and managed to go back/forth with Tasmota and IRMQTT - so the issue is indeed related to the memory size. Did not try with IRMQTTServer's minimal though (tried but it failed compiling, probably something my side too). But it's good to share with this community the plan B.
Must confess I don't really understand what this was supposed to do... Instead of configuring the entity at configuration.yaml it would show up "magically"?
Sorry, does this print shows you the web page info you mentioned?
Now for the MQTT debug, I restored the power topic at configuration.yaml, set a listener to ir_server_quarto/#, booted and turned the A/C on, fan mode. These are all the messages I got:
The A/C beeps as if it was turning off first, then I think comes the second command setting the mode and turns it on properly. And sorry for the long message, but you also mentioned the model topic. I couldn't find a way to set the model on the HA side - am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: