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
56e38fd9
Commit
56e38fd9
authored
8 years ago
by
void
Browse files
Options
Downloads
Patches
Plain Diff
rule
parent
5a94e9a9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
warphab/openhab/tasks/main.yml
+7
-2
7 additions, 2 deletions
warphab/openhab/tasks/main.yml
warphab/openhab/templates/temp_ewerkstatt.rules
+6
-0
6 additions, 0 deletions
warphab/openhab/templates/temp_ewerkstatt.rules
with
13 additions
and
2 deletions
warphab/openhab/tasks/main.yml
+
7
−
2
View file @
56e38fd9
...
@@ -16,14 +16,19 @@
...
@@ -16,14 +16,19 @@
enabled
:
yes
enabled
:
yes
notify
:
restart openhab
notify
:
restart openhab
-
name
:
warpzone.item
s
-
name
:
items config
s
template
:
src=warpzone.items dest=/etc/openhab2/items/warpzone.items
template
:
src=warpzone.items dest=/etc/openhab2/items/warpzone.items
notify
:
restart openhab
notify
:
restart openhab
-
name
:
warpzone.sitemap
-
name
:
sitemap configs
template
:
src=warpzone.sitemap dest=/etc/openhab2/sitemaps/warpzone.sitemap
template
:
src=warpzone.sitemap dest=/etc/openhab2/sitemaps/warpzone.sitemap
notify
:
restart openhab
notify
:
restart openhab
-
name
:
rules configs
template
:
src={{ item }}.rules dest=/etc/openhab2/rules/{{ item }}.rules
notify
:
restart openhab
with_items
:
-
"
temp_ewerkstatt"
#- name: main.conf
#- name: main.conf
# copy: src=main.conf dest=/etc/homegear/main.conf
# copy: src=main.conf dest=/etc/homegear/main.conf
...
...
This diff is collapsed.
Click to expand it.
warphab/openhab/templates/temp_ewerkstatt.rules
0 → 100644
+
6
−
0
View file @
56e38fd9
rule "Temp_EWerkstatt_Publish"
when
Item Temp_EWerkstatt changed
then
postUpdate(homematic_HG_BC_RT_TRX_CyN_9377c558_MEQ1776203_1_SET_TEMPERATURE, Temp_EWerkstatt)
end
\ No newline at end of file
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