explanation about multiple air conditioners
Hi all and thanks deiger for the program! i have an home assistant core-2021.11.1 under a vm in truenas,, i have 3 air conditioners with b version module but mqtt discover just 2 air conditioners and just one is working , the other entity is "not available" and the third one is not discovered anymore. ,i have installed mosquitto with default port, installed aircon with port 8888 , added a not administrator user to use as mqtt_user and password for moquitto and aircon but i have the same result without acl: i see 3 online air conditioners in the hi smart ac app and also in the router with their ip addresses, here i can see working just one air conditioner with ip 192.168.1.136 that is shown in the log below too i dont understend how to add the other 2 air conditioners in the configuration the other two are 192.168.130 and .170 so i don't understend what is that 192.168.1.128 in the log thanks i advance
the log says "failed to connect to 192.168.1.128" but the two air conditioners have both different ip I0804 20:12:40.501 web_log.py:206] 192.168.1.136 [04/Aug/2022:18:12:40 +0000] "POST /local_lan/key_exchange.json HTTP/1.1" 200 213 "-" "-" I0804 20:12:40.509 web_log.py:206] 192.168.1.136 [04/Aug/2022:18:12:40 +0000] "GET /local_lan/commands.json HTTP/1.1" 200 481 "-" "-" I0804 20:12:40.520 query_handlers.py:139] Decrypted: {"seq_no":0,"data":{"name":"f_e_indisplay","value":0}} I0804 20:12:40.521 web_log.py:206] 192.168.1.136 [04/Aug/2022:18:12:40 +0000] "POST /local_lan/property/datapoint.json?cmd_id=94&status=200 HTTP/1.1" 200 149 "-" "-" E0804 20:12:43.347 notifier.py:121] Failed to connect to 192.168.1.128, maybe it is offline?
All I can suggest is checking these steps:
- stop the container;
- make sure that all your AC units are installed, configured, and reachable in your mobile app;
- assign fixed IP addresses to the ACs in your router;
- delete the config_*.json files you already have in your config directory;
- start the container
thanks i re assigned static ip 192.168.1.128 to the second one and its worked! then the third one wasnt discovered , ive seen this air cond had a wrong self assigned mac address in the router then i just turend off the power 3-4 times ,deleting and reinstallin the air conditoiner in the hisense app and then after many times it changed the ip with a new one with the right mac address and it has been discovered too! thanks all