Releases: vingerha/gazpar_2_mqtt
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
LTS via websocket, fix 'published' measures and standalone
Changes
- Add webservice for pushing Long Term Statistics
- Fix error on standalone mode when nog having Thresholds defined
- Collect and store published measure (periodic)
Fix issue with published measures
Changes
- Published measures (those non-daily) are collected but were not treated properly.
This may need a refresh of the database but as this data is/was not really in use, not sure at this point when to act.
Note: As the published measure go way back beyond the Informative measures, need to review if these can be added as statistics (but wihtout disrupting those from daily values)
Adding HAOS addon as installation type / French docu
See documentation
Thanks to @cazzoo for the French translation !