Can someone please help me with this error! AlertNotification

I have a tasmota relay that should send me the switching status via an alert notification.

Test message works normally.
But after it changes the switching state I get an error message:

Execution Error: tsdb.HandleRequest() error Post “http://localhost:8086/query?db=shelly&epoch=s”: dial tcp [::1]:8086: connect: connection refused

Does anyone here know???


Welcome @stefan36d6

It appears from the message you are trying to post data to your InfluxDB, which should not happen.

Have you already set up your InfluxDB and populated with data? (I know this seems obvious, but I had to ask)

Have you successfully configured any other Grafana alerts using this same InfluxDB?