I have this error on hass.io 0.87 could you help me?
thanks
019-02-22 12:21:14 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform netatmo
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/climate/netatmo.py", line 98, in setup_platform
for room_id in room_data.get_room_ids():
File "/config/custom_components/climate/netatmo.py", line 350, in get_room_ids
if self.setup():
File "/config/custom_components/climate/netatmo.py", line 363, in setup
self.update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/util/__init__.py", line 315, in wrapper
result = method(*args, **kwargs)
File "/config/custom_components/climate/netatmo.py", line 386, in update
self.homestatus.rooms[key]['therm_setpoint_temperature']
Thanks for writing this code, I really appreciate this !
(and it saves me a lot of time & work to try doing it myself )
I installed the first 2 files, resulting in an error, and then added the changes for version 0.88
After step 2 my old UI-card was not available, and I could easily add cards for my thermostat and valves
3 questions though :
Do we have to remove the files again when the component has been included in HomeAssistant ?
Will the main files be updated for version 0.88, and do we have to remove the last 2 files manually then ?
Is there any more information available on the functions of the applet ? I can click a green leaf, eco, heat, cool, auto, manual, ⌠but actually I donât know what it does exactly
I have the same error but I use python3.7
Any succestion?
Error loading custom_components.netatmo.climate. Make sure all dependencies are installed
Traceback (most recent call last): File â/usr/local/lib/python3.7/site-packages/homeassistant/loader.pyâ, line 147, in _load_file module = importlib.import_module(path) File â/usr/local/lib/python3.7/importlib/init.pyâ, line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File â<frozen importlib._bootstrap>â, line 1006, in _gcd_import File â<frozen importlib._bootstrap>â, line 983, in _find_and_load File â<frozen importlib._bootstrap>â, line 962, in _find_and_load_unlocked ModuleNotFoundError: No module named âcustom_components.netatmo.climateâ; âcustom_components.netatmoâ is not a package
Original post updated. I added files for HA 0.88, for those who still have issue please try as the updated procedure indicates, and let me know if you still have problems.
No, I just tested, it works (case sensitive with room name). Please re-pull the latest version of __init__.py, because the first version had issue with operation modes.
Well I canât seem to get anything to work after upgrading to 0.88.2 and installing New Netatmo setup above.
Setting Discovery to True will find my termostats but the old âtest-termostatsâ still appear on my Hassio Overview. I cannot figure out how this âhomeâ and âroomâ setup is meant to be. Shouldnât there be some kind of mapping between termostat room-idâs and room names?
May be an updated setup guide could help me and others.
What will have to be in the following folders?
\hassio\config\custom_components
\hassio\config\custom_components\climate
\hassio\config\custom_components\netatmo
Log is also showing this error: ThermostatData::setup() got error.
I hope I can get a clue how to get Netatmo Termostats up and running again.