-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #19
Comments
The problem is that hassio can't identify the status of the AC because the value topic is written in capitol letter. The author of the script could transform the topic in a way that hassio can use for update the status and for the command. Infact the only function that works is a number status. |
Hi @ck007max my topic it is lowecase: ./hisense.py --port 8888 --ip 192.168.1.251 --config config_stanzetta.json --mqtt_host 192.168.1.52 --mqtt_user user:password --mqtt_topic hisense_stanzetta |
I use your config and your original topic, but when I launch the hisense.py script I receive these following messages from HA: 2020-05-29 20:15:29 ERROR (MainThread) [homeassistant.components.mqtt.climate] Invalid swing_modes mode: |
IIUC, the error message for e.g. "Invalid fan_modes mode:" should end with the invalid mode. It seems that it got an empty string... |
@deiger Of course I have already done it but it doesn't work see below: |
@deiger Read also this message afgter status service command: |
I see in your screenshot value_template is set. Could you try removing that line? |
@deiger I have tryed to remove that line but doesn't work |
@deiger I've followed your change and I've removed "value_template". Now, the HACV component reads the status, but there is a problem with the command line. I can't change the status of the settings via HA. If I push "cool" button, nothing happens. And there is a problem with fan_only mode: 2020-05-30 08:29:45 ERROR (MainThread) [homeassistant.components.mqtt.climate] Invalid fan_modes mode: fan_only. It happens when AC is off or after switch off. |
Ah, found the bug - please re-download the server script and retry. |
From mqtt explorer there are all command.. and if i change mode from remote controll on mqtt explorer change correctly... but from HA not work maybe the config it is not correct?
see below
only temperature work....
The text was updated successfully, but these errors were encountered: