-
Hi,
I asked Athom if homey supports my honeywell lyric T6 thermostat and they pointed me to this app.
However, the T6 does not use honeywell evohome control system and app, but the "Honeywell Home…
-
Is there any way within the homebridge-evohome plugin to pull multiple locations from Honeywells' servers? e.g. in the config.json file passing "location" =
Unfortunately I have more than 12 zones s…
-
Running on Pi3, latest beta (4.10897)
Domoticz stops,
Last few lines of log.
Uptime rarely exceeding 2 hours currently.
2019-06-16 06:55:00.024 Error: Domoticz(pid:615, tid:653('OZW-driver')…
-
Any Idea what might cause this error ?
Sep 26 10:08:57 homebridge homebridge[8079]: [2018-9-26 10:08:57] [Evohome] Evohome Failed: TypeError: Cannot read property 'temperatureControlSystems' of und…
-
**Home Assistant release with the issue:**
0.86.2
**Last working Home Assistant release (if known):**
/
**Operating environment (Hass.io/Docker/Windows/etc.):**
Debian 8
**Component/…
-
Whenever when I try to set a temperature through homey, the only thing that happens is that the current temperature in the selected zone changes to a permanent temperature, but no temperature change i…
-
The beta version of the app shows shortly the temperatures and then stops.
-
Hi @GeoffAtHome !
I was just about to create a PyPi/HA pair for HG when I found your work. I would rather contribute to your repos than duplicate effort.
I have a bit of experience with HA with …
-
Hi guys,
How do i update from the Evo Home 1.9.0 Alpha 1 addon?
I added the EvoTouch and Evohome Account things, but now im stuck updating my evohome.items setup.
-
The `__init__()` of EvohomeBase has the following code:
```python
if debug:
logging.getLogger().setLevel(logging.DEBUG)
...
else:
logging.getLogger().setLevel(logging.INFO)
...
…