Heating and Ventilation Control
/manGenMqttMap
Keine Erläuterungen gefunden.
import time from datetime import datetime import threading import queue from paho.mqtt import client as mqtt_client import json from HvcMqtt import HvcMqtt myMqtt = HvcMqtt(True) myMqtt.initialize() #subscribe to Zigbee map #threading.Thread( #myMqtt.readZigbeeMap() #generate Zigbee map print("generate Zigbee map") myMqtt.genZigbeeMap()
python
php
Der gesamte Sourcecode darf gemäß GNU General Public License weiterverbreitet werden.