Releases: vingerha/gazpar_2_mqtt
Releases · vingerha/gazpar_2_mqtt
Align with new authentication method from GRDF
Adding entity with consumption data over 100d
Add value to influx, fixes
Remove dummy sensors
Changes
Removing sensors as they were introduced to get Apexcharts working (failed).
They however throw errors from HA 2024.10
Removed are:
- ..._consumption_stat
- ..._consumption_kwh_stat
- ..._consumption_pub_stat
- ..._consumption_kwh_pub_stat
- ..._consumption_cost_stat
- ..._ consumption_cost_pub_stat
Fine tuning
Replacing Chromium
Changes
- Chromium replaced by requests.session as too many issues with Chromium without good log/reproducability
- fix issue if pce.alis (grdf name) has spaces on which LTS sensor creation crashes
LTS: add more sensors and prices
Changes
- Adding prices import and detailing
- Adding kwh and price for LTS
LTS: align sensors for use in e.g. Apexcharts
Changes
The LTS sensor name can no longer be chosen and is fixed to
- sensor.[device]_[pce-alias]_consumption_stat : for daily figures
- sensor.[device]_[pce-alias]_consumption_stat_pub : for periodically 'published' figures
Reason: previously the LTS sensors were added without a regular sensor, this makes their use impossible for e.g. apexcharts who uses the regular sensor-name also for statistics.
Breaking change
If you use LTS, then you need to reconfigure your energy dashboard with the new sensors
Not-so-nice side effect: the old statistics will remain in the system, this is but a small set of data.
Example:
LTS: adding published measure (sensor) and allow delete
Changes
- Allow import of published measures into Long Term Statistics
- Allow to delete Long Term Ststaistics for all PCE
Fix issues with sensors
Changes
- Fix issue with double naming in the HA sensor
- Fix issue with incorrect device_classes for the sensors
- Fix issue with restarting due to non-copied hass_ws.py