Yes I have a thermostat in the hallway for heating and hot water, a receiver next to the boiler, and a network bridge device near my router.
Search found 5 matches
- Wednesday 31 January 2018 22:25
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60135
- Wednesday 31 January 2018 11:27
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60135
Re: Read British Gas Hive Heating temperature
Got it working for me by changing: def GetThermostat(self, d): x = find_key_in_list(d, 'http://alertme.com/schema/json/node.class.thermostat.json#') if x: k = 'stateHeatingRelay' if k in x[0]['attributes']: thermostat = x[0] elif k in x[1]['attributes']: thermostat = x[1] else: thermostat = False ...
- Wednesday 31 January 2018 10:47
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60135
Re: Read British Gas Hive Heating temperature
AngusMurray - Can you run this and post the text produced? #!/usr/bin/env python ''' Python script to get json data from Hive python get_hive_json.py [-h] username password ''' import requests import json import sys import argparse parser = argparse.ArgumentParser(description='Get Hive JSON data ...
- Tuesday 30 January 2018 19:36
- Forum: Others
- Topic: Xiaomi Thermostat (with display)
- Replies: 34
- Views: 30097
Re: Xiaomi Thermostat (with display)
Check out https://github.com/pFenners/mijia-sensor-domoticz Thanks for sharing! Did something very similar (see https://www.domoticz.com/forum/viewtopic.php?f=56&t=21904 ), unfortunately with my script values aren´t displayed on the sensors themselfs in Domoticz although the URL I´m calling is the s ...
- Tuesday 30 January 2018 14:40
- Forum: Others
- Topic: Xiaomi Thermostat (with display)
- Replies: 34
- Views: 30097
Re: Xiaomi Thermostat (with display)
Check out https://github.com/pFenners/mijia-sensor-domoticz
I got my 3 Xiaomi Mijia Bluetooth Temperature Humidity Sensors linked up to Domoticz using the built-in bluetooth on Raspberry Pi3
I got my 3 Xiaomi Mijia Bluetooth Temperature Humidity Sensors linked up to Domoticz using the built-in bluetooth on Raspberry Pi3