AirCon
AirCon copied to clipboard
Entity AC Hisense AEH-W4E1 is unavailable
Hello. I have a problem integrating the Hisense AEH-W4E1 air conditioner. I installed and configured the Mosquitto Broker and HiSense Air Conditioners add-ons. Air conditioning can be controlled via HTTP commands (example: "http://192.168.1.128:8888/hisense/command?property=t_power&value=ON"), but the status of the entity is "Unavailable". Where did I go wrong?
Configuration.yaml climate: #Midea air
- platform: midea_ac host: 192.168.1.175 id: 123456789012345
#HiSense
- platform: mqtt
name: AC Hisense
unique_id: ca2c4fa28273
availability:
- topic: hisense_ac/LWT
- topic: hisense_ac/ca2c4fa28273/available/status precision: 1 temperature_unit: C current_temperature_topic: hisense_ac/ca2c4fa28273/f_temp_in/status fan_mode_command_topic: hisense_ac/ca2c4fa28273/t_fan_speed/command fan_mode_state_topic: hisense_ac/ca2c4fa28273/t_fan_speed/status fan_modes:
- auto
- lower
- low
- medium
- high
- higher mode_command_topic: hisense_ac/ca2c4fa28273/t_work_mode/command mode_state_topic: hisense_ac/ca2c4fa28273/t_work_mode/status modes:
- "off"
- fan_only
- heat
- cool
- dry
- auto swing_mode_command_topic: hisense_ac/ca2c4fa28273/t_fan_power/command swing_mode_state_topic: hisense_ac/ca2c4fa28273/t_fan_power/status swing_modes:
- "on"
- "off" temperature_command_topic: hisense_ac/ca2c4fa28273/t_temp/command temperature_state_topic: hisense_ac/ca2c4fa28273/t_temp/status max_temp: 30 min_temp: 16 send_if_off: false
Hello
I have your same module and your same configuration, it is also not available to me. Have you found a solution?
addons gives me the following errors:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/app/aircon/main.py", line 304, in
same here
if it helps, I set port 8888 and now everything works.
by mistake I entered the broker's port 1883.
i have also 8888 , setted separated user and password can't see the issue would you help me ? i'm italian too
ho anche 8888, utente e password separati impostati non riesco a vedere il problema mi aiutereste? anche io sono italiano
Ci provo... Fammi vedere la configurazione dell'addon Hisense..
Il broker Mqtt ti funziona regolarmente?
I can confirm, port 8888 solve the problem
+1 on 8888 to solve the problem. Documentation is unclear on what the port should be/purpose of it :). Happy to make changes to README if someone can help me understand what that port is for.