Search found 11 matches
- Thursday 25 January 2018 13:23
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 512181
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi - i've just created a test user, and it seems ok? You're now the second person to experience some issue with the site, so will look at it I've now been able to create a user. Things I did differently: Used a different password (for my email/user pair), before it was equal to the domoticz_user ...
- Thursday 25 January 2018 7:55
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 512181
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi Madgeni, I've tried to signup using the form on your website. However, when I press submit, my input fields disappear and no feedback is given. Afterwards I'm trying to login, hoping that my signup was successful, but I'm unable to login. Am I doing something incorrect or is the signup process ...
- Wednesday 01 November 2017 21:34
- Forum: Other questions and discussions
- Topic: Cheap 433MHz door sensor (with open and close)
- Replies: 49
- Views: 27375
Re: Cheap 433MHz door sensor (with open and close)
These sensor are giving my quite a headache. Trying to figure them out via lua scripts. But as said, the status of the sensor stays ON. I'm not quite sure why it's like this. I've followed the video linked above and once added, the dashboard shows the status correctly (Open or Closed, configured as ...
- Thursday 09 March 2017 14:49
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
@gingercat worst case it could be 10 seconds. That is currently the 'default' poll interval. I'm not sure if you can adjust that interval.
- Monday 27 February 2017 19:47
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
I see that you just deviced the lightlevel by 100. The calculation to lux is slightly different: 10^(lightlevel -1/ 10000).
To be sure check the table in https://developers.meethue.com/document ... ed-sensors chapter 2.7.1
To be sure check the table in https://developers.meethue.com/document ... ed-sensors chapter 2.7.1
- Sunday 26 February 2017 15:56
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
Good point on the temperature. The value was not converted nicely (so it was rounded to a whole number), I fixed that. Sadly Domoticz will only show 1 decimal and not two. I hope that's ok. As for the Lux part: The lightlevel itself is not in lux. So I added a conversion to lux (as indicated in ...
- Sunday 26 February 2017 13:05
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
I've implemented it as a dusk sensor. You can set the threshold via the Philips Hue application and then the sensor state will indicate if it's Dark or Daylight. Since it can't be both dark and daylight at the same time, I've let the dusk sensor check on the Dark state. Would you like to have an ...
- Friday 24 February 2017 19:15
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
I've updated my implementation (request pending @ domoticz github) The Philips Hue motion sensor contains 3 sensors: presence, temperature and lightlevel. My previous implemention was for the presence sensor. My latest addition is for the temperature sensor and light level (displayed as dusk switch ...
- Thursday 23 February 2017 22:51
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
I have only added the motion (presence) part. But I plan on looking into the others as well: lightlevel and also temperature
- Thursday 23 February 2017 19:07
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
The latest Domoticz beta supports my Philips hue motion sensor extension (V3.6775). Try it out 

- Tuesday 21 February 2017 10:23
- Forum: Others
- Topic: Philips HUE Motion Sensor
- Replies: 34
- Views: 20082
Re: Philips HUE Motion Sensor
I've been working on getting motion sensor support in Domoticz. It seems to be working, but it's still work in progress. You can check out my github fork @ https://github.com/JordyGitHub/domoticz ... ue_Sensors.
I've tested the windows build:
I've tested the windows build: