Data capture from Smartthings to Synology NAS

HI all,

Using a Synology NAS for cameras and file storage.

Are there any unique integrations between Smartthings and Synology, particularly one that might let me store Smartthings data on the NAS (e.g., temperatures, humidity, power readings, on-off cycles, etc.)?

Thanks!

It may not be exactly what you are looking for, but I am running MQTT (Mosquitto) in docker on a Synology NAS which works great. It depends on the devices and drivers you are using but information like you mention could be stored (although usually the broker just passes data through to clients and doesn’t save it).

Thanks. This is going to take some research for me to get a basic understanding of how it works and what it can do…