peterforeman / homeassistant-socat

Home Assistant with socat for remote zwave
GNU General Public License v3.0
2 stars 1 forks source link

Zigbee2MQTT CC2530 coordinator via ESP8266 #3

Open githubwesseln opened 4 years ago

githubwesseln commented 4 years ago

I use Zigbee2MQTT, the CC2530 coordinator is connected via an ESP8266, actually installation is running well without socat:

configuration.yaml: serial: port: 'tcp://192.168.178.152:1775'

Now I want to use Zigbee2MQTT with Docker 'koenkk/zigbee2mqtt', this docker doesn't work, and I tried Docker 'forepe/zigbee2mqtt-socat', but it also doesn't work.

What is the correct entry for ‘device:’ in the ‘docker-compose.yml’ file ? Is a modification in the ‘configuration.yaml’ for Zigbee2MQTT necessary ?

The Docker forepe/zigbee2mqtt-socat doesn't work, error on start:

standard_init_linux.go:211: exec user process caused "exec format error"

The Link on Docker-Hub for 'forepe/zigbee2mqtt-socat' is not working !!!

peterforeman commented 4 years ago

The image is not built for the Raspberry platform (yet). That's why you get the "exec format error".