Skip to content

Releases: marq24/ha-tibber-pulse-local

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

06 Jun 06:21
Compare
Choose a tag to compare

Maintenance release: addressing 'HomeAssistantType' deprecation warning

02 May 06:43
Compare
Choose a tag to compare

This update will fix the warning

HomeAssistantType was used from <integration-name>, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the '<integration-name>' custom integration

when starting HA

Setup Error-Message enhancement

03 Mar 18:55
Compare
Choose a tag to compare

When during the setup no data can be read from the Pulse, there might be just the wrong IP/Host or Node Number provided.

Configuration Option to ignore parser errors & warnings

27 Feb 13:45
Compare
Choose a tag to compare

As result of issue #20 you have now the possibility (via the Integration configuration) to ignore logging of parser errors and warnings (to keep your HA log a bit more clear).

Enhanced (DEBUG) logging

03 Feb 10:30
Compare
Choose a tag to compare

When there are issues with the integration there is now additional DEBUG log output that will help to trace the possible root cause.

If you want to report an issue mare sure you have log data prepared (as described here)

Unit updates (internal only)

05 Jan 13:48
Compare
Choose a tag to compare

Make sure that the integration is compatible with upcoming changes in HA 2025.1

Improved German translation

02 Jan 21:13
Compare
Choose a tag to compare

"Better" default Entities when no OBIS codes could be detected

31 Dec 09:25
Compare
Choose a tag to compare

I some situations it can happen that the integration is not able to detect the available OBIS-Codes (different data fields the power meter is able to provide). When you are running in such a situation (during initial installation or HA start-up) then only two Entities (imported total & current power) will be configured (will be available).

Thanks @davidm-glitch for your feedback.

Added alternative sources for Instantaneous Power (L1, L2 & L3) v3

27 Dec 08:31
Compare
Choose a tag to compare

NEVERENDING Story Easymeter Q3D...

Looks like, that some power meters use alternative OBIS codes to provide 'instantaneous power' information... previously the OBIS code 16.7.0 was only implemented (sum) - but there exist also 1.7.0, (positive), 2.7.0 (negative) and 15.7.0 (absolute) - which have been added with this release.

And also added some 'for me not plausible' OBIS codes for Easymeter Q3D (ffff instead of 00ff).. sigh

And added 'Aliase' to the EntityDescriptors (so that the code can find the alternatives during startup)

Make Node Number configurable (expert setting)

16 Dec 19:52
Compare
Choose a tag to compare

Implement #10

When you want to adjust the node number on existing installations, you need to remove the the existing device from your home assistant installation. BUT for all existing users: there is no reason to do so (since you have already a working version that make use of node number 1)