Page 1 of 1
Re: Error: dzVents
Posted: Sunday 31 March 2019 23:10
by waaren
Mayki wrote: Sunday 31 March 2019 0:03
After some Domoticz update, I got this error:
Code: Select all
Error: dzVents: local netWork not open for dzVents openURL call !
I have a domoticz on Rpi3 v 4.10579. Can you explain what this error means and how can I remove it?
Somewhere in your dzVents code you use a command that needs access to the domoticz API. dzVents uses IP 127.0.0.1 to do so.
Please read
this
Re: Error: dzVents
Posted: Monday 01 April 2019 7:29
by jake
It would be nice when this error message would be more self explaining, or pointing to this wiki page.
2 years ago, I needed the same forum help to get this fixed, but reading the error message is the first post didn't ring a bell with me (again)

Re: Error: dzVents
Posted: Sunday 14 April 2019 10:48
by dizzeenl
I facing the same problem at the moment. I try to use the .setColor function for my Hue light and get this error as result.
if i change the json command base url (127.0.0.1) manually to the address my RBP is located on (raspberrypi:9002) and enter this in my browser the command is working fine.
Can i change this setting somewhere in Dzvents? or better, how can i fix this..? i cannot find a setting to change this.
Re: Error: dzVents
Posted: Sunday 14 April 2019 10:53
by waaren
dizzeenl wrote: Sunday 14 April 2019 10:48
I facing the same problem at the moment. I try to use the .setColor function for my Hue light and get this error as result.
if i change the json command base url (127.0.0.1) manually to the address my RBP is located on (raspberrypi:9002) and enter this in my browser the command is working fine.
Can i change this setting somewhere in Dzvents? or better, how can i fix this..? i cannot find a setting to change this.
Did you read
this and changed the setting ?
Re: Error: dzVents
Posted: Sunday 14 April 2019 12:21
by dizzeenl
OMG

it works.
kind a strange to me that it's not accessible by default as a localhost
Thanks.