Cristian Toader
Cristian Toader
Does your image support Raspberry Pi 4 (with Raspberry OS 32bit) architecture? This is the error I get when I pull the image: ``` pi@pi4:~ $ docker pull psyciknz/broadlink-mqtt Using...
I've had some unsuccessful attempts to compile @eschava's broadlink-mqtt as a docker image. It always fails when running build_rust: ``` writing manifest file 'src/cryptography.egg-info/SOURCES.txt' copying src/cryptography/py.typed -> build/lib.linux-armv7l-3.7/cryptography running build_ext...
Thank you! I adapted your file to my environment. When I start the container, I get the following error: ``` pi@pi4:~ $ docker logs broadlink-mqtt-tlc-20210409 Configuration parameter 'logdir' should be...
I mapped the custom.conf file in docker-compose.yml: ``` version: '3.7' services: broadlink-mqtt-tlc: image: "broadlink-mqtt-tlc-20210410" container_name: "broadlink-mqtt-tlc-20210409" environment: - TZ=Europe/Bucharest restart: always network_mode: host volumes: - /opt/broadlink-mqtt/conf/mqtt.conf:/opt/broadlink-mqtt/mqtt.conf - /opt/broadlink-mqtt/conf/custom.conf:/opt/broadlink-mqtt/custom.conf - /opt/broadlink-mqtt/conf/broadlink.log:/opt/broadlink-mqtt/broadlink.log...
My understanding is that ebus adapter is able to communicate with heaters behind VR32 if the --latency=100000 parameter is given to ebusd. @MatthiasKunze : so you have 2 heaters (1...
@fdaemon can you kindly add a print screen? I am unable to find the hex name in MQTT Explorer. All my zigbee end devices are marked with "NO COMPONENTS Maybe...
hi @eslavnov, any news on this enhancement? :) thanks, Cristian