Search found 15 matches

by elRedeo
14 Sep 2015 22:04
Forum: Discussions in English
Topic: Heating schedule Danfoss thermostat using razberry
Replies: 3
Views: 7246

Re: Heating schedule Danfoss thermostat using razberry

Hey, easy like apple pie: Create a new CodeDevice. Type should be switch binary. Code for action on : zway.devices[xx].ThermostatSetPoint.Set(1,21) Code for action of zway.devices[xx].ThermostatSetPoint.Set(1,16) xx should be your z-device number you see on the configuration part. The 21 and 16 is t...
by elRedeo
10 Sep 2015 22:39
Forum: Discussions in English
Topic: Q: How to switch of after desired time by consumption
Replies: 4
Views: 5765

Re: Q: How to switch of after desired time by consumption

Hi, OK, will be awaiting for your solution with node-red.
It looks like a very large solution for a small problem.

I will try to solve it via bash script and code device by periodical polling and trigger file ....
by elRedeo
09 Sep 2015 23:36
Forum: RaZberry
Topic: Upgrade 2.1.1 Problem HTTP-Device
Replies: 4
Views: 6356

Re: Upgrade 2.1.1 Problem HTTP-Device

Ok, what IDo not understand: Calling a module outsode of rasperry pi from my computer to the device is working fine. Insode raspberry, calling the device to get the values will ntvwork and I got the denied messge. This os strange for security reasons,beceause the roles are swaped! Outside should be ...
by elRedeo
09 Sep 2015 23:12
Forum: Diskussion in Deutsch
Topic: App Gerätegruppe
Replies: 4
Views: 9378

Re: App Gerätegruppe

Warum machst Du das nicht per Scene ?
by elRedeo
09 Sep 2015 18:24
Forum: Discussions in English
Topic: Q: How to switch of after desired time by consumption
Replies: 4
Views: 5765

Q: How to switch of after desired time by consumption

Hello, I believe this is not possible : I have a fibarore power plug on my TV/Radio/FireTV... combination. If they are in standby, I will them power off, so as the pseudo coded example : While (SwitchON) { if (P>10) counter = 0; counter ++; if (counter>600) // six minutes SwitchOFF; sleep(1000); // ...
by elRedeo
07 Sep 2015 01:07
Forum: Discussions in English
Topic: Q: Integration Philips hue w/ bridge
Replies: 7
Views: 11233

Re: Q: Integration Philips hue w/ bridge

Apps.

I can not create a codeDevice anymore.
Revert to a fres installation is OK CodeDevice is there , recopied the configjson-UID to have the device names and descriptions again, the CodeDevice disappears again. Already cerated CodeDvices are still up and running.
by elRedeo
07 Sep 2015 00:36
Forum: Discussions in English
Topic: Q: Integration Philips hue w/ bridge
Replies: 7
Views: 11233

Re: Q: Integration Philips hue w/ bridge

Eeehm, yes. So I have to say, I do not own (yet) a hue system, it was lent to find out a solution to let it run with z-wave. But yes, this could be possible, or bette, I should create build a new module for this part. But not hits time ;) #Still struggling around with my razberry to earn the interna...
by elRedeo
06 Sep 2015 23:43
Forum: Discussions in English
Topic: Q: Integration Philips hue w/ bridge
Replies: 7
Views: 11233

Re: Q: Integration Philips hue w/ bridge

OK, here the cookbook for people who wanna get started : go to http://www.developers.meethue.com/documentation/getting-started and take get your kid/username/apiID whoever you will call it. with them, you are able to connect to your hue bridge. Go to your raspi and install curl : sudo apt-get instal...
by elRedeo
06 Sep 2015 10:42
Forum: RaZberry
Topic: Upgrade 2.1.1 Problem HTTP-Device
Replies: 4
Views: 6356

Re: Upgrade 2.1.1 Problem HTTP-Device

OK, understood, but not reasonable to me. To set about 36 Devices and Apps into one room ist not a very funny job and I lost the overview over the devices. Is there another possibitliy to give the permissions? When where this 'feature' integrated? So I can go back to the latest version without this ...