Search found 7 matches

by DasK
Friday 02 June 2017 20:45
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: Active low relays
Replies: 1
Views: 5422

Active low relays

Hi, I'm using a relay board wired to the raspberry gpio to drive some lights in my living room. As many relay boards is active low so I came here to see how to configure it and I found some crazy stuff like soldering things in the board, breaking tracks.... I knew I didn't have to touch the hardware ...
by DasK
Wednesday 18 May 2016 14:06
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 535413

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Any news? Is it possible to control Xiaomi devices with Domoticz? It would be great
by DasK
Wednesday 06 January 2016 11:53
Forum: MySensors
Topic: Set a switch ON that is already ON & update last seen time?
Replies: 16
Views: 6308

Re: Set a switch ON that is already ON & update last seen ti

Yes, I'm interested. Please share and I'll take a look at it.
by DasK
Sunday 03 January 2016 15:50
Forum: MySensors
Topic: Set a switch ON that is already ON & update last seen time?
Replies: 16
Views: 6308

Re: Set a switch ON that is already ON & update last seen ti

I already opened a new threat about how to get the notification https://www.domoticz.com/forum/viewtopic.php?f=15&t=9711 but I'm looking forward to see your python script, because you're right, there is no need to check every sensor status every minute; once or twice at day is enough, so a cron task ...
by DasK
Sunday 03 January 2016 13:37
Forum: PHP and all others
Topic: Notification when sensor is not working
Replies: 12
Views: 8574

Notification when sensor is not working

I guess this is common issue, but I swear I searched and I couldn't find anything. I just want to get a notification when a sensor stop working (low battery, out of range, broken....) I suppose I could use lastupdate variable, witch I believe only works in LUA and not in blockly, but there has to be ...
by DasK
Sunday 03 January 2016 12:16
Forum: MySensors
Topic: Set a switch ON that is already ON & update last seen time?
Replies: 16
Views: 6308

Re: Set a switch ON that is already ON & update last seen ti

Thanks, you helped enough. I realize this is made on propose, as we can see from the code comment, but then the sensor info should say "Last change: xxx" and not "Last seen: xxx" because that value is wrong. So it looks like a bug to me. Anyway, I achieve what I wanted modifying the sensor sketch ...
by DasK
Saturday 02 January 2016 15:34
Forum: MySensors
Topic: Set a switch ON that is already ON & update last seen time?
Replies: 16
Views: 6308

Re: Set a switch ON that is already ON & update last seen ti

Same issue here. Thank you for posting the solution. I have a motion sensor (mysensors) and domoticz only updates when there is a state change, even when my sensor send a status report every minute. So I can't notice if the sensor is not working unless I trigger it. The problem is I running domoticz ...