Hello all, i want to push weewx messages via MQTT to node-red. There are no problem when i disable authentication (which i dont want). Unfortunately this does not work when using special characters (!?) in the password, which is the case in our MQTT-Broker.
Error in weewx is: MQTT: Thread terminating. Reason: invalid literal for int() with base 10: 'password' I was not able to escape the special characters, i tried mqtt://user:"password!?"@ and mqtt://user:'password!?'@ or mqtt://user:password\!\?@ what am i doing wrong? any hints? best regards Robert -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/871669bf-11a9-4749-88c4-9133acbeddaan%40googlegroups.com.
