Releases: solectrus/senec-collector
Releases · solectrus/senec-collector
v0.14.0
- Adds new ENV variable
SENEC_IGNOREto ignore specific fields. This allows tracking them from another source (like MQTT), e.g. if there is a wallbox that is not from SENEC. - Removes internal health check (to keep things simple)
- Updates dependencies
Full Changelog: v0.13.1...v0.14.0
v0.13.1
Fixed a potential error that could cause the collector to crash
Full Changelog: v0.13.0...v0.13.1
v0.13.0
v0.12.0
v0.11.2
- Migrated test suite from Minitest to RSpec
- Updated dependencies
Full Changelog: v0.11.1...v0.11.2
v0.11.1
v0.11.0
v0.10.0
- Improved request handling by using persistent connections (uses much less resources on the SENEC device)
- Pushing additional field
application_version(aka Firmware version) to InfluxDB - Pushing additional field
current_state_code(status as number) to InfluxDB - Pushing additional field
current_state_ok(boolean to indicate that the state is "ok") to InfluxDB - Pushing additional field
response_duration(time required by the SENEC device to send the response, in ms) to InfluxDB - Adds ENV variable
SENEC_LANGUAGEfor retrieving state as text (default: "de", possible values: "de", "en", "it") - Some refactoring, code cleanup and dependency updates
Full Changelog: v0.9.0...v0.10.0
v0.9.0
- Added support for new SENEC firmware which runs on
httpsand has a slight different API (#224) - Added support for multiple wallboxes
- Updated dependencies
IMPORTANT: To use https, a new environment variable SENEC_SCHEMAmust be set to "https". Otherwise, http is used.
Full Changelog: v0.8.0...v0.9.0