Control when writing data to influxdb starts

Oh, that’s right, InfluxDB doesn’t get configured through a Thing. So that ideal won’t work.

Well, that’s because you can’t. You’ll have to use one of the other languages. Even Blockly would work. But since there is no Thing the whole thing is moot anyway.

The only other approach I can think of is to disable these Items from Persistence entirely. Then create a Rule to call .persist('influxdb') on the Item when the Item changes. Then you can use Delay Start [4.0.0.0;4.9.9.9] to disable this rule ar runlevel 40 and reenable it at runlevel 100 plus some time buffer.

Probably the best approach would be to figure out why you are getting bad data during OH startup in the first place and address the root of the problem.