Irremoteesp8266: Problem with MQTT discovery message for Home Assistant from IRMQTTServer

Created on 23 Aug 2019  路  5Comments  路  Source: crankyoldgit/IRremoteESP8266

After sending MQTT discovery message to Home Assistant, it recognizes everything correct but is sending the commands into the wrong topic.

It is sending the AC command to: ir_daikin/acac/cmnd/mode
but it should be: ir_daikin/ac/cmnd/mode

This is the discovery message the IRMQTTServer sends:
{"~":"ir_daikin/ac","name":"ir_daikin_aircon...}

When sending the discovery message manually without the first "ac" everything works:
{"~":"ir_daikin/","name":"ir_daikin_aircon...}

bug

All 5 comments

Thanks for the report. I'll look into it.

The fix should now be in the master branch. If you could download and confirm it is working, that would be fabulous! Otherwise, I'm going to assume it's working until I hear differently.

It is working now, thank you sir.

Excellent. Thanks for confirming!

FYI: The changes mentioned above have been included in v2.6.5 of the library which has just been released.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andreimos picture andreimos  路  3Comments

leobel96 picture leobel96  路  6Comments

wahibmichael picture wahibmichael  路  4Comments

bilkosem picture bilkosem  路  5Comments

ilyasrois picture ilyasrois  路  3Comments