Closed hancockks closed 2 years ago
Hallo hancockks,
Multiple sensor is no problem, since the sensorname comes from sensors.ini and works as tag for the sensors. Just have a look at the callback file https://github.com/JsBergbau/MiTemperature2/blob/master/sendToInflux.sh
Ah, I think I get it. The callback will call sendToInflux.sh once for each sensor? However, I don't want to use the skip identical if using passive mode? (I'm using the ATC firmware)
The callback will call sendToInflux.sh once for each sensor?
Exactly.
Using skip identical option is indepent of the callback.
Looking at sendToInflux.sh, I'm not sure whether we can combine this with the sensors.ini file to send multiple sensors to influx at the same time or whether one has to run the process in parallel, once for each sensor?