Skip to content

Releases: vingerha/gazpar_2_mqtt

Add value to influx, fixes

12 Jan 18:05
Compare
Choose a tag to compare

Changes

Fix some smaller issues to avoid crashes, #15
Add gross cubic meters to the Influx output, #16

Remove dummy sensors

05 Oct 05:38
Compare
Choose a tag to compare

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

21 May 03:46
Compare
Choose a tag to compare

Changes

Add gross gas daily consumption as sensors, providing more detail (other daily shows rounded diff between index)
Change default value for LTS dummy sensors to 0 (was 1)
Improve on price calculation

image

Replacing Chromium

18 May 14:50
Compare
Choose a tag to compare

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

12 May 09:35
Compare
Choose a tag to compare

Changes

  • Adding prices import and detailing
  • Adding kwh and price for LTS

LTS: align sensors for use in e.g. Apexcharts

10 May 09:13
Compare
Choose a tag to compare

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:

image

LTS: adding published measure (sensor) and allow delete

09 May 11:05
Compare
Choose a tag to compare

Changes

  • Allow import of published measures into Long Term Statistics
  • Allow to delete Long Term Ststaistics for all PCE

Fix issues with sensors

08 May 09:06
Compare
Choose a tag to compare

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

07 May 12:11
Compare
Choose a tag to compare

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

05 May 16:28
6c88ab1
Compare
Choose a tag to compare

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)