Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Commits
f8834537
Commit
f8834537
authored
8 years ago
by
void
Browse files
Options
Downloads
Patches
Plain Diff
rule verbessert, homematic basee id ausgegliedert
parent
d79cf409
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
host_vars/warphab
+2
-0
2 additions, 0 deletions
host_vars/warphab
warphab/openhab/templates/temp_ewerkstatt.rules
+1
-1
1 addition, 1 deletion
warphab/openhab/templates/temp_ewerkstatt.rules
warphab/openhab/templates/warpzone.sitemap
+3
-3
3 additions, 3 deletions
warphab/openhab/templates/warpzone.sitemap
with
6 additions
and
4 deletions
host_vars/warphab
+
2
−
0
View file @
f8834537
...
...
@@ -13,3 +13,5 @@ debian_keys:
administratorenteam:
- "user51"
- "void"
homematic_base_id: homematic_HG_BC_RT_TRX_CyN_fdc4c5fe
This diff is collapsed.
Click to expand it.
warphab/openhab/templates/temp_ewerkstatt.rules
+
1
−
1
View file @
f8834537
...
...
@@ -2,5 +2,5 @@
when
Item Temp_EWerkstatt changed
then
postUpdate(homematic_HG_BC_RT_TRX_CyN_9377c558
_MEQ1776203_1_SET_TEMPERATURE
,
Temp_EWerkstatt)
{{ homematic_base_id }}
_MEQ1776203_1_SET_TEMPERATURE
.postUpdate(
Temp_EWerkstatt)
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
warphab/openhab/templates/warpzone.sitemap
+
3
−
3
View file @
f8834537
sitemap demo label="Warpzone Zonensteuerung" {
Frame label="Heizung" {
S
lider
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"
S
etpoint
item=Temp_Lounge
minValue="10" maxValue="30" step="2" label="[%.1f °C]"
Text item=
{{
homematic_
base_id }}
_MEQ1776203_1_ACTUAL_TEMPERATURE label="Current Temperature [%.1f °C]"
Setpoint item=
{{
homematic_
base_id }}
_MEQ1776203_1_SET_TEMPERATURE minValue="10" maxValue="30" step="1"
Text item=EWerkstatt
Slider item=Temp_EWerkstatt
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment