Search found 8 matches
- Friday 11 November 2016 17:46
- Forum: Z-Wave
- Topic: GreenWave PowerNode kwh sensor missing in domoticz
- Replies: 1
- Views: 532
Re: GreenWave PowerNode kwh sensor missing in domoticz
Aaand to answer myself: After a restart of Domoticz, the kWh sensor appeared as if by magic. Problem solved
- Friday 11 November 2016 17:24
- Forum: Z-Wave
- Topic: GreenWave PowerNode kwh sensor missing in domoticz
- Replies: 1
- Views: 532
GreenWave PowerNode kwh sensor missing in domoticz
Hello there! I have two GreenWave PowerNode 1-port devices and was able to set up the first device with no problems, it recognized the device and added all appropriate sensors to Domoticz, among them a kwh consumption meter device as well as momentary power usage and such. Then I added a second ...
- Sunday 09 October 2016 21:01
- Forum: Z-Wave
- Topic: Weird problem with Zipato/Schlage Mini RFID Keypad
- Replies: 3
- Views: 782
Re: Weird problem with Zipato/Schlage Mini RFID Keypad
Well one of the keypads seems to work now. The other one still gets this issue now and then.mschut wrote:Ever found out what was causing this? And/or solved it?
All in all, the whole thing is simply not reliable. I'm going for a hardwired keypad that I'm integrating myself.
- Friday 27 May 2016 13:38
- Forum: Others
- Topic: Philips Hue Color - setting color with LUA but without http?
- Replies: 5
- Views: 2570
Re: Philips Hue Color - setting color with LUA but without http?
Yeah I use curl to hit the rest api of the Hue controller. Not great but it does the job. function hueAlarm() os.execute('/usr/bin/curl -s -H "Accept: application/json" -X PUT --data \'{"alert": "lselect", "bri":255, "hue":0, "sat":255}\' http://'..hueip..'/api/'..hueusername..'/lights/'..huelight ...
- Friday 27 May 2016 13:36
- Forum: Z-Wave
- Topic: Weird problem with Zipato/Schlage Mini RFID Keypad
- Replies: 3
- Views: 782
Weird problem with Zipato/Schlage Mini RFID Keypad
Hey there, I have the Zipato / Schlage Mini RFID Keypad and it was working fine for weeks. Then I suddenly my family complained that they couldn't disarm our alarm with the keypad anymore. Lo and behold, I check the logs and see this: 2016-05-27 06:41:40.887 Error: OpenZWave: Node not found! (NodeID ...
- Monday 15 February 2016 8:15
- Forum: Others
- Topic: Philips Hue Color - setting color with LUA but without http?
- Replies: 5
- Views: 2570
Re: Philips Hue Color - setting color with LUA but without http?
Dimming works without any tricks, just "Set Level 100" without any need for using the REST API. It's just the colors I was wondering about.
Right now I'm using the REST API of the Hue bridge. It works, but of course it's yet another external configuration dependency in the LUA code...
Right now I'm using the REST API of the Hue bridge. It works, but of course it's yet another external configuration dependency in the LUA code...
- Thursday 11 February 2016 11:53
- Forum: Others
- Topic: Philips Hue Color - setting color with LUA but without http?
- Replies: 5
- Views: 2570
Philips Hue Color - setting color with LUA but without http?
Hey there, I read through all the hue-related wiki entries and forum posts but everyone is talking about how to write a script that sends http requests to the hue bridge... I don't care about any of that, and I see that the Hue color is supported in the latest stable of Domoticz just fine. All I ...
- Thursday 11 February 2016 11:47
- Forum: Other questions and discussions
- Topic: Create Home alarm system with domoticz
- Replies: 31
- Views: 17023
Re: Create Home alarm system with domoticz
Also first post for me! I found that relying on the security state alone is not enough because it doesn't survive occasional domoticz crashes. If you only use the alarm system to send you notifications while you are away that's fine, but for me that's not good enough. What I found works well is to ...