Mercurial > code > home > repos > homeauto
changeset 366:c28d985d1e42
new frontbedpost panel
Ignore-this: 8d5e8c9170965a1b897d8e06ff331d82
author | drewp@bigasterisk.com |
---|---|
date | Sun, 11 Nov 2018 23:54:17 -0800 |
parents | cb3738b1a15a |
children | 6aa5beb63d9e |
files | service/piNode/config/frontbed.n3 |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/service/piNode/config/frontbed.n3 Sun Nov 11 23:53:15 2018 -0800 +++ b/service/piNode/config/frontbed.n3 Sun Nov 11 23:54:17 2018 -0800 @@ -12,13 +12,29 @@ :hostname "frontbed"; :onboardDevice ha:frontbedPiTemp; :hasPin + pin:GPIO5, + pin:GPIO6, + pin:GPIO12, + pin:GPIO16, pin:GPIO17, pin:GPIO18, pin:GPIO19, + pin:GPIO20, + pin:GPIO21, pin:GPIO23, pin:GPIO26 . +pin:GPIO12 :gpioNumber 12; :connectedTo :frontBedPostGreenLight . +:frontBedPostGreenLight a :LedOutput; :fade :yes . + +pin:GPIO5 :gpioNumber 5; :connectedTo :frontBedPostSwitch1 . :frontBedPostSwitch1 a :Pushbutton . +pin:GPIO21 :gpioNumber 21; :connectedTo :frontBedPostSwitch2 . :frontBedPostSwitch2 a :Pushbutton . +pin:GPIO20 :gpioNumber 20; :connectedTo :frontBedPostSwitch3 . :frontBedPostSwitch3 a :Pushbutton . +pin:GPIO6 :gpioNumber 6; :connectedTo :frontBedPostSwitch4 . :frontBedPostSwitch4 a :Pushbutton . +pin:GPIO16 :gpioNumber 16; :connectedTo :frontBedPostSwitch5 . :frontBedPostSwitch5 a :Pushbutton . + + ha:frontbedPiTemp a :OnboardTemperature; :influxMeasurement "temperatureF"; :influxTag [:key "location"; :value "downBathPi"] .