Search found 6 matches

by Eisenhauer
Sunday 29 April 2018 7:37
Forum: Others
Topic: Enocean FSB61NP-230V do not switch
Replies: 2
Views: 1093

Re: Enocean FSB61NP-230V do not switch

Sadly no response. Because this I try FHEM and there the actor runs very good. It is possible to make this working in Domoticz. too?
by Eisenhauer
Monday 23 April 2018 13:27
Forum: Others
Topic: Enocean FSB61NP-230V do not switch
Replies: 2
Views: 1093

Re: Enocean FSB61NP-230V do not switch

Maybe I use the wrong ID (I chosse the one) form the manual created switch? Should I use the 4, like the Unit number form the Enocean device?

I this possible?
by Eisenhauer
Monday 23 April 2018 8:45
Forum: Others
Topic: Enocean FSB61NP-230V do not switch
Replies: 2
Views: 1093

Enocean FSB61NP-230V do not switch

Hi,

I have a Problem with my FSB61NP-230V. Datasheet:
https://www.eltako.com/fileadmin/downloads/de/_bedienung/FSB61NP_30200420-5_dt.pdf

I installed it properly and can move my blinds with the local switch entry of the device. So I tried to integrate this in Domoticz. The result was this:

https ...
by Eisenhauer
Friday 28 October 2016 20:05
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20818

Re: Philips HUE Motion Sensor

Yes, there is no native support for now. I hope it will be change.

A Script solution for using the motion sensor is to slow in reaction. The motion sensor with hue bridge have a reaction time of 500ms.
by Eisenhauer
Monday 17 October 2016 17:33
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20818

Re: Philips HUE Motion Sensor

I Wirte the mail. Maybe he have a solution. For now the Temperature Script.


--Hue Bridge
local hueBridgeIP = 'Enter IP'
local hueBridgeAPI = 'Enter API'
i = SensorNumber from Temp Sensor

function getHueLight(id)
local http = require('socket.http')
local ltn12 = require('ltn12')
local json ...
by Eisenhauer
Monday 17 October 2016 14:30
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20818

Philips HUE Motion Sensor

Hi,
i have the new Philips HUE Motion Sensor. With the native Philips app it works fine, but the sensor is not shown under devices in Domoticz.

I created two scipts to read the temperature and ambient light values with the HUE API and put them to a virtual sensor. Thats works fine and is no time ...