Hi @gaelbillon, thanks for your feedback. You beat me to it—I wanted to ask you the question.
All the better if it’s working, we’ll see.
As for the sensors, having the door sensor report, for example, every 30s might not be fast enough.
Regarding the sensor I won’t be able to do anything more because it comes from the Free API.
You can control it in Node-Red.
You need to run the first flow I gave you where I showed you how to retrieve your shutters’ identifiers.
You’ll be able to read your sensors’ info as well.
For me the motion sensor is in the array at value 2. Then in the data array at value 2 you also find the battery value which returns an int — that is, an integer which here is between 0 and 100. Except I have the value null. I think you do too.
If I now look at the opening sensor I do have a value of 100 in value.
Otherwise I haven’t progressed much on writing the tests.
I’m redoing my kitchen entirely at the same time so not much time…



