Integration for Eniris - SmartGridOne (Slimmie)

Hello,

I’ve recently installed a battery in my house and would like to read the metrics of the EMS-system (hooked to the network via ethernet). The EMS-system is called ‘Slimmie’ (Belgian company); the EMS-hardware behind is on ‘Eniris - SmartGridOne’.
Is there an integration where I could easily download all the metrics of this device?

FYI: I don’t need fancy integration; just capable of reading the following entities ‘solar power’, ‘grid power’, ‘battery power’ and ‘home consumption’. This in order to automate switching on/off devices based on those metrics.

If nothing is available, any tutorial available where I can figure this out myself?
Kind regards,

Bert

Hi, please check out GitHub - Switchbot-Nova/eniris-hacs: Custom Home Assistant integration for Eniris energy monitoring devices (hybrid inverters, batteries, power meters, solar optimizers). Monitor real-time and historical energy data, including import/export power, battery charge/discharge, and more. Compatible with the Home Assistant Energy dashboard. Community-supported

I still have to add EV chargers and some other stuff so please let me know if you’re missing anything

Hi SiebeU,

Wow, looks great. Thank you very much!!!

Almost all parameters that I was looking for are available.

One question though: when trying to add battery charging/discharging sensors in the energy-tab of HA, I do not find all sensors. They seem to be fully functional when looking in the devices/entities; but they just don’t appear in the energy tab.
And the ones that do appear are resulting in errors (“statistics not defined”, “entity unavailable”). With an integral, I get similar errors.

Consequently, the battery values in the “Energy”-tab remain 0; while grid/solar-power works fluently (even without using an integral).

Trying to google around, might be to incorrect state-class or something.
Any idea what might be going wrong?

Hmm, not quite sure.

This is my setup for the Energy-tab:

Where those 2 values are integral sensors set up like this:

After creating those 2 integrals I am just able to select them in the energy tab

Omg, so simple. I was using left rieman integral…
Trapezoidal rule did the trick. Thanks!!!