You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tele/sonoff4ch/SENSOR]
topic = tele/sonoff4ch/SENSOR
targets = log:info, influxdb:garageHumidity
format = value={Humidity} # how to format correctly ?
Another issue is, that I can not use the topic a second time, to get humidity and temperature separately.
[tele/sonoff4ch/SENSOR]
topic = tele/sonoff4ch/SENSOR
targets = log:info, influxdb:garageTemp
format = value={Temperature}
...
configparser.DuplicateSectionError: While reading from 'mqttwarn.ini' [line 211]: section 'tele/sonoff4ch/SENSOR' already exists
So both values have to be transfered at once - is this possible?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi,
is it possible, to grab the "Temperature" and "Humidity" of the following JSON String?
It should be forwarded to an influxDB:
Another issue is, that I can not use the topic a second time, to get humidity and temperature separately.
So both values have to be transfered at once - is this possible?
Thanks for your help!
The text was updated successfully, but these errors were encountered: