Search found 9 matches

by jslettengren
Monday 27 April 2020 19:58
Forum: Other questions and discussions
Topic: Update dimmer from outside of domoticz without triggering
Replies: 4
Views: 428

Re: Update dimmer from outside of domoticz without triggering

How could the customEvent trigger be of help? You can trigger a script by sending the customEvent via curl so not send curl -s "http://127.0.0.1:<portnr>/json.htm?type=command&param=switchlight&idx=478&switchcmd=Set%20Level&level=${bulPos}" but curl -s 'http://127.0.0.1:<portnr>/json.htm?type ...
by jslettengren
Saturday 25 April 2020 16:15
Forum: Other questions and discussions
Topic: Update dimmer from outside of domoticz without triggering
Replies: 4
Views: 428

Re: Update dimmer from outside of domoticz without triggering

Long story short: I have a number of Velux motorized windows and blinds that I try to get integrated into Domoticz. The problem I have has to do with updating the values in Domoticz from "outside" using curl. So how can I update the device values without triggering the dzvents-script?[/b] Can I do ...
by jslettengren
Friday 24 April 2020 16:53
Forum: Other questions and discussions
Topic: Update dimmer from outside of domoticz without triggering
Replies: 4
Views: 428

Update dimmer from outside of domoticz without triggering

Long story short: I have a number of Velux motorized windows and blinds that I try to get integrated into Domoticz. The problem I have has to do with updating the values in Domoticz from "outside" using curl. In Domoticz, I have the Windows and Blinds set up as dimmers, dummy HW. (I did try the ...
by jslettengren
Wednesday 19 February 2020 9:27
Forum: Others
Topic: Velux Integra
Replies: 28
Views: 19342

Re: Velux Integra

Hi all, is somobody already using this api https://github.com/MiSchroe/klf-200-api and have some example scripts for it? I want to replace my old Velux window for a new one SK01 and want to automate it. I'm about to give it a try. I have installed the klf-200-api on the same server as Domoticz ...
by jslettengren
Monday 17 February 2020 9:44
Forum: Z-Wave
Topic: Aeotec Alarm 6 and Doorbell 6
Replies: 93
Views: 21562

Re: Aeotec Alarm 6 and Doorbell 6

Hi, this is a screenshot of the devices the doorbell created in my case: Devices.PNG Unfortunately I renamed it to "Klingel" (German for bell). But you should find it with the marked ID. In my understanding the 18 is my personal Zwave device number and should be different on your end. Maybe the 3C ...
by jslettengren
Friday 14 February 2020 9:53
Forum: Z-Wave
Topic: Aeotec Alarm 6 and Doorbell 6
Replies: 93
Views: 21562

Re: Aeotec Alarm 6 and Doorbell 6

Well, It’s just two lines. The doorbell creates a device/switch in the device tab, which will be turned on when the button is pressed. On this switch I trigger my notification. In general I think it should also be possible to trigger the doorbell sound with this switch out of domoticz. But this is n ...
by jslettengren
Tuesday 11 February 2020 14:08
Forum: Z-Wave
Topic: Add device type to manufacturer_specific.xml?
Replies: 3
Views: 460

Add device type to manufacturer_specific.xml?

I'm running Domoticz latest stable version. I have recently installed a few Qubino Dimmers, specifically Qubino Mini Dimmer (ZMNHHD). They work perfectly, but since the specific model is not in the manufacturer_specific.xml, I cannot set any configuration parameters. My question is: Can I add it ...
by jslettengren
Saturday 04 January 2020 15:51
Forum: Z-Wave
Topic: Aeotec Alarm 6 and Doorbell 6
Replies: 93
Views: 21562

Re: Aeotec Alarm 6 and Doorbell 6

Thank you Hencor for the workaround for setting sound volume and sound type. With this it is possible to use the unit as a "dumb" doorbell. Can't wait for the next stable Domoticz release! (I tried the Beta, but it crashed instantly.)
by jslettengren
Thursday 19 December 2019 10:54
Forum: Switches and Scenes
Topic: ETH484 State Digital Input
Replies: 1
Views: 1265

Re: ETH484 State Digital Input

Hi,

Did you manage to get this working? Also, what is your use case? I am considering this to control my Velux windows through KLF 200, but I don't know if it will work.