[APP][Pro] InfluxDb

Hi Danny,

You’d look up the devices’ capability names (described as datapoint names by you) at the developer site, to see if they’re the same @ Homey: https://tools.developer.homey.app/tools/devices

Example of the capability names used for some device:

Maybe I’m wrong, but in case the capability names match the ones on the screenshot:

Because measure_power and measure_temperature.2 of your device are correct ‘official’ (sub)capability names, while capability_0, capability_1 and such are certainly not, I suspect the app developer of that app (one of the Nibe apps?) should update the app code, and use standard capability names if possible / suitable.

An overview of all capability names:
https://apps-sdk-v3.developer.homey.app/tutorial-device-capabilities.html

i’m using influx and grafana and am really happy!

but: i only use maybe 10 devices data out of more than 200 with grafana.

So i want to delete reguarly all other measurement.

I know the syntax in Cli or api (influx delete --bucket “homey” --org “home” --predicate ‘_measurement=“Rollo_Büro”’ --start “1970-01-01T00:00:00Z” --stop “2030-12-31T23:59:00Z”)
but i did not find any way to wildcard the measurement name.

best would be if the influx-app would allow to select those devices i want to see in influx.

any idea how to clean multiple measurements at once?

thank you