etofi

Results 16 comments of etofi

@danielperna84 > @krauspe > > You could switch to the new integration, which is available as a custom component: https://github.com/danielperna84/custom_homematic I cant't install your intergation with your [ADD INTEGRATION](https://my.home-assistant.io/redirect/config_flow_start?domain=homematicip_local) Link....

> @etofi > > Apparently you missed the fact, that this is a custom integration, which first has to be installed manually. Please follow these instructions: https://github.com/jens-maus/RaspberryMatic/wiki/HomeAssistant-Integration Thanks - now...

I fixed the error myself. Install this via the console of the container: `apt install intel-media-va-driver-non-free i965-va-driver-shaders` Can you please install this permanently in the Docker container?

> Please try the latest `vaapi-dev` image: `docker pull datarhei/restreamer:vaapi-dev` This version is working

I use the new image and also have the both environment variables in the docker command. ``` -e APP_NAME="Speedtest Tracker Eric" \ -e PUBLIC_DASHBOARD=true \ ``` but i still get...

I use it on my 218+ with this create statement. ``` docker create \ --name=ModbusTCP_Proxy \ --net=macvlan \ --ip 192.168.178.169 \ --restart unless-stopped \ -e TZ=Europe/Berlin \ -v /volume1/docker/ModbusTCP_Proxy/modbus-proxy.yml:/etc/modbus-proxy.yml \...

> > I use it on my 218+ with this create statement. > > ``` > > docker create \ > > --name=ModbusTCP_Proxy \ > > --net=macvlan \ > >...

> Thank you! now the error has gone! but a don't receive any data from invertor. devices: > > * modbus: > url: 192.168.30.53:502 (my invertor) > listen: > bind:...

> I've just created [modbus-proxy-py](https://hub.docker.com/repository/docker/tiagocoutinho/modbus-proxy-py) > > Please give it a try and let me know. The new version also works for me, but it requires a small adjustment. The...