BenPru / luxtronik

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

Installation: No Devices and Entities found #218

Closed Robman1 closed 6 months ago

Robman1 commented 6 months ago

Dear all,

thank you @BenPru for this excellent and easy to use integration. However I face the problem that afer the configuration "No devices and entities" are found.

grafik

Configuration: Home-Assistant installation in docker (Portainer), latest Version 2023.12.3 Heatpump: Alpha Innotec SWC 100 H/K, latest Firmware V1.88.3 Installation via HACS according to manual.

The connection seems to be establisehd since if I use a wrong IP address and port I get an error message. The webserver of the heatpump is avialable as well.

Any hints are highly welcome.

Thank you all.

BenPru commented 6 months ago

Which integration version? Any Luxtronik messages in the HA log? Please provide a Diag file as attachment in this issue.

Robman1 commented 6 months ago

Which integration version? 2023.02.02

Any Luxtronik messages in the HA log? Yes, many sorry for not sending them right away. home-assistant_2023-12-15T20-49-12.337Z.log

Logger: homeassistant.components.switch Source: helpers/entity_platform.py:623 Integration: Switch (documentation, issues) First occurred: 9:28:48 PM (8 occurrences) Last logged: 9:28:48 PM

luxtronik2: Not adding entity with invalid device info: Invalid device info {'configuration_url': 'http://192.168.0.107/', 'default_manufacturer': 'Alpha Innotec', 'default_model': '', 'default_name': 'Heatpump', 'identifiers': {('luxtronik2', '240729_0264_heatpump')}, 'manufacturer': 'Alpha Innotec', 'model': 'SWC', 'name': 'Heatpump 240729-0264', 'suggested_area': 'Utility room', 'sw_version': 'V1.88.3'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information.
luxtronik2: Not adding entity with invalid device info: Invalid device info {'configuration_url': 'https://www.heatpump24.com/DownloadArea.php?layout=1', 'default_name': 'Heating', 'identifiers': {('luxtronik2', '240729_0264_heating')}, 'manufacturer': 'Alpha Innotec', 'model': 'SWC', 'name': 'Heating'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information.
luxtronik2: Not adding entity with invalid device info: Invalid device info {'configuration_url': 'https://www.heatpump24.com/', 'default_name': 'Domestic water', 'identifiers': {('luxtronik2', '240729_0264_domestic_water')}, 'manufacturer': 'Alpha Innotec', 'model': 'SWC', 'name': 'Domestic water'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information.
luxtronik2: Not adding entity with invalid device info: Invalid device info {'default_name': 'Cooling', 'identifiers': {('luxtronik2', '240729_0264_cooling')}, 'manufacturer': 'Alpha Innotec', 'model': 'SWC', 'name': 'Cooling'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information

Please provide a Diag file as attachment in this issue. Attached config_entry-luxtronik2-193e293072d8ede884db7eca45cc5449.json.txt

BenPru commented 6 months ago

2023.02.02

This version is only compatible with HA<2023.8.*! Please use older HA or a newer integration. The latest beta.

Robman1 commented 6 months ago

Problem solves by using the latest Beta. 2023.11.30-Beta Thank you @BenPru for the promt answer