Search found 4 matches

by Gerald
Monday 18 October 2021 12:21
Forum: dzVents
Topic: Presence detection using UniFi Controller and DzVents [Solved]
Replies: 71
Views: 18255

Re: Presence detection using UniFi Controller and DzVents [Solved]

yes, you need to change the path of the cookie in the script:

Code: Select all

local cookie = 'full qualified name of coookie'
In my case it is:

Code: Select all

local cookie = /opt/domoticz/userdata/domocookie.txt
Changing this should make the message 404 ==> not found disappear
by Gerald
Friday 14 September 2018 13:06
Forum: dzVents
Topic: Presence detection using UniFi Controller and DzVents [Solved]
Replies: 71
Views: 18255

Re: Presence detection using UniFi Controller and DzVents [Solved]

You sir; just made my day :-)
Thanks!
by Gerald
Tuesday 14 November 2017 15:23
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 155694

Re: Dashticz - Module - Garbage collector

@Rob: You are truly a master sir!
It works like a charm!
by Gerald
Monday 30 October 2017 13:06
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 155694

Re: Dashticz - Module - Garbage collector

I found out how to get the JSON output from http://www.rova.nl. I use the following to get the info: curl -v --cookie "RovaLc_inwoners={\"Id\":160266,\"ZipCode\":\"7731ZT\",\"HouseNumber\":\"84\",\"HouseAddition\":null,\"Municipality\":\"Ommen\",\"Province\":null,\"Firstname\":null,\"Lastname ...