Add on Maestro Gateway

Bonsoir,

J’ai un peu avancé sur la configuration mais ca ne fonctionne pas encore… J’avais un problèle réseau pour accéder au wifi local du pêle et ça c’est résolu : https://forum.hacf.fr/t/connexion-wifi-et-filaire/30708

Maintenant les logs d’erreur vont un peu plus loin mais ca ne fonctionne toujours pas.

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[22:28:55] INFO: Launching maestro local connection plugin
Starting Maestrogateway.
Systemd is not available. This is the case on docker alpine images and on windows machines
2023-11-08 22:28:55,675 :: __main__ :: INFO :: Starting Maestro Daemon
Reading config from envionment variables
2023-11-08 22:28:55,677 :: __main__ :: INFO :: Connection in progress to the MQTT broker (IP:core-mosquitto PORT:1883)
mqtt authentication enabled
2023-11-08 22:28:55,687 :: __main__ :: INFO :: MQTT: Subscribed to topic "Maestro/Command#"
Traceback (most recent call last):
  File "/maestro/local/maestro.py", line 284, in <module>
    start_mqtt()
  File "/maestro/local/maestro.py", line 222, in start_mqtt
    client.subscribe(_MQTT_TOPIC_SUB+'#', qos=1)
  File "/usr/local/lib/python3.11/site-packages/paho/mqtt/client.py", line 1491, in subscribe
    raise ValueError('Invalid subscription filter.')
ValueError: Invalid subscription filter.
2023-11-08 22:28:55,699 :: __main__ :: INFO :: MQTT: Connected to broker. 0

il y a toujours le problème de

Systemd is not available. This is the case on docker alpine images and on windows machines

mais finalement je ne suis pas sur que ce soit bloquant…
Par contre la fin du log me fait plus penser à un problèe de configuration de mon broker mqtt… Des avis ?