I am working on an integration for Elro Connects. The integration should allow users with Elro Connects fire, water or CO alarms to integrate those in Home Assistant. If you own Elro Connects fire alarms and like to test, you could add the elro connects integration with HACS. Add the following repo to HACS https://github.com/jbouwh/ha-elro-connects/. …
Category Archives: Python
Omnik data logger news update
PIP support for omnikdatalogger and omnikdatalogerproxy Omnikdatalogger can now be installed using PIP: sudo pip3 install omnikdatalogger To install only omnikdataloggerproxy use sudo pip3 install omnikdataloggerproxy HACS default support Omnikdatalogger could be installed as a custom repository within HACS. A request to include Omnik data logger in the default repository was requested and approved.
Caching of manual inputs for Home Assistant
I found it to be annoying Home Assistant is recovering the manual input selects I am using for my automations. To enable a persistant state I have made a generic scrits that cashes the state of these input to disk and restores them automatically when Home Assistant restarts. The script is written in Python and …
Continue reading “Caching of manual inputs for Home Assistant”
New release Omnik datalogger
Check https://GitHub.com/jbouwh/omnikdatalogger for the newrelease (0.91-beta) of Omnik datalogger. The last days omnikport was down. In the mean while I found a second method getting access your the data. During the outage the portal at https://www.solarmanpv.com/portal was available the whole time. Here you can find your data aswell. This proves omnikportal is just a skin …
Outage omnik portal
The last few days, the omnik portal and app and API have been unavailabe. So the data loggging is not possible at the moment. I have found out Omnik dataloggers log to the database of SolarmanPV. It seems you can still see your live output and history. The URL is https://www.solarmanpv.com/portal/LoginPage.aspx and you can use …
Thirst (pre) release for the omnik data logger
The first pre-release of the new Omnik data logger is now available. I would like to know if this works for you! If you have any comments or issues, let me know! Release details Version: 0.9-alpha (pre-release) This pre-release brings a solution to integrate the actual state of your Omnik power inverter in to your …
Continue reading “Thirst (pre) release for the omnik data logger”