applehat 0.1.2

Service to use a Rainbow HAT on a Raspberry Pi to show sensor data from Homie.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[homie]
# The Homie base MQTT topic.
prefix="homie"

[mqtt]
# The hostname of the MQTT broker to use.
host="test.mosquitto.org"
# The port number of the MQTT broker to use.
port=1883
# The client name to use when connecting to the MQTT broker.
client_name="applehat"
# The username with which to authenticate to the MQTT broker, if any.
#username=""
# The password with which to authenticate to the MQTT broker, if any.
#password=""
# Whether to use TLS for the connection to the MQTT broker.
use_tls=false