-
Notifications
You must be signed in to change notification settings - Fork 19
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
climate_ip: error while creating controller! #13
Comments
I haven't seen any other users with the mim version, are you sure it is the correct file you are using ? what is the model of the heat pump @valdenny ? |
Hi @atxbyea , thanks for supporting me! It is a dual split system AR12MSFPEWQNET and AR09MSFPEWQNET. To manage everything via mobile, Samsung support recommended the MIM-H03 WiFi Kit. I am a System Administrator, I am not a Developer, but if you guide me we can solve it together. |
Oct 30 14:37:17 DVSL_HomeAssistant hass: 2020-10-30 14:37:17 ERROR (MainThread) [custom_components.climate_ip.climate] climate_ip: error while creating controller! Seems to indicate this bit of code :
Which is related to the vol.Optional(CONF_CONTROLLER, default=DEFAULT_CONF_CONTROLLER): cv.string,
Try putting |
Hi Eirik, climate:
I also added some "print" inside the files to facilitate troubleshooting: climate.py line 122: print ("DEBUG_1", hass, config ) Below you can see the Start log and then the Home Assistant stop log. Starting Home Assistant LOG
|
Hi Eirik, do you have any suggestions for me to understand where the problem lies? thank you very much! |
Hi folks, climate:
But the control isn't working: From the log, I get: Logger: custom_components.climate_ip.climate I did not edit the "mim-h03_heatpump.yaml" file (really don't know how to). I'm running HA supervised on Docker: System Health
Home Assistant Community Store
Home Assistant Cloud
Hass.io
Lovelace
Any help would be greatly appreciated. Thanks! |
Hi @Poncharello, |
Ciao @valdenny, Thanks in advance! |
Hi @valdenny, 2021-03-26 21:49:55 INFO (MainThread) [custom_components.climate_ip.climate] climate_ip: async setup platform |
Solved. status_template: '{{ device_state.Devices.1 }}' to this: status_template: '{{ device_state.Devices.2 }}' Cheers |
Dear atxbyea,
I have a problem with this custom component.
Can you help me pls?
Best regards.
Daniele
HA Version
Home Assistant 0.115.2
configuration.yaml
climate:
name: 'AC Living Room'
config_file: 'mim-h03_heatpump.yaml'
ip_address: 'xxx.xxx.xxxx.xxxx'
token: 'xxxxxxxxxxxxx'
cert: 'ac14k_m.pem'
debug: True
LOG
The text was updated successfully, but these errors were encountered: