I want to write data into influxdb using calculated timestamps. In other words I want to write to influxdb not only when the entity gets and updated but with a user defined timestamp
Use Case: Storing future prices of my electricity provider.
Is there a way in home assistant aside using HTTP influxdb Rest Interface and an Appdaemon app?
The spook integration have a service call to write data to the DB.
I think it was made to write historic data to the DB, but maybe it works with future ones too.