doc
This commit is contained in:
139
doc/homegear.json
Normal file
139
doc/homegear.json
Normal file
@ -0,0 +1,139 @@
|
||||
{
|
||||
"annaAquariumLight": {
|
||||
"id": "annaAquariumLight",
|
||||
"name": "Aquarium Anna",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "nodered/items/annaAquariumLight",
|
||||
"statusOn": "nodered/items/annaAquariumLight/feedback"
|
||||
},
|
||||
"payload": {
|
||||
"onTrue": "ON",
|
||||
"onFalse": "OFF",
|
||||
"brightnessFactor": "",
|
||||
"hueFactor": "",
|
||||
"saturationFactor": ""
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"thermostatBathroomGnd": {
|
||||
"id": "thermostatBathroomGnd",
|
||||
"name": "Thermostat Badezimmer EG",
|
||||
"service": "Thermostat",
|
||||
"topic": {
|
||||
"setTargetTemperature": "nodered/items/thermostatBathroomGnd/set",
|
||||
"statusTargetTemperature": "nodered/items/thermostatBathroomGnd"
|
||||
},
|
||||
"payload": {},
|
||||
"config": {}
|
||||
},
|
||||
"thermostatBathroom1st": {
|
||||
"id": "thermostatBathroom1st",
|
||||
"name": "Thermostat Badezimmer OG",
|
||||
"service": "Thermostat",
|
||||
"topic": {
|
||||
"setTargetTemperature": "nodered/items/thermostatBathroom1st/set",
|
||||
"statusTargetTemperature": "nodered/items/thermostatBathroom1st"
|
||||
},
|
||||
"payload": {},
|
||||
"config": {}
|
||||
},
|
||||
"shelfLightsDiningRoom": {
|
||||
"id": "shelfLightsDiningRoom",
|
||||
"name": "Regallicht Esszimmer",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "nodered/items/shelfLightsDiningRoom",
|
||||
"statusOn": "nodered/items/shelfLightsDiningRoom/feedback"
|
||||
},
|
||||
"payload": {
|
||||
"onTrue": "ON",
|
||||
"onFalse": "OFF",
|
||||
"brightnessFactor": null,
|
||||
"hueFactor": null,
|
||||
"saturationFactor": null
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"matthiasStandLight": {
|
||||
"id": "matthiasStandLight",
|
||||
"name": "Stehlampen Matthias",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "nodered/items/matthiasLargeStandLights"
|
||||
},
|
||||
"payload": {
|
||||
"onTrue": "ON",
|
||||
"onFalse": "OFF",
|
||||
"brightnessFactor": null,
|
||||
"hueFactor": null,
|
||||
"saturationFactor": null
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"matthiasBedLight": {
|
||||
"id": "matthiasBedLight",
|
||||
"name": "Bettlampe Matthias",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "nodered/items/matthiasBedLight"
|
||||
},
|
||||
"payload": {
|
||||
"onTrue": "ON",
|
||||
"onFalse": "OFF",
|
||||
"brightnessFactor": null,
|
||||
"hueFactor": null,
|
||||
"saturationFactor": null
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"matthiasBedSpeaker": {
|
||||
"id": "matthiasBedSpeaker",
|
||||
"name": "Lautsprecher Matthias",
|
||||
"service": "Outlet",
|
||||
"topic": {
|
||||
"setOn": "nodered/items/matthiasBedSpeaker"
|
||||
},
|
||||
"payload": {
|
||||
"onFalse": "ON",
|
||||
"onTrue": "OFF"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"cupboardLightDiningRoom": {
|
||||
"id": "cupboardLightDiningRoom",
|
||||
"name": "Licht im Schrank Esszimmer",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "nodered/items/cupboardLightDiningRoom",
|
||||
"statusOn": "nodered/items/cupboardLightDiningRoom/feedback"
|
||||
},
|
||||
"payload": {
|
||||
"onTrue": "ON",
|
||||
"onFalse": "OFF",
|
||||
"brightnessFactor": null,
|
||||
"hueFactor": null,
|
||||
"saturationFactor": null
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"TestLight": {
|
||||
"id": "TestLight",
|
||||
"name": "Testlicht",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "dispatcher_ng/items/Gnd/Hallway/Testlight/state",
|
||||
"statusOn": "dispatcher_ng/items/Gnd/Hallway/Testlight/state/feedback",
|
||||
"setBrightness": "dispatcher_ng/items/Gnd/Hallway/Testlight/bright",
|
||||
"statusBrightness": "dispatcher_ng/items/Gnd/Hallway/Testlight/bright/feedback"
|
||||
},
|
||||
"payload": {
|
||||
"onTrue": "ON",
|
||||
"onFalse": "OFF",
|
||||
"brightnessFactor": 1,
|
||||
"hueFactor": "",
|
||||
"saturationFactor": ""
|
||||
},
|
||||
"config": {}
|
||||
}
|
||||
}
|
2
doc/homematic-homegear.txt
Normal file
2
doc/homematic-homegear.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Thermostat: homegear/instance1/set/3/1/SET_TEMPERATURE
|
||||
Fensterkontakt: homegear/instance1/plain/2/1/STATE
|
21
doc/m433-codes.txt
Normal file
21
doc/m433-codes.txt
Normal file
@ -0,0 +1,21 @@
|
||||
Anna Aquarium 14665044 24 1 14665041 24 1
|
||||
Anna Bett 14668116 24 1 14668113 24 1
|
||||
Esszimmer kleine Lampe 69653 24 1 69652 24 1
|
||||
Esszimmer Stehlampe 86037 24 1 86036 24 1
|
||||
Esszimmer Schranklicht 65813 24 1 65812 24 1
|
||||
Wohnzimmer grosse Lampe 65557 24 1 65556 24 1
|
||||
Wohnzimmer kleine Lampe 87061 24 1 87060 24 1
|
||||
Wohnzimmer Sterne 69909 24 1 69908 24 1
|
||||
Wohnzimmer kleine Stehlampe 81941 24 1 81940 24 1
|
||||
Flur Schreibtisch 83221 24 1 83220 24 1
|
||||
Flur Stehlampe 8704914 24 5 8793154 24 5
|
||||
Flur Schranklicht 66581 24 1 66580 24 1
|
||||
Matthias Stehlampen 7 24 1 6 24 1
|
||||
Matthias Bett 15 24 1 14 24 1
|
||||
Matthias Lautsprecher 11 24 1 10 24 1
|
||||
Küche Fensterbank 66837 24 1 66836 24 1
|
||||
Küche Deckenlampe 82197 24 1 82196 24 1
|
||||
Schlafzimmer Wolfgangs Seite 13976916 24 1 13976913 24 1
|
||||
Schlafzimmer Pattys Seite 13980756 24 1 13980753 24 1
|
||||
Schlafzimmer Fensterbank 13979988 24 1 13979985 24 1
|
||||
|
Reference in New Issue
Block a user