muppet3000 / homeassistant-grott

Home Assistant Integration for Grott - MQTT
MIT License
65 stars 14 forks source link

[Help Needed] Grott fails to start no matter what I try #77

Open PsychoGame opened 4 months ago

PsychoGame commented 4 months ago

I don't know why, but how many times I tried, I can't get the Grott docker container to come up properly. The error it continues to spit out is: exec /usr/local/bin/python: exec format error I populated the grott.ini configuration file which is I tried a docker-compose install using the following:

version: "3.7"

services: mosquitto: image: eclipse-mosquitto:latest hostname: mosquitto container_name: mosquitto restart: unless-stopped ports:

muppet3000 commented 4 months ago

Could you paste a copy of your grott.ini file here?