It does require you to get a dongle to connect to the P1 port. However, those that already have something connected to that P1 port, might want to look into the script I’ve created:
It allows you to use your existing P1 connection, and consumes the data coming from either a dsmr-reader server, or Home Assistant directly, and serves it in a form that Dobiss NXT expects it to be. I’ve created a docker as well that allows you to easily run this - info is on that github page as well.
I made some update (HA and dobiss) and now I have connection problem from HA to dobiss … I unistall the package dobiss and install again but it doesn’t work… I use the same IP and same API key as before, but I have a message “invalid authentication” …
Hi @bosjp - yes, I’ve seen the same. The dev version is already updated. I will create a new release shortly, but if you want, you can reinstall the integration through hacs and select the dev version now already. Apologise for the inconveniences, it looks like the jwt library changed it’s api, or maybe I’ve been using it incorrectly all along.
I’ll be testing the 3.0 version withy HA integration shortly. If someone has tried it, let me know if course. I dont expect any issue as the API hasn’t changed apparently, but I’d like to test first…
Hi
Someone i know has his energy meter connected to his dobiss.
Is it possible to push entities to HA too , so he can use the energy dashboard?
Or should he connect his energy meter directly to HA instead of his dobiss?
I also see you have this https://github.com/kesteraernoudt/p1dobiss
So not sure
Whats the best way too , instal the dsmr reader addon in HA of use the HA integration
Benefits for both ways?
The energy data is not exposed in the API (unless there is a non-documented way of doing this). So if you want the data in HA, you should connect the P1 datalogger directly in HA (or through dsmr reader) and then you could use that p1dobiss tool to connect this data to your dobiss NXT server.
If you don’t connect the P1 datalogger directly do dobiss, but still want to have that data in the dobiss dashboard, you can use the p1dobiss tool to get this.
My advise at this point would be to connect the energy meter to HA directly, which will allow you to easily set up the energy dashboard, and then to run that p1dobiss tool to also have the data made available for dobiss…