You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for your project. I find it very well made.
I'm using owntracks via MQTT, my devices publish to owntracks/<mqttusername>/<deviceidentification>.
I'm playing around with the recorder and I needed to enter the payload encryption key somewhere (I found the ocat --load=keys cmd), turns out the username I needed to use was a bit different from the one of my intuition
Uppercase character in DeviceID (deviceidentification) are lowercased in recorder:
<mqttusername>/<deviceidentification> became <mqttusername>_<deviceidentification>
I imagined that if my mqttusrname is foo and my device name is barDEV the username for the recorder app should be foo/barDEV, well, it is not.
Is there a reason for these? MQTT limitation maybe?
The text was updated successfully, but these errors were encountered:
First of all thank you for your project. I find it very well made.
I'm using owntracks via MQTT, my devices publish to
owntracks/<mqttusername>/<deviceidentification>
.I'm playing around with the recorder and I needed to enter the payload encryption key somewhere (I found the ocat --load=keys cmd), turns out the username I needed to use was a bit different from the one of my intuition
<mqttusername>/<deviceidentification>
became<mqttusername>_<deviceidentification>
I imagined that if my mqttusrname is
foo
and my device name isbarDEV
the username for the recorder app should befoo/barDEV
, well, it is not.Is there a reason for these? MQTT limitation maybe?
The text was updated successfully, but these errors were encountered: