Omnikdatalogger

Latest version: v1.14.5.post1

Safety actively analyzes 688126 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 11

1.11.2beta

What's Changed
* Bump dev container to python 3.10 by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/73
* Fix postpoing by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/74


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

1.11.0

What's Changed
* Add InfluxDB2 support by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/65
* add influxdb-client to Appdeamon packages by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/66

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.

yaml
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

1.10.45

What's Changed
* Fix pvoutput logging by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/59


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

1.10.5

What's Changed
* Update value template filter for MQTT timestamp sensors by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/46
* last_update not as base for pvoutput for netdata by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/61


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

1.10.5beta0

What's Changed
* Update value template filter for MQTT timestamp sensors by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/46
* last_update not as base for pvoutput for netdata by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/61

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

1.10.4.beta4

What's Changed
* Always send generated energy data to pvoutput when using DSMR by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/54
* Reset current power when serving from cache by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/55
* Use secure connection by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/56
* pvoutput logging by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/57
* Fix duplicate logging pvoutput by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/58


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

Page 3 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.