omnikdatalogger

Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT

GPL-3.0 License

Downloads
1.9K
Stars
9
Committers
4

Bot releases are visible (Hide)

omnikdatalogger - v1.14.4 Latest Release

Published by jbouwh 3 months ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.14.3...v1.14.4

omnikdatalogger - v1.14.3

Published by jbouwh 7 months ago

omnikdatalogger - v1.14.2

Published by jbouwh 7 months ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.14.1...v1.14.2

omnikdatalogger - v1.14.1

Published by jbouwh 7 months ago

omnikdatalogger - v1.14.0

Published by jbouwh 7 months ago

omnikdatalogger - v1.13.0

Published by jbouwh over 1 year ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.12.0...v1.13.0

omnikdatalogger - v1.12.0

Published by jbouwh about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.11.0...v1.12.0

omnikdatalogger - Fix Astral sun calculations

Published by jbouwh over 2 years ago

What's Changed

Special Thanx to @MarijnS95 for the PR's to solve this.

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.11.1...v1.11.3

omnikdatalogger - Fix sun down logic

Published by jbouwh over 2 years ago

omnikdatalogger - Fix logging error during sun down

Published by jbouwh over 2 years ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.11.2-beta...v1.11.2beta-2

omnikdatalogger - Fix tz info issue at sun rize

Published by jbouwh over 2 years ago

omnikdatalogger - Add InfluxDB v2 support

Published by jbouwh over 2 years ago

What's Changed

New InfluxDB plugin settings in the section output.influxdb in of apps.yaml or config.yaml

key optional type default description
ssl True bool false Use SSL. Set to true if the URL starts with https://
verify_ssl True bool true By default a certificate is validated. Set to false to disable validation.
ssl_ca_cert True string (none) Set an alternative CA cert. (InfluxDB 2.x client only)
org True string (none) The InfluxDB2 organisation (InfluxDB 2.x only)
bucket True string (none) The InfluxDB2 bucket to write to (InfluxDB 2.x only)
token True string (none) The InfluxDB2 authentication token (InfluxDB 2.x only)

To use InfluxDB 2 natively with AppDeamon (HACS) you need to add influxdb-client to the python_packages or the app-daemon config.

system_packages: []
python_packages:
  - cachetools
  - dsmr-parser
  - influxdb-client
init_commands: []
log_level: info

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.5...v1.11.1-1

omnikdatalogger - v1.11.0

Published by jbouwh over 2 years ago

What's Changed

New InfluxDB plugin settings in the section output.influxdb in of apps.yaml or config.yaml

key optional type default description
ssl True bool false Use SSL. Set to true if the URL starts with https://
verify_ssl True bool true By default a certificate is validated. Set to false to disable validation.
ssl_ca_cert True string (none) Set an alternative CA cert. (InfluxDB 2.x client only)
org True string (none) The InfluxDB2 organisation (InfluxDB 2.x only)
bucket True string (none) The InfluxDB2 bucket to write to (InfluxDB 2.x only)
token True string (none) The InfluxDB2 authentication token (InfluxDB 2.x only)

To use InfluxDB 2 natively with AppDeamon (HACS) you need to add influxdb-client to the python_packages or the app-daemon config.

system_packages: []
python_packages:
  - cachetools
  - dsmr-parser
  - influxdb-client
init_commands: []
log_level: info

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.5...v1.11.0-beta2

omnikdatalogger - PV output logging with last_update fix

Published by jbouwh almost 3 years ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.3...v1.10.5

omnikdatalogger - last_update is not used correctly

Published by jbouwh almost 3 years ago

What's Changed

Make sure you have upgraded Home Assistant at least to version 2021.12.x if your are using MQTT.

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.3...v1.10.5-beta0

omnikdatalogger - Fix pvoutput logging

Published by jbouwh almost 3 years ago

omnikdatalogger - Fix logging pvoutput

Published by jbouwh almost 3 years ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.3...v1.10.4.-beta4

omnikdatalogger - v1.10.4.-beta3

Published by jbouwh almost 3 years ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.3...v1.10.4.-beta3

omnikdatalogger - v1.10.4-beta2 fix pvoutput condition

Published by jbouwh almost 3 years ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.3...v1.10.4-beta2

omnikdatalogger - Fix strange pvoutput effects with consumed energy

Published by jbouwh almost 3 years ago

What's Changed

Full Changelog: https://github.com/jbouwh/omnikdatalogger/compare/v1.10.3...v1.10.4-beta

Package Rankings
Top 19.36% on Pypi.org
Related Projects