BenPru / luxtronik

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

HUB: no device or entities #246

Closed zolldi closed 2 days ago

zolldi commented 3 months ago

added integration, restarted HA, seems to find my heatpump as "none LWC407"

at: 192.168.1.158 port: 8888

but: "no device or entities"

image

BenPru commented 2 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.

pietklokke commented 2 months ago

I have the same issue. Read your beta suggestion installed newest beta today, but no effect - still no devices or entities.

morpheus12 commented 2 months ago

Same Problem here. I tried several times to use the newest Beta (Latest with HA 2024.3.1). Auto Discovery is not working. Adding the Luxtronic manually by IP works to get the integration done but without device or entities (same as in the screenshot of @zolldi ).

Can i contribute with some infos?

xfirestyle2k commented 2 months ago

Hey Folks, I do have the same issue. I checked the logs, and I found some errors like below.

Logger: homeassistant.components.update Source: helpers/entity_platform.py:755 integration: Update (documentation, issues) First occurred: 15:24:27 (1 occurrences) Last logged: 15:24:27

luxtronik2: Not adding entity with invalid device info: Invalid device info {'configuration_url': 'http://10.0.2.175/', 'default_manufacturer': 'Alpha Innotec', 'default_model': '', 'default_name': 'Heatpump', 'identifiers': {('luxtronik2', '330512_023_heatpump')}, 'manufacturer': 'Novelan', 'model': 'LD7', 'name': 'Heatpump 330512-023', 'suggested_area': 'Utility room', 'sw_version': 'V2.88.3'} for 'luxtronik2' config entry: device info needs to either describe a device, link to existing device or provide extra information.

System: Core 2024.4.3 Supervisor 2024.04.0 Operating System 12.2 Frontend 20240404.2

xfirestyle2k commented 2 months ago

Well... shame one me.. Looks like the order of the beta versions are a little bit off.. I installed a 2023 beta version... after upgrading to the lastest 2024 version it works perfectly fine :). @zolldi @morpheus12 please check HACS if you see an update, after updating to the latest version and restarting home assistant it just should work, even the auto discover worked.

morpheus12 commented 2 months ago

Well... shame one me.. Looks like the order of the beta versions are a little bit off.. I installed a 2023 beta version... after upgrading to the lastest 2024 version it works perfectly fine :). @zolldi @morpheus12 please check HACS if you see an update, after updating to the latest version and restarting home assistant it just should work, even the auto discover worked.

@xfirestyle2k : YOU ARE GREAT! ! ! Now it works I'm so happy About!!!

Again thx to @BenPru for this great Plugin!

PVAnfaenger commented 1 week ago

Hello, I am also in the process of integrating the project here. Since I had exactly the same problems as @zolldi , I noticed that the 2023 version is always downloaded. When updating to the 2024 version I get the following error message! Should I ignore it?

Screenshot

The integration works if the message is ignored.

PVAnfaenger commented 1 week ago

Hello, there is another problem, doesn't really bother me, just wanted to let you know that the manufacturer Roth is not recognized. Or do I have to enter it myself somewhere?

ScreenshotHerstellerFehlt

BenPru commented 2 days ago

@PVAnfaenger The manufacturer is requested from the underlying module https://github.com/Bouni/python-luxtronik. As the problem is fixed I close this issue.