Repository files navigation NewBest-HomeAssistant MQTT Bridge
Find ip of NewBest Admin, login with username newbest and password pass
Export projectConfig.json from NewBest Admin, save as KNX-projectConfig.json
Get NEWBEST_MQTT_BROKER, NEWBEST_MQTT_USER, NEWBEST_MQTT_PWD from NewBest Admin, set them in .env
Get NEWBEST_MQTT_HOME by subscribing the topic newbest/+/exec/, set it in .env
Setup mosquitto in your HomeAssistant, set HA_MQTT_BROKER, HA_MQTT_USER and HA_MQTT_PWD in .env
Exec uv run main.py to run
cp ./nb_ha_bridge.service /etc/systemd/system/nb_ha_bridge.service
systemctl daemon-reload
systemctl start nb_ha_bridge
systemctl enable nb_ha_bridge
Optional: replace newbest's mqtt broker to self-host one
Change the broker url in NewBest Admin to mosquitto's
Edit .env, make NEWBEST_MQTT_BROKER, NEWBEST_MQTT_USER, NEWBEST_MQTT_PWD the same as HA_MQTT_BROKER, HA_MQTT_USER and HA_MQTT_PWD
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.