Search found 5 matches
- Wednesday 10 January 2018 16:54
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60133
Re: Read British Gas Hive Heating temperature
Another log.... 2018-01-10 15:45:38.925 Domoticz V3.8153 (c)2012-2017 GizMoCuz 2018-01-10 15:45:38.925 Build Hash: 494fff7, Date: 2017-07-30 11:19:41 2018-01-10 15:45:38.926 System: Raspberry Pi 2018-01-10 15:45:38.926 Startup Path: /home/pi/domoticz/ 2018-01-10 15:45:39.371 Sunrise: 08:49:00 SunSet ...
- Wednesday 10 January 2018 14:41
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60133
Re: Read British Gas Hive Heating temperature
Can you change getdevices to have Domoticz.Debug(str(r)) in it? ie: try: nodes = json.loads(r)['nodes'] except Exception as e: Domoticz.Log(str(e)) change to: try: nodes = json.loads(r)['nodes'] Domoticz.Debug(str(r)) except Exception as e: Domoticz.Log(str(e)) 2018-01-10 13:37:20.240 Domoticz V3 ...
- Wednesday 10 January 2018 12:41
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60133
Re: Read British Gas Hive Heating temperature
have you enabled debug? can you post your log? 2018-01-10 11:38:58.861 Domoticz V3.8153 (c)2012-2017 GizMoCuz 2018-01-10 11:38:58.862 Build Hash: 494fff7, Date: 2017-07-30 11:19:41 2018-01-10 11:38:58.862 System: Raspberry Pi 2018-01-10 11:38:58.862 Startup Path: /home/pi/domoticz/ 2018-01-10 11:38 ...
- Wednesday 10 January 2018 12:28
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60133
Re: Read British Gas Hive Heating temperature
I am really struggling. I have installed the plugin, added the local network and the Hive "type" seems to all install fine. The log seems to show messages about calling message handler etc, and no error messages. However nothing has appeared in the Devices tab. Is there anything else I can try> I ...
- Saturday 09 January 2016 0:41
- Forum: PHP and all others
- Topic: Read Thermostat in devicechanged table
- Replies: 7
- Views: 1715
Re: Read Thermostat in devicechanged table
Raj, Sorry, but can you point me at instructions on how to interface the heat miser with domoticz? I have a wifi heat miser (not neo, the old kind), I have a switch setup to boost the hot water and heating, but would like to track the temperature in domoticz. Are you able to give more info on how to ...