Mercurial > code > home > repos > homeauto
annotate service/mqtt_graph_bridge/readme @ 1458:be5fc8791c4d
dep on influxdb
Ignore-this: a89f9f27d849d29e6b11234d6556c0b1
darcs-hash:797ee4baafebe0a5bd13d29d715c5869a091afdb
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 25 Sep 2019 17:56:15 -0700 |
parents | e3991af5bd39 |
children |
rev | line source |
---|---|
1178
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 tail all changes: |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 mosquitto_sub -v -t 004BD965/\# |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 bang(pts/8):~% mosquitto_pub -t 004BD965/w1/light/switch -m ON |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 bang(pts/8):~% mosquitto_pub -t 004BD965/w1/light/switch -m OFF |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 |