ccutrer / waterfurnace_aurora

Library for communication with WaterFurnace Aurora control systems
30 stars 7 forks source link

MQTT. host, uid, and pwd #47

Closed Jarosze closed 11 months ago

Jarosze commented 11 months ago

where to set the MQTT host. UID/PASS?

ccutrer commented 11 months ago

In the URL you pass when starting the service. ie mqtt://user:pass@host/. Note that it needs to be properly URI encoded if you have special characters in the username or password

Jarosze commented 11 months ago

thank you, i missed that