Search found 12 matches

by dzdm
Friday 09 February 2024 13:46
Forum: dzVents
Topic: dzVents script for getting pollen data via Google Pollen API
Replies: 2
Views: 436

Re: dzVents script for getting pollen data via Google Pollen API

waltervl wrote: Friday 09 February 2024 13:38 Thanks. I editted your post and put the output as a script block
Thank you!
by dzdm
Friday 09 February 2024 13:18
Forum: dzVents
Topic: dzVents script for getting pollen data via Google Pollen API
Replies: 2
Views: 436

dzVents script for getting pollen data via Google Pollen API

Hi, I've created and attached a simple LUA dzVents script (I've had to rename it from pollen.lua to pollen.txt) which fetches the current pollen data from the Google Pollen API (https://developers.google.com/maps/documentation/pollen/overview) and updates some (pre-created) custom devices (see ...
by dzdm
Thursday 22 November 2018 10:22
Forum: Others
Topic: Fibaro Binary Sensor and Sommer Output OC (OpenCollector) - Connection
Replies: 0
Views: 424

Fibaro Binary Sensor and Sommer Output OC (OpenCollector) - Connection

Hi! I have a small question, I have a Fibaro Binary Sensor and I want to connect a Sommer Output OC (OpenCollector) for getting back my garage door location (open or closed). The problem is, that I'm unsure of how to connect both. The Sommer Output OC has three PINS: ----------o (+24V) /------o (OUT ...
by dzdm
Wednesday 26 September 2018 10:37
Forum: Z-Wave
Topic: Problems with Kaipule IM20 Door Sensor
Replies: 0
Views: 330

Problems with Kaipule IM20 Door Sensor

Hi! I'm having some difficulties getting the Kaipule IM20 Door/Window Sensors to work reliably. The problem is the following: The sensors usually work without problems (report open/close states), but sometimes, the sensors report a state change (for example on->off) even though nobody opened or ...
by dzdm
Thursday 20 September 2018 14:42
Forum: dzVents
Topic: Question regarding dzvents triggers
Replies: 2
Views: 339

Question regarding dzvents triggers

Hi all, I have some questions regarding dzvents triggers: (TestDev is a Switch) 1. Will a on = { devices = { 'TestDev' } } be triggered when the device is on and a state change on->on occurs (yes, on to on)? The background is, that I have a device which can be on or off. Additionally, it sends ...
by dzdm
Tuesday 13 February 2018 13:19
Forum: RFLink Transceiver
Topic: Unable to switch off device
Replies: 2
Views: 1270

Unable to switch off device

Hi! I have a power switch which is connected via a RFLink device: ID: 00000041 Unit: 1 Type: Light/Switch SubType: ARC I can turn on the device via domoticz which works without any problems. But switching off the device fails, it is marked as "switched off" in domoticz, but the device is still on ...
by dzdm
Wednesday 07 February 2018 10:17
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 180820

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Hi,

thanks for your reply. I also currently don't have any of the panels, but I'll buy one or two
in the next few days. I'll report the device infos after this, so you can include them.

Thanks!
by dzdm
Tuesday 06 February 2018 15:07
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 180820

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Hi!

Are there any news regarding the motion sensors and the IKEA lightpanels in
the IKEA-Tradfri plugin? What is the current development state? I could not find
anything regarding this in the code base, did anyone already start working on
it?


Thanks :)
by dzdm
Tuesday 06 February 2018 12:43
Forum: dzVents
Topic: Retrieving all supported levels
Replies: 4
Views: 709

Re: Retrieving all supported levels

Hi, well I did not add them by hand, I just added a IKEA light bulb device (tradfri) and the levels were preset. But the question is, why is it not allowed? I understand, that levels are usually in percent, but switchSelector is more than a switch with multiple different states, so why shouldn't it ...
by dzdm
Tuesday 06 February 2018 12:27
Forum: dzVents
Topic: Retrieving all supported levels
Replies: 4
Views: 709

Re: Retrieving all supported levels

Hi, yes this seems to work, but I have another issue regarding the levels. I have levels from 0 to 200 (in steps of 10), but I cannot change levels > 100 with the switchSelector function (levels > 100 are always set to 100 when using switchSelector). Is there any other way to set levels > 100?
by dzdm
Monday 05 February 2018 19:10
Forum: dzVents
Topic: Event not triggered [Solved]
Replies: 5
Views: 1633

Event not triggered [Solved]

Hi all, I have a group LivingRoom which consists of multiple devices. These devices are controlled via MQTT and included in domoticz. The problem is, that I want to trigger a special function after the state of the group LivingRoom has changed, so I tried to use the following trigger: on = { groups ...
by dzdm
Monday 05 February 2018 14:32
Forum: dzVents
Topic: Retrieving all supported levels
Replies: 4
Views: 709

Retrieving all supported levels

Hi :) I'm looking for a way to retrieve all supported levels (numeric!) for a specific switch, so I can use the number in the switchSelector function. It is possible to get all level names with: local levels = dz.devices('Beacon').levelNames But the switchSelector function only supports the numeric ...