Thank you for your reply… probably is a silly question, but how do I install your addon? I’m trying via browser adding the link to your addon and then I’m saving that link (https://home-assistant.io/hassio/installing_third_party_addons/), but then nothing appears to me
Installation/Build of Dasher killed my hass docker instance… Had to restart it via console but after that dasher was installed to hass! Created my config via SSH and launched docker, works great. Thanks Amazon for the free Buttons!
RTL is only a receiver since it uses hardware that was originally designed to receive TV signals.
It can listen for 433mhz sensors but there is no capability to transmit.
You need to look for another solution if you need to control 433 devices.
i am not able to install it, if I press install dasher, nothing happens, thats not true, it looks like its trying to install but then no luck.
Its clean current hassio install on a ubuntu server 16.04 instance.
All other add ons (appdeamon, samba, Mosquitto broker, Check Home Assistant configuration and Homebridge) are working fine.
17-12-14 22:12:56 INFO (SyncWorker_2) [hassio.dock.addon] Start build f3248fb7/amd64-addon-dasher:0.2
17-12-14 22:12:56 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 410, in start
resp = yield from self._request_handler(request)
File "/usr/lib/python3.6/site-packages/aiohttp/web.py", line 325, in _handle
resp = yield from handler(request)
File "/usr/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 93, in impl
return (yield from handler(request))
File "/usr/lib/python3.6/site-packages/hassio/api/util.py", line 33, in wrap_api
answer = await method(api, *args, **kwargs)
File "/usr/lib/python3.6/site-packages/hassio/addons/addon.py", line 500, in install
if not await self.docker.install(self.last_version):
File "/usr/lib/python3.6/site-packages/hassio/dock/util.py", line 18, in wrap_api
return await method(api, *args, **kwargs)
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/hassio/dock/addon.py", line 248, in _install
return self._build(tag)
File "/usr/lib/python3.6/site-packages/hassio/dock/addon.py", line 261, in _build
image = self.docker.images.build(**build_env.get_docker_args(tag))
File "/usr/lib/python3.6/site-packages/docker/models/images.py", line 179, in build
raise BuildError(chunk['error'])
docker.errors.BuildError: Please provide a source image with `from` prior to commit
I am using a generic ubuntuserver as you can see here:
i am awaiting your result, I was able to reproduce it, clean system, first install was dasher, I get the same error, while afterwards the others worked fine
Hi, and thanks making this.
I have it working in principle, but have on tiny problem. I had checked in https://github.com/merbanan/rtl_433 and found out that it is supporting Nexa (93). Problem is that the hassio repository seems to be behind and does not include the Nexa protocol.
I have just merged the delta commits from the master https://github.com/merbanan/rtl_433
So you should now have the Nexa support you need (need to reinstall the add-on to get the changes)
In the future if you prefer, you can fork my HA addons repo and change to use the master as the source for rtl_433.