Search found 7 matches

by devguy
Sunday 14 February 2021 17:48
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 4984

Re: philips air purifier

The posted scripts here are wrappers around py-air-control. It's a nice tool but not dealing the right way with the COAP protocol that is being used by my Philips device (AC3829/10). If you read out the sensor values once in a while there is no issue, but don't use this for continuously polling like ...
by devguy
Saturday 08 December 2018 10:26
Forum: Suggestions
Topic: Honeywell Lyric Thermostat
Replies: 60
Views: 22602

Re: Honeywell Lyric Thermostat

Where to do this and what code do I need for CODE ? I tried something on the Linux prompt of the PI, but no response According to step 4 of the Wiki page you have to browse with your browser to the following page: https://api.honeywell.com/oauth2/authorize?response_type=code&client_id=[[YOURAPIKEY ...
by devguy
Friday 07 December 2018 21:43
Forum: Suggestions
Topic: Honeywell Lyric Thermostat
Replies: 60
Views: 22602

Re: Honeywell Lyric Thermostat

Huntback wrote: Thursday 06 December 2018 13:34 But at step 8 I do not get the expected answer.
I put the full custom URL on the Synology (SSH) command line (same as in steps 4 and 6) but do not get a result.
What am I doing wrong?
Can you send me some more details? What did the server respond?
by devguy
Saturday 01 December 2018 19:32
Forum: Suggestions
Topic: Honeywell Lyric Thermostat
Replies: 60
Views: 22602

Re: Honeywell Lyric Thermostat

The updates are now available in the beta release of domoticz. Please empty your browser cache first to see the API key changes. THanks, but I'm using Domoticz on my Synology NAS and the latest version is V3.8153. So there is nog type of Honeywell, unfortunately. So I have to wait I guess. Or do you ...
by devguy
Monday 26 November 2018 10:39
Forum: Suggestions
Topic: Honeywell Lyric Thermostat
Replies: 60
Views: 22602

Re: Honeywell Lyric Thermostat

I've finished my changes and did some testing yesterday. I'm going to submit the pull request to the dev team later today. As soon as they accept my changes the Honeywell thermostat improvements will become public in the next beta. Improvements: - Configure the API key instead of the default ...
by devguy
Saturday 24 November 2018 20:30
Forum: Suggestions
Topic: Honeywell Lyric Thermostat
Replies: 60
Views: 22602

Re: Honeywell Lyric Thermostat

How to do this? I just used the easy way to install and must see I'm a newby using Domoticz :) Recompiling domoticz requires good Linux knowledge. Unless you know how to compile software I wouldn't recommend this. The honeywell driver contains several bugs and is not using the OAuth2 token in the ...
by devguy
Saturday 17 November 2018 11:43
Forum: Suggestions
Topic: Honeywell Lyric Thermostat
Replies: 60
Views: 22602

Re: Honeywell Lyric Thermostat

I was having the same issues as HermanGroeneveld. The Honeywell API could only be requested in the first 10-15 minutes of each hour. In the source code of Domoticz (hardware/Honeywell.cpp) there is a static API key declared which is being used for all Domoticz users. According to the FAQ of the ...