Page 1 of 1

homewizzard watermeter

Posted: Friday 16 September 2022 22:04
by DLB001
Hi,

I've installed a Homewizzard water meter. It's connected to Wifi. I need to import this data into domoticz on my pi.
I recently started to work with Domoticz. Not very experienced yet.

I'm also not a developper.
Does anyone have a simple python script or dzVents script to import the data in Domoticz?
The API is to get information from the water meter is simple. "LOCAL IP ADDRESS/api/v1/data" gives the following output:

{"wifi_ssid": blabla", "wifi_strength":100,"total_liter_m3":0.116,"active_liter_lpm":0}

Any help is appriciated.

Thanks,

Re: homewizzard watermeter

Posted: Friday 16 September 2022 22:27
by willemd
Have a look at the links in this thread : viewtopic.php?p=292408#p292408

You need to define HTTP poller hardware and create virtual devices and install a lua_parser script to import the values from the url onto the devices. I use it for kWh and P1 WIFI meters from Homewizard.

Re: homewizzard watermeter

Posted: Sunday 18 September 2022 11:17
by DLB001
Thanks for your reply. I'm going to try to set it up.