Skip to content
Snippets Groups Projects
Commit 42d8b714 authored by void's avatar void
Browse files

sitemap und items

parent 71dbacd1
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,15 @@ ...@@ -16,6 +16,15 @@
enabled: yes enabled: yes
notify: restart openhab notify: restart openhab
- name: warpzone.items
template: src=warpzone.items dest=/etc/openhab2/items/warpzone.items
notify: restart openhab
- name: warpzone.sitemap
template: src=warpzone.sitemap dest=/etc/openhab2/sitemaps/warpzone.sitemap
notify: restart openhab
#- name: main.conf #- name: main.conf
# copy: src=main.conf dest=/etc/homegear/main.conf # copy: src=main.conf dest=/etc/homegear/main.conf
# notify: restart openhab # notify: restart openhab
......
Number Temp_Lounge "Lounge [%.1f °C]" <temperature>
Number Temp_EWerkstatt "E-Werkstatt [%.1f °C]" <temperature>
sitemap demo label="wapzone Zonensteuerung" {
Frame label="Heizung" {
Slider item=Temp_Lounge
Text item=homematic_HG_BC_RT_TRX_CyN_9377c558_MEQ1776203_1_ACTUAL_TEMPERATURE label="Current Temperature [%.1f °C]"
Setpoint item=homematic_HG_BC_RT_TRX_CyN_9377c558_MEQ1776203_1_SET_TEMPERATURE minValue="10" maxValue="30" step="1"
Text item=HWerkstatt
Slider item=Temp_HEerkstatt
}
Frame label="Heating" {
Group item=Heating
Switch item=Lights icon="big_bulb" mappings=[OFF="All Off"]
Text item=Temperature valuecolor=[>25="orange",>15="green",<=15="blue"]
Text item=Multimedia_Summary label="Multimedia" icon="video" {
Selection item=TV_Channel mappings=[0="off", 1="DasErste", 2="BBC One", 3="Cartoon Network"]
Slider item=Volume
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment