Sorry to ask a beginner question but I currently have 2 owl systems in my building both sending info to different accounts. How would I go about adding them both to HA? Would it be a case of duplicating the installation but with a different custom component name or is it more in depth than that? Thanks for any suggestions and keep up the good work. Was surprised how easy it was to get one working (although I still have a few things that aren’t working properly and I need to work out what its actually reporting on but thats a different day!)
Hi there, I would naively configure the OWL systems to use different ports, and add them as separate integrations in HA with different names indeed. If both use the same port, their updates will overlap and keep overriding each other.
Thank you! Is it enough to put them in different named folders (owlintuition and owlintuition2 for example) under “custom_components” folder then set the different port numbers? I have never made a duplicate integrations before!
Actually you just need the code to be put in custom_components only once, and then in your config file you’d instantiate two times the same integration with two different names.
One thing to note is the integration makes HA log several warnings because it “waits” for data from owl, and two instances will multiply the effect. Yet it should work.
Thank you! I will give that a go! At the moment I am having some issues with one instance reporting different results on the dashboard and the energy dashboard but I am sure I can work that out!
I get the data, but after a HA restart it takes a long time to have the system ready and I have a lot of errors in the log.
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:929
First occurred: 16:55:16 (545 occurrences)
Last logged: 18:54:16
Update of sensor.owl_intuition_electricity_today is taking over 10 seconds
Update of sensor.owl_intuition_cost_today is taking over 10 seconds
Update of sensor.owl_intuition_electricity_power_p1 is taking over 10 seconds
Update of sensor.owl_intuition_electricity_today_p1 is taking over 10 seconds
Update of sensor.owl_intuition_electricity_power_p2 is taking over 10 seconds
Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:860
Integration: Sensor (documentation, issues)
First occurred: 16:55:30 (191 occurrences)
Last logged: 18:54:00
Updating owlintuition sensor took longer than the scheduled update interval 0:00:30
and
Logger: homeassistant.bootstrap
Source: bootstrap.py:513
First occurred: 16:53:17 (2 occurrences)
Last logged: 16:54:17
Waiting on integrations to complete setup: sensor.owlintuition
What could be wrong? thanks for help (yes I am new
I updated to HA 2024.1 a few days ago and have the same issue - initial values loaded after re-start but no further updates received. Is there anybody working on this please? As above, I don’t have the expertise to trouble shoot this but will try restoring an older back up as soon as I get the chance.