Search found 3 matches

by racy
Sunday 12 November 2017 0:18
Forum: Suggestions
Topic: THERMOSTAT OPERATING STATE class
Replies: 0
Views: 455

THERMOSTAT OPERATING STATE class

I would like to see support for the THERMOSTAT OPERATING STATE class. I see this in the logs: OpenZWave: Unhandled class: 0x42 (THERMOSTAT OPERATING STATE), NodeID: 53 (0x35), Index: 0, Instance: 1 This value is a read-only string that is either "Heating" or "Idle" (in my case). It would be handy to ...
by racy
Saturday 20 June 2015 22:56
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 138032

Re: 'Dromotica' app for controlling Domoticz from Android

I'd like to use an existing apache install to frontend (reverse proxy) my raspberry pi Domoticz install. As such, I've added the following apache config: <Location /domoticz/> ProxyPass http://192.168.1.109:8080/ </Location> And configured the app as follows: Domotics URL: fqdn.com/domoticz ...
by racy
Monday 27 April 2015 2:49
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 138032

Re: 'Dromotica' app for controlling Domoticz from Android

I'd like to use an existing apache install to frontend (reverse proxy) my raspberry pi Domoticz install. As such, I've added the following apache config: <Location /domoticz/> ProxyPass http://192.168.1.109:8080/ </Location> And configured the app as follows: Domotics URL: fqdn.com/domoticz Domoticz ...