bilan / connectlife-api-connector

Connectlife API proxy / MQTT Home Assistant integration
67 stars 17 forks source link

Running on raspberrypi and using homebridge. #40

Open codennifty opened 3 months ago

codennifty commented 3 months ago

Is possible to use mqtt-thing and a raspberry pi?

When I go to build the docker i get this error:

` => ERROR [2/6] RUN apk update && apk add --no-cache supervisor composer php83 php83-common php8 82.3s


[2/6] RUN apk update && apk add --no-cache supervisor composer php83 php83-common php83-fpm php83-pdo php83-zip php83-phar php83-iconv php83-cli php83-curl php83-openssl php83-mbstring php83-tokenizer php83-fileinfo php83-json php83-xml php83-xmlwriter php83-simplexml php83-dom php83-tokenizer php83-pecl-redis php83-pcntl php83-posix && mkdir /home/app: 11.79 /bin/sh: 1: apk: not `found

codennifty commented 3 months ago

So I've successfully got it to run. But now I'm having issues powering it on.

mosquitto_pub -h localhost -t pu000068650051000200030003000000c6e1c535ad8/ac/power/set -m "0" -u works but

mosquitto_pub -h localhost -t pu000068650051000200030003000000c6e1c535ad8/ac/power/set -m "1" -u does not.