I have problem with setting of Netatmo integration #16755
Replies: 1 comment
-
Not a frontend issue, which is also why the bug you had raised in the meantime here, was transferred to the core repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi evenybody,
I'm using docker HomeAssistat on NAS synology and trying to set up Netatmo intergation on my Home Assistant.
When I'm adding the new Netatmo integration I'm getting error.
Log Details (ERROR)
Logger: homeassistant.config_entries
Source: components/netatmo/data_handler.py:200
First occurred: 7:10:35 PM (4 occurrences)
Last logged: 7:14:58 PM
Error setting up entry Home Assistant Cloud for netatmo
Error setting up entry Netatmo-Integration-App for netatmo
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/pyatmo/home.py", line 72, in get_module
return getattr(modules, module["type"])(
AttributeError: module 'pyatmo.modules' has no attribute 'NLDP'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/netatmo/init.py", line 164, in async_setup_entry
await data_handler.async_setup()
File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 153, in async_setup
await self.subscribe(ACCOUNT, ACCOUNT, None)
File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 244, in subscribe
await self.async_fetch_data(signal_name)
File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 200, in async_fetch_data
await getattr(self.account, self.publisher[signal_name].method)(
File "/usr/local/lib/python3.10/site-packages/pyatmo/account.py", line 69, in async_update_topology
self.process_topology()
File "/usr/local/lib/python3.10/site-packages/pyatmo/account.py", line 58, in process_topology
self.homes[home_id] = Home(self.auth, raw_data=home)
File "/usr/local/lib/python3.10/site-packages/pyatmo/home.py", line 49, in init
self.modules = {
File "/usr/local/lib/python3.10/site-packages/pyatmo/home.py", line 50, in
module["id"]: self.get_module(module)
File "/usr/local/lib/python3.10/site-packages/pyatmo/home.py", line 78, in get_module
return getattr(modules, "NLunknown")(
File "/usr/local/lib/python3.10/site-packages/pyatmo/modules/module.py", line 520, in init
self.device_type = DeviceType(module["type"])
File "/usr/local/lib/python3.10/enum.py", line 385, in call
return cls.new(cls, value)
File "/usr/local/lib/python3.10/enum.py", line 710, in new
raise ve_exc
ValueError: 'NLDP' is not a valid DeviceType
In my netatmo network there are only light swithces and one scene switch.
Can you please help me how can I set Netatmo integration ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions