Closed swissglider closed 2 years ago
Please provide as PR ... but we should also check on the new Admin5 messages that we do not have a collision here because Admin5 also allows several "maintenance" messages
@Excodibur what do you think?
It looks like this could be used to delete points from the Influx 2 DB (https://docs.influxdata.com/influxdb/v2.1/write-data/delete-data/). The thing is that it works different in Influx 1 (https://docs.influxdata.com/influxdb/v1.8/query_language/manage-database/#delete-series-with-delete), so we need to find a way for it to work with both version, or have release-specific implementations.
@Apollon77 I could not find a definition of the new Admin5 messages you refered to, but I saw that Bluefox added a similar feature to The SQL Adapter with 1.13: https://github.com/ioBroker/ioBroker.sql#delete-state
Ich denke man sagt per https://github.com/ioBroker/ioBroker.sql/blob/744bf7d527612b3d12e5816e5e697aa39c6774ba/main.js#L885-L887 "was der adapter kann" und dann die relevanten Messages implementieren https://github.com/ioBroker/ioBroker.sql/blob/744bf7d527612b3d12e5816e5e697aa39c6774ba/main.js#L903-L914
(ja ja so könnte man es auch InfluxDB versions-spezifisch machen :-) )
delete All is implemented already
Would it be possible that you implement the delete command for the InfluxDB so we can used it via sendTo: