martinbosma / dbus-homewizard

Victron VenusOS driver for HomeWizard energy meters
0 stars 1 forks source link

How to install? #1

Closed LecramRed closed 1 year ago

LecramRed commented 1 year ago

Can you give an instruction how to install this on VenusOS?

martinbosma commented 1 year ago

This project is far from finished and hasn't been maintained for 2 years. It is a personal project, so not officially supported by Victron.

If you want to install this, have a look at the wiki of VenusOS: https://github.com/victronenergy/venus/wiki/howto-add-a-driver-to-Venus#installing-a-driver-that-doesnt-depend-on-a-serial-port

You will be needing root access to your GX as well: https://www.victronenergy.com/live/ccgx:root_access

martinbosma commented 1 year ago

You also need the Zeroconf python module, which is not installed by default.

LecramRed commented 1 year ago

Thank you Martin. Is there a change that the Homewizard P1 and energy meters will get supported by Victron? Many people in NL have these products and if the data is reliable, it will save a grid meter and additional PV meters. I have the P1 meter at home and an EM24, the PV groups have their HW energy meters and Shelly for Victron. It would be great if the HW will work with Victron as well.

martinbosma commented 1 year ago

No, not that I'm aware of. Perhaps I will look into this project again for my personal needs, but not any time soon. Besides, most P1 output is too slow; for proper ESS control you would need an update rate < 1Hz.

MacStephane commented 11 months ago

Hi Martinbosma, Any idea how to install Zeroconf? When running your script this appears in the log: " ModuleNotFoundError: No module named 'zeroconf'" I already tried: "pip install zeroconf" this gave me following error: "ModuleNotFoundError: No module named 'colorsys'" Thanks in advance and kind regards.

martinbosma commented 11 months ago

@MacStephane If you try to install on VenusOS, try the following:

opkg update
opkg install python3-pip
pip3 install zeroconf==0.38.1

That zeroconf version was released around the time I made dbus-homewizard. I have not tested this with the actual script, just tested if zeroconf would install on VenusOS v3.20~7.

If the rootfs is read-only, have a look at this guide.