Search found 2 matches

by ce007
Saturday 21 July 2018 19:10
Forum: Show your projects
Topic: Read British Gas Hive Heating temperature
Replies: 301
Views: 71754

Re: Read British Gas Hive Heating temperature

Many thanks for the reply Mike

I tried the following code, which was the python code with the bits that relate to Domoticz cut out (and obv with my Hive credentials in)

I got an error message;

Traceback (most recent call last):
File "test.py", line 44, in <module>
sessionId = r.json()["token ...
by ce007
Saturday 21 July 2018 18:01
Forum: Show your projects
Topic: Read British Gas Hive Heating temperature
Replies: 301
Views: 71754

Re: Read British Gas Hive Heating temperature

Hi all, don't know if anyone is still monitoring this thread

I would like to extract basic info from my hive (without then using domoticz) such as current temperature, target temperature and time

I ran the collect_json.py script and it all works fine.

My question is; is there any code that will ...