absalom-muc
absalom-muc
The experimental implementation was replaced by the final implementation, please check [Version.md](https://github.com/absalom-muc/MHI-AC-Ctrl/blob/master/Version.md). >I also see now only fan1,2,3. No 4 and no auto when changing fan with IR Where do...
To make sure that my understanding is correct: Once you use set/Fan then it outputs always the right value, also after power off/on. Only when completely removing the power supply...
o.k. thanks, then I've an idea how to fix it - will be added to my todo list.
> I can confirm I had the same scenario as @glsf91 regarding Mode 4 and Mode 'Auto' not being published to MQTT when send via IR. The unit handles the...
I believe setting fan Auto after reset is an appropriate work around, please add ` mhi_ac_ctrl_core.set_fan(7); // set fan AUTO` to the [end of the setup function](https://github.com/absalom-muc/MHI-AC-Ctrl/blob/683149b3861801feeda63f13f7b9fd22890b8239/src/MHI-AC-Ctrl.ino#L389). Please check it.
Thank you for your testing. Then we leave it as it is until we have a better idea.
Soundes reasonable for me. When this topic is really annoying you, you could consider storing the status in the EEPROM. But it seems that we have very different use cases....
What is your configuration for `MQTT_SET_PREFIX MQTT_PREFIX` ? Per default it is "set/", not "Set/"
Thanks for the feedback
@FloR012 confirmed that it works with the 'E'-version.