I used to use the Netatmo custom component to override the default 2hours of the manual boost on the thermostat.
Now Iāve updated to 0.89 and updated the custom component files, but I canāt seem to identify on the code where the 2 hours default value is set, so that I can override it with another value.
Thanks h4nc.
That works when you set the target temp using the netatmo thermostat App. If you set the target temp using HA, the manual boost will always be set for 2 hours regardless the value set on the official Netatmo appā¦
I see sorry that I didnāt get that. @Baosong_Shan will be able to tell you the right answer.
In the meantime you could set up an automation that turn climate.xxx-entities back to āautoā when they were āmanualā for āyour desired valueā.
Hi. I have cleaned up everything in custom components and running version 0.91.0.dev0. But Iām now getting the following error:
Error while setting up platform netatmo
Traceback (most recent call last):
File "/usr/local/lib/python3.7/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.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
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/netatmo/climate.py", line 87, in setup_platform
homes = home_data.get_home_names()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/climate.py", line 301, in get_home_names
self.setup()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/climate.py", line 314, in setup
self.homedata = pyatmo.HomeData(self.auth)
File "/config/deps/lib/python3.7/site-packages/smart_home/Thermostat.py", line 40, in __init__
nameHome = self.rawData[i]["name"]
KeyError: 'name'
Renamed custom_component directory, updated the docker container to 0.90 and everything is working as expected (I have thermostat, valves, cameras and weather station from Netatmo)
Edit, I celebrated too early, all netatmo devices works expect thermostat and valves ā¦
Thank you very much for the time you have put into this @Baosong_Shan !!!
Hi, I have the camera netatmo and it has stopped working in version 0.91, it is not clear to me what files I have to enter in custom_components. Can someone explain to me how to configure it now?