Advertisement
jagheadg

home.sitemap

Jul 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. sitemap home label="My home automation" {
  2. Frame label="Hot Water" {
  3. Text label="Hot Water" icon="faucet" {
  4. Frame label="Current Status"
  5. {
  6. Text item=AWaterTimer1
  7. Text item=AWaterTimer2
  8. Text item=AWater
  9. }
  10.  
  11. Frame label="Booster Buttons"
  12. {
  13. //Selection item=WaterTimer1BoostTime label="Timer1 Boost Time" mappings=[30="0.5 Hours", 60="1 Hour", 90="1.5 Hours", 120="2 Hours", 150="2.5 Hours", 180="3 Hours", 210="3.5 hours", 240="4 Hours", 300="5 Hours"]
  14. //Switch item=WaterTimer1BoostSwitch
  15. //Selection item=WaterTimer2BoostTime label="Timer2 Boost Time" mappings=[30="0.5 Hours", 60="1 Hour", 90="1.5 Hours", 120="2 Hours", 150="2.5 Hours", 180="3 Hours", 210="3.5 hours", 240="4 Hours", 300="5 Hours"]
  16. //Switch item=WaterTimer2BoostSwitch
  17. Selection item=WaterBoostTime label="Boost Time" mappings=[30="0.5 Hours", 60="1 Hour"]
  18. Switch item=WaterBoostSwitch
  19. }
  20.  
  21. Frame label="Timers Schedules" {
  22. Text label="WaterTimer1" icon="clock-on" {
  23.  
  24. Frame label="Enable Timer1 Schedule" {
  25. Switch item=EnableWaterTimer1Scheduler label="Enable Scheduling"
  26.  
  27. }
  28. Frame label="Start Time" {
  29. Selection item=WaterTimer1WkSchedTimeHour label="Select Hour" mappings=[0="00:00", 1="01:00", 2="02:00", 3="03:00", 4="04:00", 5="05:00", 6="06:00", 7="07:00", 8="08:00", 9="09:00", 10="10:00", 11="11:00", 12="12:00",13="13:00", 14="14:00", 15="15:00", 16="16:00", 17="17:00", 18="18:00", 19="19:00", 20="20:00", 21="21:00", 22="22:00", 23="23:00"]
  30. Selection item=WaterTimer1WkSchedTimeMinute label="Select Minutes" mappings=[0="00", 5="05", 10="10", 15="15", 20="20", 25="25", 30="30", 35="35", 40="40", 45="45", 50="50", 55="55"]
  31.  
  32. }
  33. Frame label="End Time" {
  34. Selection item=WaterTimer1WkSchedTimeEndHour label="Select Hour" mappings=[0="00:00", 1="01:00", 2="02:00", 3="03:00", 4="04:00", 5="05:00", 6="06:00", 7="07:00", 8="08:00", 9="09:00", 10="10:00", 11="11:00", 12="12:00",13="13:00", 14="14:00", 15="15:00", 16="16:00", 17="17:00", 18="18:00", 19="19:00", 20="20:00", 21="21:00", 22="22:00", 23="23:00"]
  35. Selection item=WaterTimer1WkSchedTimeEndMinute label="Select Minutes" mappings=[0="00", 5="05", 10="10", 15="15", 20="20", 25="25", 30="30", 35="35", 40="40", 45="45", 50="50", 55="55"]
  36.  
  37. }
  38. Frame label="Days Enabled" {
  39. Switch item=WaterTimer1WkSchedSunday
  40. Switch item=WaterTimer1WkSchedMonday
  41. Switch item=WaterTimer1WkSchedTuesday
  42. Switch item=WaterTimer1WkSchedWednesday
  43. Switch item=WaterTimer1WkSchedThursday
  44. Switch item=WaterTimer1WkSchedFriday
  45. Switch item=WaterTimer1WkSchedSaturday
  46. }
  47. }
  48. Text label="WaterTimer2" icon="clock-on" {
  49.  
  50. Frame label="Enable Timer2 Schedule" {
  51. Switch item=EnableWaterTimer2Scheduler label="Enable Scheduling"
  52.  
  53. }
  54. Frame label="Start Time" {
  55. Selection item=WaterTimer2WkSchedTimeHour label="Select Hour" mappings=[0="00:00", 1="01:00", 2="02:00", 3="03:00", 4="04:00", 5="05:00", 6="06:00", 7="07:00", 8="08:00", 9="09:00", 10="10:00", 11="11:00", 12="12:00",13="13:00", 14="14:00", 15="15:00", 16="16:00", 17="17:00", 18="18:00", 19="19:00", 20="20:00", 21="21:00", 22="22:00", 23="23:00"]
  56. Selection item=WaterTimer2WkSchedTimeMinute label="Select Minutes" mappings=[0="00", 5="05", 10="10", 15="15", 20="20", 25="25", 30="30", 35="35", 40="40", 45="45", 50="50", 55="55"]
  57.  
  58. }
  59. Frame label="End Time" {
  60. Selection item=WaterTimer2WkSchedTimeEndHour label="Select Hour" mappings=[0="00:00", 1="01:00", 2="02:00", 3="03:00", 4="04:00", 5="05:00", 6="06:00", 7="07:00", 8="08:00", 9="09:00", 10="10:00", 11="11:00", 12="12:00",13="13:00", 14="14:00", 15="15:00", 16="16:00", 17="17:00", 18="18:00", 19="19:00", 20="20:00", 21="21:00", 22="22:00", 23="23:00"]
  61. Selection item=WaterTimer2WkSchedTimeEndMinute label="Select Minutes" mappings=[0="00", 5="05", 10="10", 15="15", 20="20", 25="25", 30="30", 35="35", 40="40", 45="45", 50="50", 55="55"]
  62.  
  63. }
  64. Frame label="Days Enabled" {
  65. Switch item=WaterTimer2WkSchedSunday
  66. Switch item=WaterTimer2WkSchedMonday
  67. Switch item=WaterTimer2WkSchedTuesday
  68. Switch item=WaterTimer2WkSchedWednesday
  69. Switch item=WaterTimer2WkSchedThursday
  70. Switch item=WaterTimer2WkSchedFriday
  71. Switch item=WaterTimer2WkSchedSaturday
  72. }
  73.  
  74. }
  75. Text label="Hot Water" icon="clock-on" {
  76.  
  77. Frame label="Enable Timer3 Schedule" {
  78. Switch item=EnableWaterScheduler label="Enable Scheduling"
  79.  
  80. }
  81.  
  82. Frame label="Start Time" {
  83. Selection item=WaterWkSchedTimeHour label="Select Hour" mappings=[0="00:00", 1="01:00", 2="02:00", 3="03:00", 4="04:00", 5="05:00", 6="06:00", 7="07:00", 8="08:00", 9="09:00", 10="10:00", 11="11:00", 12="12:00",13="13:00", 14="14:00", 15="15:00", 16="16:00", 17="17:00", 18="18:00", 19="19:00", 20="20:00", 21="21:00", 22="22:00", 23="23:00"]
  84. Selection item=WaterWkSchedTimeMinute label="Select Minutes" mappings=[0="00", 5="05", 10="10", 15="15", 20="20", 25="25", 30="30", 35="35", 40="40", 45="45", 50="50", 55="55"]
  85.  
  86. }
  87. Frame label="End Time" {
  88. Selection item=WaterWkSchedTimeEndHour label="Select Hour" mappings=[0="00:00", 1="01:00", 2="02:00", 3="03:00", 4="04:00", 5="05:00", 6="06:00", 7="07:00", 8="08:00", 9="09:00", 10="10:00", 11="11:00", 12="12:00",13="13:00", 14="14:00", 15="15:00", 16="16:00", 17="17:00", 18="18:00", 19="19:00", 20="20:00", 21="21:00", 22="22:00", 23="23:00"]
  89. Selection item=WaterWkSchedTimeEndMinute label="Select Minutes" mappings=[0="00", 5="05", 10="10", 15="15", 20="20", 25="25", 30="30", 35="35", 40="40", 45="45", 50="50", 55="55"]
  90.  
  91. }
  92. Frame label="Days Enabled" {
  93. Switch item=WaterWkSchedSunday
  94. Switch item=WaterWkSchedMonday
  95. Switch item=WaterWkSchedTuesday
  96. Switch item=WaterWkSchedWednesday
  97. Switch item=WaterWkSchedThursday
  98. Switch item=WaterWkSchedFriday
  99. Switch item=WaterWkSchedSaturday
  100. }
  101. }
  102. }
  103.  
  104. Frame label="Expert settings"
  105. {
  106. Text label="Overrides" icon="settings" {
  107. Switch item=AWaterTimer1 label="Hard Timer1 Switch"
  108. Switch item=AWaterTimer2 label="Hard Timer2 Switch"
  109. Switch item=AWater label="Hard Timer3 Switch"
  110. }
  111. }
  112. }
  113.  
  114. }
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement