mongoose-os-apps / mel-ac-homekit

Mitsubishi Electric AirCo (conditioner) and ATW (heat pump) control for HomeKit
Apache License 2.0
53 stars 12 forks source link

Troubleshoot no blinking LED? #11

Closed cjsavoia closed 7 months ago

cjsavoia commented 7 months ago

I have unit MLZ-KY06NA (ceiling cassette w/ CN105). Flashed mel-ac-homekit to an ESP8266 and wired to CN105 according to MEL-AC. Paired to wifi and successfully added to homekit.

I am not seeing the LED blink when changing parameters. Actually not seeing it blink at all. Is there troubleshooting steps to determine where to go next?

cjsavoia commented 7 months ago

The solution was to change uart to O in mos.yml file and then rebuild. Leaving issue open until Readme is updated

d4rkmen commented 7 months ago

hi, I am glad you have solved the problem. Ofcourse there are different boards with differfent pinouts for UART. There is why we use mongoose config service. To change any setting just call: mos config-set mel-ac.uart_no=0 and dont need to recompile and\or reflash

cjsavoia commented 7 months ago

Thats great to know. I saw another issue that was fixed by changing the UART #. I would recommend to add a small note in the README. Closing issue now. Thanks!