Skip to content

Releases: marq24/ha-tibber-pulse-local

Fix DeviceClasses for Potential's & Current's

05 Oct 08:51
Compare
Choose a tag to compare

Supporting default HA sensor customization's

05 Sep 08:30
Compare
Choose a tag to compare

By default HA sensors can be customized by the user [mainly this are unit factor's and the display precision]. This feature was totally ignored by previous implementations of this integration and with this release its finally supported.

The change implies, that for some of the existing sensors the default display (precision) have been adjusted - if you dislike the new display format you can now simply adjust it the sensor settings.

HACS default ONLY

04 Sep 11:20
Compare
Choose a tag to compare

Only required for cleaned up HACS.json

Extended support for 'IEC-62056-21' meters

08 Aug 13:22
Compare
Choose a tag to compare

As reported by @dieMichaels - there are IEC-62056-21 meters that does not include *255 before the ( that contains the actual value... So the parser have been adjusted in order to handle this situation. RegEx FTW!

Fixing device_class of Wirkleistung

09 Jul 10:37
Compare
Choose a tag to compare

unit_of_measurement=UnitOfPower.WATT implies device_class=SensorDeviceClass.POWER

fixing #30

Adjustments for latest HA release (get rid of warning)

04 Jul 08:05
Compare
Choose a tag to compare
2024.7.0

use 'async_forward_entry_setups' & 'async_unload_platforms'

A experimental 'IEC-62056-21' parser version

23 Jun 20:18
Compare
Choose a tag to compare

Ben shared some alternative 'IEC-62056-21' output, that easily could be parsed as plaintext - at least that's the plan - let's consider this as 'experimental' (#29)

Just maintenance

23 Jun 07:48
Compare
Choose a tag to compare

Try to improve "not implemented yet" handling for none SML or Plaintext modes

Fix: Detected blocking call to open inside the event loop by custom integration (V2)

06 Jun 08:40
Compare
Choose a tag to compare

Fix: Detected blocking call to open inside the event loop by custom integration

06 Jun 06:21
Compare
Choose a tag to compare