Compare commits

...

3 Commits

Author SHA1 Message Date
Housemann
319f50db76 gitignore 2025-05-16 06:54:37 +02:00
Housemann
2e4aa55cf3 gitignore hinzugefügt 2025-05-16 06:54:09 +02:00
Housemann
6685394869 Küche Arbeitsbeleuchtung eingebaut bei Diele Bewegung 2025-05-16 06:37:38 +02:00
2 changed files with 142 additions and 9 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

View File

@@ -19,12 +19,16 @@
"87806c641c86c3d9",
"14c3a212afc4cd78",
"7e7074a18d177e16",
"38767c1f739f3c8d"
"38767c1f739f3c8d",
"4f22d1a57648e607",
"2b525828bc96835e",
"c730df6b04bdaf41",
"fa8d1668235782d3"
],
"x": 14,
"y": 399,
"w": 1412,
"h": 222
"h": 282
},
{
"id": "ec44baea08cc2923",
@@ -185,7 +189,7 @@
"domain": "light",
"service": "turn_on",
"x": 1270,
"y": 480,
"y": 440,
"wires": [
[]
]
@@ -218,7 +222,7 @@
"domain": "light",
"service": "turn_off",
"x": 1270,
"y": 540,
"y": 580,
"wires": [
[]
]
@@ -242,10 +246,10 @@
"allowrate": false,
"outputs": 1,
"x": 1020,
"y": 540,
"y": 580,
"wires": [
[
"f0c5e4339b494c3a"
"fa8d1668235782d3"
]
]
},
@@ -309,7 +313,7 @@
"entity_location": "data",
"override_data": "msg",
"x": 600,
"y": 540,
"y": 580,
"wires": [
[
"14c3a212afc4cd78"
@@ -331,7 +335,7 @@
"finalize": "",
"libs": [],
"x": 810,
"y": 540,
"y": 580,
"wires": [
[
"43d024d394d94663"
@@ -379,7 +383,7 @@
"y": 440,
"wires": [
[
"5b5ec57984037a5c"
"2b525828bc96835e"
],
[]
]
@@ -430,6 +434,98 @@
[]
]
},
{
"id": "4f22d1a57648e607",
"type": "api-call-service",
"z": "a1055886e0cbd337",
"g": "23b8f90b282ac8a2",
"name": "Küche LED Streifen AN",
"server": "387b3091.65c5",
"version": 7,
"debugenabled": false,
"action": "light.turn_on",
"floorId": [],
"areaId": [],
"deviceId": [],
"entityId": [
"light.arbeitsplatte"
],
"labelId": [],
"data": "{\"brightness\":\"40\"\t,\"profile\":\"relax\"}",
"dataType": "jsonata",
"mergeContext": "",
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"blockInputOverrides": false,
"domain": "light",
"service": "turn_on",
"x": 1250,
"y": 500,
"wires": [
[]
]
},
{
"id": "2b525828bc96835e",
"type": "junction",
"z": "a1055886e0cbd337",
"g": "23b8f90b282ac8a2",
"x": 1080,
"y": 440,
"wires": [
[
"5b5ec57984037a5c",
"4f22d1a57648e607"
]
]
},
{
"id": "c730df6b04bdaf41",
"type": "api-call-service",
"z": "a1055886e0cbd337",
"g": "23b8f90b282ac8a2",
"name": "Küche LED Streifen AUS",
"server": "387b3091.65c5",
"version": 7,
"debugenabled": false,
"action": "light.turn_off",
"floorId": [],
"areaId": [],
"deviceId": [],
"entityId": [
"light.arbeitsplatte"
],
"labelId": [],
"data": "",
"dataType": "jsonata",
"mergeContext": "",
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"blockInputOverrides": false,
"domain": "light",
"service": "turn_off",
"x": 1250,
"y": 640,
"wires": [
[]
]
},
{
"id": "fa8d1668235782d3",
"type": "junction",
"z": "a1055886e0cbd337",
"g": "23b8f90b282ac8a2",
"x": 1100,
"y": 580,
"wires": [
[
"f0c5e4339b494c3a",
"c730df6b04bdaf41"
]
]
},
{
"id": "387b3091.65c5",
"type": "server",