Anlegen Astro.things und änderung der MySQL config
This commit is contained in:
11
things/astro.things
Normal file
11
things/astro.things
Normal file
@@ -0,0 +1,11 @@
|
||||
Thing astro:sun:local [ geolocation="51.3502338750402,7.021725917179536,210", interval=60 ] {
|
||||
Channels:
|
||||
Type rangeEvent : rise#event [
|
||||
earliest="07:20",
|
||||
latest="08:30"
|
||||
]
|
||||
Type rangeEvent : set#event [
|
||||
earliest="21:30",
|
||||
offset=10
|
||||
]
|
||||
}
|
||||
@@ -2,8 +2,10 @@ Bridge knx:ip:bridge [
|
||||
ipAddress="192.168.178.222",
|
||||
portNumber=3671,
|
||||
type="TUNNEL",
|
||||
readingPause=50,
|
||||
autoReconnectPeriod=30
|
||||
readingPause=50,
|
||||
readRetriesLimit=3,
|
||||
autoReconnectPeriod=60,
|
||||
localSourceAddr="0.0.0"
|
||||
] {
|
||||
// Thing device Busspannungsversorgung "KNX Spannungsversorgung" [
|
||||
// address="1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user