# HG changeset patch # User drewp # Date 1542009257 28800 # Node ID 6ff6e4df4f1e21647d9eacabe446f90ae90f4d7e # Parent cbd4f9f98416379c4c30d055ec25e17ca001ed4b new frontbedpost panel Ignore-this: 8d5e8c9170965a1b897d8e06ff331d82 darcs-hash:7c5fa782f1d8d81e09271dc101b6d573aae503cd diff -r cbd4f9f98416 -r 6ff6e4df4f1e service/piNode/config/frontbed.n3 --- 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"] .