Search found 14 matches
- Tuesday 26 September 2017 21:02
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105052
Re: FlatZ Frontpage
Hi, I'm trying to get my power consumption in one graph. Problem is that around 23.00 we switch over to a lower rate. In JSON this is returned as V and V2. See screenshot below. https://i.imgur.com/MssXtkV.png Currently, i can only specify the day or night counter (V or V2) with: ['19', 'counter ...
- Monday 01 May 2017 14:40
- Forum: Others
- Topic: Bluetooth Shutter remote
- Replies: 7
- Views: 4653
Re: Bluetooth Shutter remote
Hi, i also have Bluetooth presence detection (based on mac address) And this works fine for me with the way i described it in the first post. I do use the raspberry with built-in Bluetooth.
- Wednesday 07 December 2016 22:50
- Forum: Others
- Topic: Bluetooth Shutter remote
- Replies: 7
- Views: 4653
Bluetooth Shutter remote
I got myself a bluetooth IOS/Android shutter remote, and i decided that i won't be using it where it's made for. http://img.dxcdn.com/productimages/sku_310826_1.jpg I use it now switch my alarm, here are the details. First pair the remote: bluetoothctl pairable on scan on pair 0C:FC:83:72:C9:87 ...
- Tuesday 31 May 2016 21:57
- Forum: Z-Wave
- Topic: Fibaro FGSD-002 Smoke detector
- Replies: 11
- Views: 8720
Re: Fibaro FGSD-002 Smoke detector
Did you found the meaning of the unknown functions? Got also a detector today, but also couldn't find anything.... i have the same questions as you. I supposed there should be a value with the actual "smoke level", something like the temperature. The Unknown is a temperature reading overhere. I ...
- Thursday 12 May 2016 11:51
- Forum: Heating/cooling
- Topic: StellaZ valve setup
- Replies: 11
- Views: 2491
Re: StellaZ valve setup
Well, i have set the update interval to 60 sec, al long time ago. Is there anything else i can check?


- Monday 09 May 2016 22:22
- Forum: Heating/cooling
- Topic: StellaZ valve setup
- Replies: 11
- Views: 2491
Re: StellaZ valve setup
I Tried the new beta on my raspberry, could not wait anymore. After updating i have a new device with type "Thermostat Mode" It looks like this: http://i.imgur.com/XnXZoLz.png And it's possible to set a mode: http://i.imgur.com/1VVfvSs.png But it doesn't actually update the device itself: http://i ...
- Tuesday 03 May 2016 22:47
- Forum: Heating/cooling
- Topic: StellaZ valve setup
- Replies: 11
- Views: 2491
Re: StellaZ valve setup
There is a new beta available today. In this beta release it should be possible to change the temp. mode. On my raspberry I only want to run a stable release, so i can't test it 

- Wednesday 27 April 2016 12:34
- Forum: Heating/cooling
- Topic: StellaZ valve setup
- Replies: 11
- Views: 2491
Re: StellaZ valve setup
Ok thanks! For the battery's I use another approach. I bought several stepdown converters http://dutchrfshop.nl/voedingen/mini-step-down-converter.html . Just connect them to any old 12v or 5v adapter. With the potentiometer you can set the output voltage to 3v. I soldered the output wire's directly ...
- Tuesday 26 April 2016 21:57
- Forum: Heating/cooling
- Topic: StellaZ valve setup
- Replies: 11
- Views: 2491
Re: StellaZ valve setup
Hi, did you manage to set the device in direct valve mode? I also can't change it anywere
- Tuesday 19 January 2016 9:35
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 288562
Re: Siri / HomeKit support for Domoticz
Is there a simple way to delete devices? I removed my home from homekit, restarted homebridge with fewer devices, but still after connecting them in eve they show my old devices.
- Saturday 28 March 2015 15:44
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 81749
Re: Is it gonna rain within the next X minutes?
Funny dat you live on the other side [emoji1]. I also don't have a weather station, that's why i use the forecast io. I've seen that rain is not very accurate. That's why this buienradar script comes in very handy!
- Saturday 28 March 2015 14:54
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 81749
Re: Is it gonna rain within the next X minutes?
It also depends on several other devices: The Wind, Temperatuur, Regen devices are from Forecast IO. The IemandThuis device is a virtual one that i intend to use in the future. It switches on and off based on two bluetooth devices and a motion sensor. The Zonnescherm_virtual device should be the ...
- Saturday 28 March 2015 14:50
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 81749
Re: Is it gonna rain within the next X minutes?
John, can you share your script? Offcourse. It's still 'in progress...' function IsItGonnaRain( minutesinfuture ) -- config --------------------------------------------------------- lat='51.818930' -- example lat/lon for Utrecht lon='4.427236' debug=false tempfilename = '/var/tmp/rain.tmp' -- can ...
- Saturday 28 March 2015 13:31
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 81749
Re: Is it gonna rain within the next X minutes?
Thanks for your effort! I implemented it in my sunscreen script. Does is also spit out a value > 0 if it is raining?