Node value does not refresh automatically
Posted: Sunday 05 March 2017 15:37
Hello
I want to mesure gaz consumption in my house. To do so, I started playing with Domoticz and ZWave.
I have the following setup:
Configuration went fine: I managed to add Northq node to zwave network and to configure it.
I can see gaz value in "Utility" tab of Domoticz, with m3 conversion. So far so good.
However, value does not update automatically:
I have other devices (1-wire, webservices) that updates correctly.
In this "OpenZWave Control Panel", there is a refresh button. If I click on it, then, within the next 15 min, value will update everywhere (including "Utility" tab).

images upload
What did I miss to have automatic value refresh?
I managed to make it work by adding following curl call to crontab, to simulate a click on refresh button every 5 min:
However, this is clearly not a clean solution 
Thanks for your help
I want to mesure gaz consumption in my house. To do so, I started playing with Domoticz and ZWave.
I have the following setup:
- Domoticz v3.5877 on a raspberry pi
- An USB Z-wave controller: Z-Wave.Me ZME_UZB1
- A device that reads gaz meter value: NorthQ NQ-9121
Configuration went fine: I managed to add Northq node to zwave network and to configure it.
I can see gaz value in "Utility" tab of Domoticz, with m3 conversion. So far so good.
However, value does not update automatically:
- In Utility tab, value and last seen never updates
- In Device list, same thing: last seen and data does not update.
- In "OpenZWave Control Panel" (this URL: /ozwcp/cp.html): last heard updates every 15 min, but value does not.
I have other devices (1-wire, webservices) that updates correctly.
In this "OpenZWave Control Panel", there is a refresh button. If I click on it, then, within the next 15 min, value will update everywhere (including "Utility" tab).

images upload
What did I miss to have automatic value refresh?
I managed to make it work by adding following curl call to crontab, to simulate a click on refresh button every 5 min:
Code: Select all
curl 'http://raspberrypi:8080/ozwcp/refreshpost.html' -H 'Content-Type: application/x-www-form-urlencoded' --data 'fun=racp&node=2'

Thanks for your help