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...}
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.