You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I have a Daitsu A / C, and I don't know why, but I think it uses the same hardware wifi as the Gree. I installed the Hassio addon and I think everything is ok. In the log section I have this:
[MQTT] Connected to broker on mqtt://xxx.xxx.xxx.xxx:1883
[UDP] Connected to device at xxx.xxx.xxx.xxx
[UDP] New device registered: xxxxxxxx
[UDP] Device xxxxxxxx is bound!
I created the entity with Home assistant but I can't give it any action. In the section Developers Tools -> Services if I call the service climate.turn_on I have this error in the home-assistant.log:
raceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/components/websocket_api/commands.py", line 122, in handle_call_service connection.context(msg)) File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1138, in async_call self._execute_service(handler, service_call)) File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1160, in _execute_service await handler.func(service_call) File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 188, in handle_service self._platforms.values(), func, call, service_name File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/service.py", line 314, in entity_service_call future.result() # pop exception if have File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/service.py", line 328, in _handle_service_platform_call await getattr(entity, func)(**data) File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.7/site-packages/homeassistant/components/climate/__init__.py", line 485, in turn_on raise NotImplementedError() NotImplementedError
I use the Hassio plugin mosquitto for the mqtt broker, this is my entity in configuration.yaml:
`climate:
Hi dragonflyuk i did it! But the home-assistant.log are clean and nothing happens if i interact with the home assistant entity.
I try to sub a command with mosquitto terminal command like this:
Hi guys,
I have a Daitsu A / C, and I don't know why, but I think it uses the same hardware wifi as the Gree. I installed the Hassio addon and I think everything is ok. In the log section I have this:
[MQTT] Connected to broker on mqtt://xxx.xxx.xxx.xxx:1883
[UDP] Connected to device at xxx.xxx.xxx.xxx
[UDP] New device registered: xxxxxxxx
[UDP] Device xxxxxxxx is bound!
I created the entity with Home assistant but I can't give it any action. In the section Developers Tools -> Services if I call the service climate.turn_on I have this error in the home-assistant.log:
raceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/components/websocket_api/commands.py", line 122, in handle_call_service connection.context(msg)) File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1138, in async_call self._execute_service(handler, service_call)) File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1160, in _execute_service await handler.func(service_call) File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 188, in handle_service self._platforms.values(), func, call, service_name File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/service.py", line 314, in entity_service_call future.result() # pop exception if have File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/service.py", line 328, in _handle_service_platform_call await getattr(entity, func)(**data) File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.7/site-packages/homeassistant/components/climate/__init__.py", line 485, in turn_on raise NotImplementedError() NotImplementedError
I use the Hassio plugin mosquitto for the mqtt broker, this is my entity in configuration.yaml:
`climate:
name: Condizionatore Cucina
current_temperature_topic: "MQTT_TOPIC_PREFIX/temperature/get"
temperature_command_topic: "MQTT_TOPIC_PREFIX/temperature/set"
temperature_state_topic: "MQTT_TOPIC_PREFIX/temperature/get"
mode_state_topic: "MQTT_TOPIC_PREFIX/mode/get"
mode_command_topic: "MQTT_TOPIC_PREFIX/mode/set"
fan_mode_state_topic: "MQTT_TOPIC_PREFIX/fanspeed/get"
fan_mode_command_topic: "MQTT_TOPIC_PREFIX/fanspeed/set"
swing_mode_state_topic: "MQTT_TOPIC_PREFIX/swingvert/get"
swing_mode_command_topic: "MQTT_TOPIC_PREFIX/swingvert/set"
power_state_topic: "MQTT_TOPIC_PREFIX/power/get"
power_command_topic: "MQTT_TOPIC_PREFIX/power/set"
payload_off: 0
payload_on: 1
modes:
swing_modes:
fan_modes:
any idea's?
Thanks,
Daniele
The text was updated successfully, but these errors were encountered: