Yes, the wall thermostat should pair OK with homegear.
I have the same unit, but it’s sat in a drawer now, since I just use HA to adjust the setpoints instead.
I’d suspect that the wall thermostat wouldn’t update the radiator valves by default with the new firmware, but you could easily get it working using automations or node red.
ie. when wall thermostat changed, set radiator x, y and z to the wall thermostat value.
I meant update the “current” temp to the sensor value in the wall unit. Can you update the “current” temp of the radiator valve as well as target temp?
I copied the five files in the directory \ubuntu\addons\Homegear when I go to the addon store I do find HOMEGEAR SGR addon, when I click INSTALL, nothing happens.
I run HASSIO on a Ubuntu NUC.
In the log
18-10-25 18:41:56 INFO (SyncWorker_11) [hassio.docker.addon] Start build local/amd64-addon-rpi-homegear:0.2
18-10-25 18:41:56 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 390, in start
resp = await self._request_handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 366, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 106, in impl
return await handler(request)
File "/usr/local/lib/python3.7/site-packages/hassio/api/security.py", line 137, in token_validation
return await handler(request)
File "/usr/local/lib/python3.7/site-packages/hassio/api/utils.py", line 32, in wrap_api
answer = await method(api, *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/hassio/addons/addon.py", line 692, in install
if not await self.instance.install(self.last_version):
File "/usr/local/lib/python3.7/site-packages/hassio/utils/__init__.py", line 33, in wrap_api
return await method(api, *args, **kwargs)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/hassio/docker/addon.py", line 307, in _install
return self._build(tag)
File "/usr/local/lib/python3.7/site-packages/hassio/docker/addon.py", line 321, in _build
**build_env.get_docker_args(tag))
File "/usr/local/lib/python3.7/site-packages/docker/models/images.py", line 258, in build
resp = self.client.api.build(**kwargs)
File "/usr/local/lib/python3.7/site-packages/docker/api/build.py", line 142, in build
raise TypeError("You must specify a directory to build in path")
TypeError: You must specify a directory to build in path
Yes, you are absolutely right. I made a new version of the HassIO HomeGear addon which mounts this folder out. It is installable from a repository. Node-BLUE is included and working great. So I will leave influxdb inside as well.
If you’d like to share your version of the addon, maybe we can merge the best of both in one addon.
So, I dug the wall stat out of the drawer this evening and paired it with homegear.
Good news - the devices can be linked as per the original MAX functionality, so the wall stat can control multiple radiators, and also reports its value to the radiator valve.
To achieve this, pair the wall stat in homematic manager as per the procedure for the radiator valves.
Then select the ‘Verknupfunger’ tab, and press the ‘+’ button at the bottom.
In the new window under sender, select the serial of your wall stat, then select the valve(s) under ‘Empfanger’ - then press ‘Anlegen’
Have you verified that other addons install correctly?
I have tested this on a standard HassIO on HassOS install (see https://www.home-assistant.io/hassio/installation/) on a RaspberryPi 3. As this device is ARM based, I’m not quiet sure, if this addon will run on x86 as well.
Yes, those “Verknüpfungen” work well. With those, it’s easy to link Thermostat <-> Thermostat, Wallthermostat -> Thermostat and WindowContact -> Thermostat. Has anyone found out, how to link EcoTaster with Termostats?
Thank you for confirming! Very useful information. I now have a big decision to make about whether I keep my Nest setup or ditch it and use the generic thermostat component with a sonoff or similar.
Such a shame the Nest API doesn’t allow read/write of the “current temperature” or it would be perfect.