mirror of https://github.com/sfeakes/AqualinkD.git
Update README.md
parent
3a827c39be
commit
40c48fef18
|
@ -66,8 +66,9 @@ To enable, simply configure the main topic in `aqualinkd.conf`.
|
|||
```mqtt_aq_topic = aqualinkd```
|
||||
|
||||
Then status messages will be posted to the sub topics listed below, with appropiate information. Each button uses the standard Aqualink RS controller name, so Aux_1 might be your poool light.
|
||||
Note, all Temperatures will be in C, if you have your pool controler configured to F aqualinkd will automatically do the conversion.
|
||||
```
|
||||
Tempratures will be a simply number posted to the topic.
|
||||
Temperatures simply be a number posted to the topic.
|
||||
aqualinkd/Temperature/Air
|
||||
aqualinkd/Temperature/Pool
|
||||
aqualinkd/Temperature/Spa
|
||||
|
@ -78,7 +79,7 @@ Buttons will be a 1 or 0 for state. 1=on 0=off
|
|||
aqualinkd/Filter_Pump
|
||||
aqualinkd/Spa_Mode
|
||||
aqualinkd/Aux_1
|
||||
........./Aux_.
|
||||
....Aux_2-6....
|
||||
aqualinkd/Aux_7
|
||||
aqualinkd/Pool_Heater
|
||||
aqualinkd/Spa_Heater
|
||||
|
@ -89,6 +90,7 @@ To turn something on, or set information, simply add `set` to the end of the abo
|
|||
aqualinkd/Filter_Pump/set
|
||||
aqualinkd/Spa_Mode/set
|
||||
aqualinkd/Aux_1/set
|
||||
....Aux 2-6.../set
|
||||
aqualinkd/Aux_7/set
|
||||
aqualinkd/Pool_Heater/set
|
||||
aqualinkd/Spa_Heater/set
|
||||
|
@ -154,4 +156,4 @@ In meteohub create a new weatherstation plug-in, plug-in path is the path to the
|
|||
# License
|
||||
## Non Commercial Project
|
||||
All non commercial projects can be run using our open source code under GPLv2 licensing. As long as your project remains in this category there is no charge.
|
||||
See License.md for more details.
|
||||
See License.md for more details.
|
||||
|
|
Loading…
Reference in New Issue