#Need help adding mystrom wifi motion sensor

1 messages · Page 1 of 1 (latest)

plush flume
#

I would like to use the wifi motion sensor by mystrom. There is currently no support for this PIR sensor with the mystrom integration.

So far I have found a very well-documented description of the REST API on their website specifically for retrieving all entity states of this device: https://api.mystrom.ch/#95d8103e-db16-4383-b141-8e93afef0bbd

With the information I found I managed to get the sensor values with a python script (read from json values).

Now, how can I make use of this from within home assistant?

Goal: The idea is to have a motion sensor device which can be used for automations e.g. after 5 min of no motion -> turn off lights
Even better would be adding it to the mystrom integration.