Salut
Vous allez me dire que je cherche la difficulté mais pour ma nouvelle config je voudrais regrouper tous mes devices (bluetooth, zwave) dans une VM debian avec docker indépendante de Jeedom afin de plus avoir à y retoucher.
J’ai installé 2 containers theengs
et mosquitto
dans cette VM + le plugin-mqttdiscovery
dans l’autre VM jeedom de test (Pi3b+ buster, dernière release Jeedom). Ca démarre bien mais rien n’est détecté ce que je peux vérifier avec MQTTExplorer:
Pourtant theengs
a l’air de fonctionner et j’ai bien le topic homeassistant
et discovery
a true
:
Creating config at /root/theengsgw.conf ...
{
"host": "localhost",
"pass": "",
"user": "",
"port": 1883,
"publish_topic": "home/TheengsGateway/BTtoMQTT",
"subscribe_topic": "home/+/BTtoMQTT/undecoded",
"presence_topic": "home/presence/TheengsGateway",
"presence": false,
"publish_all": true,
"publish_advdata": false,
"ble_scan_time": 60,
"ble_time_between_scans": 60,
"tracker_timeout": 120,
"log_level": "DEBUG",
"lwt_topic": "home/TheengsGateway/LWT",
"discovery": true,
"hass_discovery": true,
"discovery_topic": "homeassistant/sensor",
"discovery_device_name": "TheengsGateway",
"discovery_filter": "[IBEACON,GAEN,MS-CDP,APPLE_CONT,APPLE_CONTAT]",
"scanning_mode": "active",
"adapter": "hci0",
"time_sync": "[]",
"time_format": "0",
"ble": true,
"enable_tls": false,
"enable_websocket": false
}
INFO:BLEGateway:Starting BLE scan
INFO:BLEGateway:Connected to MQTT Broker!
INFO:BLEGateway:Subscribed to home/+/BTtoMQTT/undecoded
J’arrive pas a trouver ce qui cloche?
D’après ce que je comprends d’un autre post la découverte ne serait pas active par défaut?
J’ai arrêté tous les plugins utilisant BT et j’ai démarré l’image avec --privileged
.
Par ailleurs je détecte bien des devices avec bluetoothctl
sur hci0
Que manque-t-il?
Merci