Hi there,
I connected my Alecto WS-1700 to my pilight installation, using the given configuration:
https://wiki.pilight.org/doku.php/alecto_ws1700_v7_0
this does work without a problem for me
As the id of the weather station's sensor does change after one disconnects the batteries, one would have to change that ID within config.json in order to have pilight working with it again.
As the UUID does not change on battery change, using this one seems to be a way better solution to me
So i tried to use the UUID of that sensor instead.
e.g. like this:
or
sadly none of these versions did work out for me
Is it possible to use the UUID of a device instead of it's ID?
If so, what am i doing wrong?
Thanks & BR
Twain
I connected my Alecto WS-1700 to my pilight installation, using the given configuration:
https://wiki.pilight.org/doku.php/alecto_ws1700_v7_0
this does work without a problem for me

As the id of the weather station's sensor does change after one disconnects the batteries, one would have to change that ID within config.json in order to have pilight working with it again.
As the UUID does not change on battery change, using this one seems to be a way better solution to me

So i tried to use the UUID of that sensor instead.
e.g. like this:
Code:
"uuid": [{
"uuid": "0000-3a-54-fb-30e954"
}],
Code:
"uuid": "0000-3a-54-fb-30e954",
sadly none of these versions did work out for me

Is it possible to use the UUID of a device instead of it's ID?
If so, what am i doing wrong?

Thanks & BR
Twain