Skip to content

publish MQTT topic on indi-allsky MQTT sensors chart #1531

Answered by quanticleap
quanticleap asked this question in Q&A
Discussion options

You must be logged in to vote

all good,the the MQTT data from esp32 with dht11 sensor is on the charts now.The data with two different topics to indi-allsky mqtt as "floats", one for temp and one for humidity and without other information, then on indi-allsky are configured both topics in "PIN" field of MQTT broker sensor, separated by ",".
Next the topics, the data received from CLI:
pi@astro:~ $ mosquitto_sub -h localhost -t "esp32/dht11/temp" -u "indi-allsky" -P "password"
23.00
23.00
pi@astro:~ $ mosquitto_sub -h localhost -t "esp32/dht11/hum" -u "indi-allsky" -P "password"
17.00
17.00

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@quanticleap
Comment options

Comment options

You must be logged in to vote
2 replies
@aaronwmorris
Comment options

@quanticleap
Comment options

Answer selected by quanticleap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants