BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
66 stars 23 forks source link

Alpha innotec not recognized #244

Closed alias closed 3 months ago

alias commented 3 months ago

This may not be related to just this WP. Connection was established and a the device was detected (

2024-03-16 08:54:25.717 ERROR (MainThread) [homeassistant.components.sensor] luxtronik2: Not adding entity with invalid device info: Invalid device info {'configuration_url': 'http://192.168.10.41/', 'default_manufacturer': 'Alpha Innotec', 'default_model': '', 'default_name': 'Wärmepumpe', 'identifiers': {('luxtronik2', '330221_033_heatpump')}, 'manufacturer': 'Alpha Innotec', 'model': 'MSW 10', 'name': 'Wärmepumpe 330221-033', 'suggested_area': 'Utility room', 'sw_version': 'V3.88.0'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information. ... (repeats many times) ... 2024-03-16 08:54:25.736 ERROR (MainThread) [homeassistant.components.sensor] luxtronik2: Not adding entity with invalid device info: Invalid device info {'configuration_url': 'https://www.heatpump24.com/DownloadArea.php?layout=1', 'default_name': 'Heizung', 'identifiers': {('luxtronik2', '330221_033_heating')}, 'manufacturer': 'Alpha Innotec', 'model': 'MSW 10', 'name': 'Heizung'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information. ... 2024-03-16 08:54:25.736 ERROR (MainThread) [homeassistant.components.sensor] luxtronik2: Not adding entity with invalid device info: Invalid device info {'configuration_url': 'https://www.heatpump24.com/DownloadArea.php?layout=1', 'default_name': 'Heizung', 'identifiers': {('luxtronik2', '330221_033_heating')}, 'manufacturer': 'Alpha Innotec', 'model': 'MSW 10', 'name': 'Heizung'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information. 2024

BenPru commented 3 months ago

Which HA and which Integration Version do you use? If you use HA>=2023.8 please use the beta version of the integration.

alias commented 3 months ago

Works with latest Beta, Thx!