Search found 5 matches
- 04 Mar 2016 21:32
- Forum: RaZberry
- Topic: 2.2.1 Periodical sensor polling
- Replies: 5
- Views: 9224
Re: 2.2.1 Periodical sensor polling
I've also got some issues yesterday. Suddenly losing connections with sensors and switches. Messages like: 00:10 | Z-Wave device ID is back to life: 7 Multiple devices 3 4 and 7 came with that error. Yesterday I was sleeping and getting warm suddenly, seems the heater jumped on by no reason at all. ...
- 30 Jan 2016 16:46
- Forum: RaZberry
- Topic: SOLVED: Virtual Thermostat not flipping switch on HTTP POST
- Replies: 7
- Views: 7604
Re: Virtual Thermostat not flipping switch on HTTP POST
Solved my problem with using the same URL commands from the OpenRemoteHelpers module. Here is what I did, if somebody is interested. Just below this code in the following file: /opt/z-way-server/automation/modules/ThermostatDevice/index.js this.controller.devices.on(this.config.sensor, 'change:metri...
- 29 Jan 2016 03:24
- Forum: RaZberry
- Topic: SOLVED: Virtual Thermostat not flipping switch on HTTP POST
- Replies: 7
- Views: 7604
Re: Virtual Thermostat not flipping switch on HTTP POST
I'm glad i've inspired you.
No worries, i'll wait for my answser sooner or later.
No worries, i'll wait for my answser sooner or later.

- 28 Jan 2016 13:58
- Forum: RaZberry
- Topic: SOLVED: Virtual Thermostat not flipping switch on HTTP POST
- Replies: 7
- Views: 7604
Re: Virtual Thermostat not flipping switch on HTTP POST
It doesn't seem appropriate to me to "abuse" OpenRemoteHelpers for this. OpenRemoteHelpers is intended and designed as a simplified interface to Z-Wave devices. IMHO the functionality that you are seeking should be implemented in the VirtualThermostat and controlled via the ZAutomation AP...
- 28 Jan 2016 04:07
- Forum: RaZberry
- Topic: SOLVED: Virtual Thermostat not flipping switch on HTTP POST
- Replies: 7
- Views: 7604
SOLVED: Virtual Thermostat not flipping switch on HTTP POST
Hi, I'm using Raspberry Pi 2 with RaZberry module. I've been using openremotehelpers module for HTTP POST to get or set values. I have created Virtual Thermostat, the default module that came with z-way-server. Virtual thermostat is linked to a switch and a sensor that turns my cv/boiler on or off, ...