Search found 10 matches

by Superdeboer
Tuesday 04 May 2021 23:47
Forum: dzVents
Topic: dzVents - inspecting all Pir sensors in the house
Replies: 15
Views: 4306

Re: dzVents - inspecting all Pir sensors in the house

For future reference: I used this script for more than a year without any problems. After updating Domoticz (and with it dzVents), it suddenly wasn't working like it should. In https://www.domoticz.com/forum/viewtopic.php?f=59&t=36202 you can find a solution to the problem that I experienced. The ...
by Superdeboer
Tuesday 04 May 2021 23:41
Forum: dzVents
Topic: dzVents script not triggered by PIR status On, but triggered by status Off
Replies: 6
Views: 802

Re: dzVents script not triggered by PIR status On, but triggered by status Off

It works like a charm! Thank you so much for your quick replies! Problem solved.
by Superdeboer
Tuesday 04 May 2021 15:20
Forum: dzVents
Topic: dzVents script not triggered by PIR status On, but triggered by status Off
Replies: 6
Views: 802

Re: dzVents script not triggered by PIR status On, but triggered by status Off

I read something about the issue that you mentioned on this forum last night, but I could not figure out what the consequences could be for my script. Thank you very much for suggesting a modified version. I understand the difference between yours and mine. I just installed it and I will test if it ...
by Superdeboer
Tuesday 04 May 2021 14:38
Forum: dzVents
Topic: dzVents script not triggered by PIR status On, but triggered by status Off
Replies: 6
Views: 802

Re: dzVents script not triggered by PIR status On, but triggered by status Off

I added the line and this is the output: 2021-05-04 14:27:39.990 Status: dzVents: Info: Handling events for: "PIR WK FIB3", value: "On" 2021-05-04 14:27:40.071 Status: dzVents: !Info: ### livingroomMotionHelper ###: PIR WK FIB2; status ==>> Off; last Updated: 7 min ago 2021-05-04 14:27:40.071 Status ...
by Superdeboer
Monday 03 May 2021 22:31
Forum: dzVents
Topic: dzVents script not triggered by PIR status On, but triggered by status Off
Replies: 6
Views: 802

dzVents script not triggered by PIR status On, but triggered by status Off

Hello, I have a problem that I've been running into for the past week or so. I don't know if it is a coincidence that I updated my Domoticz to the most recent version around the same time. My script was running (kind of) flawless until then and now it isn't. That being said, I don't know whether ...
by Superdeboer
Sunday 25 April 2021 19:17
Forum: Z-Wave
Topic: Node ID 0x0000 and Type 0x0000 on working Zwave nodes
Replies: 3
Views: 1039

Re: Node ID 0x0000 and Type 0x0000 on working Zwave nodes

I encountered this same problem after adding a Qubino dimmer to the network. Immediately after, the entire list of nodes was empty when I viewed the Setup of my Aeon Z-Stick. This was fixed by rebooting Raspbian, restarting Domoticz and removing and readding the Z-Stick (I really don't know in what ...
by Superdeboer
Monday 23 November 2020 20:22
Forum: Examples & Solutions
Topic: Generic roller shutter script for multiple shutters
Replies: 3
Views: 1946

Re: Generic roller shutter script for multiple shutters

I created a generic script to controll all my roller shutters in my house. I didn't want a separate script for each shutter but I do want to let them behave a little different. So I made it generic and for each shutter I configure the behaviour. 'Generic' means generic in my house ;) Some tuning ...
by Superdeboer
Tuesday 22 September 2020 9:37
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 66168

Re: NEST Account migration

This is strange. I tried it again, but I do not get a value with "ANID" at the beginning, like you. I followed the steps from your instructions carefully, but my cookie starts with "__Secure-3PSID". Could it be that there are different Google accounts that get different structures for the cookie? I ...
by Superdeboer
Tuesday 18 August 2020 9:06
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 66168

Re: NEST Account migration

A strange thing that caught my eye was the beginning of the cookies value: '$cookies = '__Secure-3PSID=zg...' I have never before seen it beginning with "___Secure" Again, updating my NEST with a new temperature works! So I would think that authentication should work fine, but the above info says ...
by Superdeboer
Tuesday 12 May 2020 9:01
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 66168

Re: NEST Account migration

I recently installed my RaspberriPi on Raspbian with Domoticz. Yesterday I got my Nest Thermostat (v3). I immediately installed the plugin via the instructions on https://github.com/rolandbreedveld/nest-api and so far it seems to work like a charm, so I am very pleased. Thank you for your effort ...