Konnichy

Results 9 comments of Konnichy

While at it, I just realize I also made modifications years ago to support multi-byte characters.

Hello, Are you sure you provided these 3 parameters in the SmartApp configuration? - bucket - organization - token The Organization and Bucket are sent via URL, while only the...

I confirm it does work for me. All the required request info is passed to `PostToInfluxDB()` via the `state` variable. Also, it's not visually obvious, but you can click on...

Also, with Groovy being phased out, don't get your hopes too high. This SmartApp is expected to stop working before the end of the year in any case.

Have a look here: https://github.com/eargollo/smartthings-influx This is the "InfluxDB topic" on SmartThings: https://community.smartthings.com/t/smartthings-data-visualisation-using-influxdb-and-grafana/44946/141. I recently experimented with SmartApp development (and NodeJS, and Javascript) and I may try something on my...

Unfortunately, with SmartThings abandoning Groovy, they also stop running services on their cloud. Device drivers now run on the hub, but it is now left to us where SmartApps are...

Hello, Any news on this topic? The PR is "Awaiting Response" since 2019.

For information, I fixed an export containing 528 sessions with this Python script: ```python #!/usr/bin/env python3 import sys import os import json if __name__ == '__main__': if len(sys.argv) < 2:...

Hi. It might be related to bug report https://github.com/sienori/Tab-Session-Manager/issues/1287.