Search found 64 matches
- Tuesday 06 October 2020 23:00
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
oops - I missed one.... updated now There are 2 files called plugin* in the repository. One is normal plugin.py which uses the domoticz connection objects for all the conections and the second one uses urllib to connect directly ignore domoticz until it is time to update devices. The urllib one was ...
- Tuesday 06 October 2020 22:35
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Are you using the urllib version? I haven't updated that one
- Tuesday 06 October 2020 20:00
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
I have reduced this to just a log message - it was never meant to happen that often but it seems to be a session now only lasts an hour.
- Sunday 04 October 2020 21:34
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Fixed that now - thanks
- Sunday 04 October 2020 0:04
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Panic over I have updated both the plugin.py and plugin.urllib.py
both are now version 1.2 and should handle the new login API
both are now version 1.2 and should handle the new login API
- Thursday 17 September 2020 17:22
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
I have just updated the plugin to work with a few more types of bulbs.
- Tuesday 24 September 2019 22:15
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Yes but I have redone my heating with Tado thermostats and most of my lights are now lightwaverf. Just a few hive bulbs and an active plug left...
- Wednesday 13 February 2019 12:56
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Can you switch debug to on please?
- Friday 18 January 2019 23:43
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Interesting. Can you open a new ticket on github and attach the results of collect_json.py please?
- Thursday 17 January 2019 23:42
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Hello,
Try using the plugin.urlib.py (rename it to plugin.py) and see if that helps for now.
The connection framework in domoticz is not playing nicely!
Regards,
Try using the plugin.urlib.py (rename it to plugin.py) and see if that helps for now.
The connection framework in domoticz is not playing nicely!
Regards,
- Thursday 20 December 2018 10:37
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Can you also run collect_json.py from here: https://github.com/imcfarla2003/domotic ... ct_json.py , create an issue on github and attach the output there please?
- Sunday 16 December 2018 1:12
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Greg,
Can you try the latest commit please?
Iain
Can you try the latest commit please?
Iain
- Saturday 15 December 2018 0:45
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
All - Version 0.7 of the plugin now supports cool to warm white lights
- Saturday 15 December 2018 0:25
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Greg, More than one thermostat is not currently supported - I think the code is ready to take it but I need to see the device layout. Can you run the latest version of collect_json.py and post a link to somewhere I can get it? Or put it here: https://github.com/imcfarla2003/domoticz-hive/issues/2 ...
- Saturday 01 December 2018 22:15
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Hello, I have python 3.5.3 installed but I also compile domoticz myself (to keep up with some of the changes in git) It is quite easy to compile but you need a bit of space for it (roughly 400Mb) Having said that you could try using plugin.new.py (rename it to plugin.py in lyour Hive folder). I ...
- Friday 23 November 2018 23:19
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Hello all, I recently got my hands on a colour changing bulb and I have implemented support for it in the plugin. I did have to change the switch type to "dimmer" after I added the device. Give it a shot if you have any of these and disco to your hearts' content! https://github.com/imcfarla2003 ...
- Friday 29 June 2018 22:38
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Put a line in the script at line 22
print(r.text)
Then run and see what happens
print(r.text)
Then run and see what happens
- Friday 29 June 2018 12:37
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Newer versions of domoticz expose more functions to the plugin so localhost access is not needed anymore.
Iain
Iain
- Friday 29 June 2018 12:33
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
I think you are missing the python requests module. Depending on Python 2 or 3 you will need to install either python3-requests or python-requests sudo apt install python-requests or sudo apt install python3-requests Should get you what you need. I have updated the collect_json.py script as I had ...
- Tuesday 26 June 2018 0:11
- Forum: Show your projects
- Topic: Read British Gas Hive Heating temperature
- Replies: 301
- Views: 60129
Re: Read British Gas Hive Heating temperature
Can you run the script found here?
https://raw.githubusercontent.com/imcfa ... ct_json.py
This will hopefully complete and give some information about your setup.
If you could run it twice with a few hours in between then we should see some change in temp etc.
https://raw.githubusercontent.com/imcfa ... ct_json.py
This will hopefully complete and give some information about your setup.
If you could run it twice with a few hours in between then we should see some change in temp etc.