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 2 of 11

1.13.0

What's Changed
* Switch solarmanpv client to global api by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/84


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

1.12.0

What's Changed
* Fix version influx client by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/67
* 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
* Fix logging exception datetime not callable by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/75
* Fix logging exception by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/76
* daylight: Use `city_name` instead of "Amsterdam" default in Astral v2 just like v1 by MarijnS95 in https://github.com/jbouwh/omnikdatalogger/pull/78
* daylight: Use proper timezone instead of interpreting UTC as local time by MarijnS95 in https://github.com/jbouwh/omnikdatalogger/pull/77
* Bump to new version by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/79
* Small fixes solarmanpv client by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/82

New Contributors
* MarijnS95 made their first contribution in https://github.com/jbouwh/omnikdatalogger/pull/78

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

1.11.11

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
* fix setup package for influxdb-client by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/67

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.1-1

1.11.3

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

1.11.2beta3

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


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

1.11.2beta2

What's Changed
* Fix logging exception datetime not callable by jbouwh in https://github.com/jbouwh/omnikdatalogger/pull/75


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

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.