Search found 11 matches

by delcara
Wednesday 13 February 2019 10:15
Forum: Show your projects
Topic: Z-Wave Window opener Fakro ZWS230
Replies: 27
Views: 16182

Re: Z-Wave Window opener Fakro ZWS230

I recently (2 weeks ago) installed a Fakro roof window (the FTP-V), which contains the new Gen-5 z-wave chip. After including the roof window in Domoticz, you get 7 new devices: Fakro.png For now, I use 3 devices: - The RoofWindow itself, which is a Blinds Percentage Inverted device - RoofWindow ...
by delcara
Thursday 22 November 2018 13:45
Forum: dzVents
Topic: Device.changed not working as expected
Replies: 2
Views: 500

Re: Device.changed not working as expected

Thnx again, fixed it with a variable. I wanted to implement this to sent unnecessary commands (a lot due to the PIR's) in my zwave network. For people interested below is de code. return { active = true, on = { devices = { 'Beweging_Woonkamer', 'Beweging_Eetkamer' }}, data = { beweging = { initial ...
by delcara
Wednesday 21 November 2018 17:37
Forum: dzVents
Topic: DzVents notify subsystem Telegram not working [Solved]
Replies: 8
Views: 2768

Re: DzVents notify subsystem Telegram not working [Solved]

Updated domoticz and using it natively now!
by delcara
Monday 19 November 2018 21:16
Forum: dzVents
Topic: Device.changed not working as expected
Replies: 2
Views: 500

Device.changed not working as expected

Hi all, I've a dummy switch which is called "Beweging_Woonkamer". It's updated by 2 PIR's and is automatically switched off after 20 minutes. Now I have a light script for the dining room and sitting room and want to only execute the script if the status from "Beweging_Woonkamer" is changed (In my ...
by delcara
Tuesday 13 November 2018 7:41
Forum: dzVents
Topic: DzVents notify subsystem Telegram not working [Solved]
Replies: 8
Views: 2768

Re: DzVents notify subsystem Telegram not working [Solved]

Thnx, noted. Will try with this function in global_data till telegram support comes to DzVents. Did a little bit of research and this code does also work on my system dz.notify("Domoticz", "test", dz.PRIORITY_NORMAL,dz.SOUND_DEFAULT, "" , "telegram") One other option is to add this line ['NSS ...
by delcara
Monday 12 November 2018 14:45
Forum: dzVents
Topic: DzVents notify subsystem Telegram not working [Solved]
Replies: 8
Views: 2768

Re: DzVents notify subsystem Telegram not working [Solved]

Thnx, noted. Will try with this function in global_data till telegram support comes to DzVents.
by delcara
Monday 12 November 2018 13:58
Forum: dzVents
Topic: DzVents notify subsystem Telegram not working [Solved]
Replies: 8
Views: 2768

DzVents notify subsystem Telegram not working [Solved]

Version: 4.10197 Build Hash: 90c95998 Compile Date: 2018-11-11 15:33:34 dzVents Version: 2.4.7 When I try to only sent notifications to Telegram it's not working, I receive notifications on all configured services. (Email, pushover, telegram etc..) The code below is working for pushover: dz.notify ...
by delcara
Sunday 11 November 2018 10:02
Forum: Examples & Solutions
Topic: dzVents get garbage collection dates (various) [SOLVED]
Replies: 123
Views: 25626

Re: dzVents get garbage collection dates (various) [SOLVED]

Discovered why saving in the webeditor didn't work! I've got a reverse proxy (nginx) on the PI and it was a limitations in the HTTP GET request in my proxy config.
by delcara
Saturday 10 November 2018 12:48
Forum: Examples & Solutions
Topic: dzVents get garbage collection dates (various) [SOLVED]
Replies: 123
Views: 25626

Re: dzVents get garbage collection dates (various) [SOLVED]

Already usesd the script from Waaren. So far it's working nice, adjusted the run times and notifications a little bit. I now receive a notification the evening before collection day and some nice notifications through google TTS on my Sonos speakers :D . Strange thing is that i can't save the script ...
by delcara
Thursday 08 November 2018 14:10
Forum: Examples & Solutions
Topic: dzVents get garbage collection dates (various) [SOLVED]
Replies: 123
Views: 25626

Re: dzVents get garbage collection dates (various) [SOLVED]

Thnx! Just read your PM and you're answer is already here. I'm going to try the script when i'm home tonight. Nice thinking and a creative solution!
by delcara
Wednesday 07 November 2018 11:24
Forum: Examples & Solutions
Topic: dzVents get garbage collection dates (various) [SOLVED]
Replies: 123
Views: 25626

Re: dzVents get garbage collection dates (various) [SOLVED]

Hello Waaren, I'm trying to create a script to get garbage collection dates from ROVA. I've discovered how to get the dates through a curl command. But I've no idea how to translate this to a dzVents script. I've just started with DzVents and have now translated all my blockly to DzVents (relatively ...