jbouwh / omnikdatalogger

Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT
https://jbsoft.nl/site/omnik-datalogger/
GNU General Public License v3.0
11 stars 3 forks source link

Make DSMR entities compliant with new Home Assistant "Energy" module #3

Closed serrj-sv closed 3 years ago

serrj-sv commented 3 years ago

Latest Home Assistant introduced new Energy Grid module. But DSMR entities produced by "omnikdatalogger" does not apper in the list of "Consumed Energy" entities list

2021-08-05_13-02

I'm running the lates version (v1.6.4) of omnikdatalogger

Also couple of suggestions:

  1. disable polling omnik inverter in tcpclient mode from dusk to dawn to not spam the log
  2. keep updating "combined DSMR" entities event if there is no updates coming from Inverter.

Anyway, thanks for amazing tool, I really enjoy it!!

jbouwh commented 3 years ago

Did you install release 1.6.4? There were some fixes.

serrj-sv commented 3 years ago

yep. latest version installed

On Thu, 5 Aug 2021, 13:09 Jan Bouwhuis @.***> wrote:

Did you install release 1.6.4? There were some fixes.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jbouwh/omnikdatalogger/issues/3#issuecomment-893371302, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMIHWFQ7QXUYOADO7DDG4ZDT3JWOJANCNFSM5BTT23HQ .

serrj-sv commented 3 years ago

this is strange, because in dev. tools I can see all necessery attributes (device_class: energy and state_class: measurement)

jbouwh commented 3 years ago

I've got it working myself

serrj-sv commented 3 years ago

Oh.. indeed, it looks like I was running old version of omnikdatalogge. Just received an update notification in HACS!

serrj-sv commented 3 years ago

everything is OK now, closing