Skip to content

Commit c9d8070

Browse files
committed
Update README.md layout
1 parent 9c9b402 commit c9d8070

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ to obey commands.
1818

1919
On first use the ESP32 will start in access-point mode appearing as 'HeatingController'. Connect to this
2020
AP (password is 'password') and browse to the device IP address (192.168.4.1). The device configuration
21-
parameters can be set here:
22-
ssid - the AP to connect to for normal operation
23-
password - the password for the AP
24-
mqtturl - url to access the mqtt broker
25-
mqttuser - mqtt broker username
26-
mqttpass - mqtt broker password
27-
mqttid - the unique id for this device to use with the mqtt broker
28-
ip - fixed IP for WiFi network (leave blank to DHCP)
29-
gw - gateway IP for WiFi network (leave blank for DHCP)
30-
netmask - netmask for WiFi network (leave blank for DHCP)
21+
parameters can be set here:
22+
ssid - the AP to connect to for normal operation
23+
password - the password for the AP
24+
mqtturl - url to access the mqtt broker
25+
mqttuser - mqtt broker username
26+
mqttpass - mqtt broker password
27+
mqttid - the unique id for this device to use with the mqtt broker
28+
ip - fixed IP for WiFi network (leave blank to DHCP)
29+
gw - gateway IP for WiFi network (leave blank for DHCP)
30+
netmask - netmask for WiFi network (leave blank for DHCP)
3131

3232
Once connected in WiFi STA mode this application first scans for EQ-3 valves and publishes their addresses
3333
to the MQTT broker. A scan can be initiated at any time by publishing to the /<mqttid>radin/scan topic.
@@ -58,9 +58,9 @@ The application can be forced into config mode by pressing and holding the BOOT
5858
web server is part of Mongoose - https://github.com/cesanta/mongoose
5959
MQTT library is https://github.com/tuanpmt/espmqtt
6060

61-
Testing:
62-
connect to a mosquitto broker.
63-
mosquitto_sub -h 127.0.0.1 -p 1883 -t "<mqttid>radout/devlist" - will display a list of discovered EQ-3 TRVs
64-
mosquitto_sub -h 127.0.0.1 -p 1883 -t "<mqttid>radout/status" - will show a status message each time a trv is contacted
65-
mosquitto_pub -h 127.0.0.1 -p 1883 -t "<mqttid>radin/trv" -m "ab:cd:ef:gh:ij:kl settemp 20.0" set trv temp to 20 degrees
61+
Testing:
62+
connect to a mosquitto broker.
63+
mosquitto_sub -h 127.0.0.1 -p 1883 -t "<mqttid>radout/devlist" - will display a list of discovered EQ-3 TRVs
64+
mosquitto_sub -h 127.0.0.1 -p 1883 -t "<mqttid>radout/status" - will show a status message each time a trv is contacted
65+
mosquitto_pub -h 127.0.0.1 -p 1883 -t "<mqttid>radin/trv" -m "ab:cd:ef:gh:ij:kl settemp 20.0" set trv temp to 20 degrees
6666

0 commit comments

Comments
 (0)