Omnikdatalogger has been stabilized and updated to run stable with HACS and docker now. There were some problems during restarts, especially with HACS that now have been solved. Some parts of the DSMR integration did not shutdown properly. That is all solved now. I am curious to know how what your experience is with omnikdatalogger. […]
Author Archives: Jan Bouwhuis
Docker support for Omnik data logger
Omnik data logger now also can be installed in docker container. This makes it easy to integrate in a docker based environment. This is an alternative to using AppDaemon with HACS. Install the docker image Docker images can now be build from the docker folder. There is now a prepared image on docker hub. Use […]
Omnik data logger DSMR P1 support
With the new brand new release of Omnik data logger I have included support for the Dutch Smart Meter Requirements compliant Electricity meter. With a simple FTDI P1 to USB serial adapter Omnik datalogger now also publish your smart meter data including gas. With PVoutput this means we can also upload the consumed energy and […]
Omnik data logger news update
PIP support for omnikdatalogger and omnikdatalogerproxy Omnikdatalogger can now be installed using PIP: sudo pip3 install omnikdatalogger install both omnikdatalogger and omnikdataloggerproxy. To install only omnikdataloggerproxy use sudo pip3 install omnikdataloggerproxy HACS default support is coming up For now omnikdatalogger can be installed as a custom repository. A request to include Omnik data logger in […]
First release candidate for Omnik data logger
The first release candidate for omnik datalogger has been released. Se more information at the project page. See the new project page…
Caching automation application for Home Assistant
When automating with Home Assistant, you can use elements like: input_select to create a picklist input_boolean or switch to control a binary input or switch input_text to input a text. input_number to input a number or any other numeric control They can be set through the config at be set to initial values. The current […]
New release for omnikdatalogger
You can find it here: https://github.com/jbouwh/omnikdatalogger/releases/tag/v0.93-beta New features are: Local interception of inverter traffic with documentation and a proxy script Lots of updates The documentation at this site still needs an update, but the documentation on Github was already updated already. Have fun.
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 […]
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 […]