Compare commits
2 Commits
7be4b88b5b
...
23442b3a4d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23442b3a4d | ||
|
|
12064282ce |
@@ -18,7 +18,7 @@
|
|||||||
# (optional, defaults to false)
|
# (optional, defaults to false)
|
||||||
#localtime=true
|
#localtime=true
|
||||||
|
|
||||||
url=jdbc:mysql://127.0.0.1:3306/OpenHAB?serverTimezone=Europe/Berlin
|
url=jdbc:mariadb://openhab-mariadb:3306/openhab?serverTimezone=Europe/Berlin
|
||||||
#/?serverTimezone=Europe/Berlin
|
#/?serverTimezone=Europe/Berlin
|
||||||
|
|
||||||
# the database user
|
# the database user
|
||||||
|
|||||||
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
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -3,7 +3,9 @@ Bridge knx:ip:bridge [
|
|||||||
portNumber=3671,
|
portNumber=3671,
|
||||||
type="TUNNEL",
|
type="TUNNEL",
|
||||||
readingPause=50,
|
readingPause=50,
|
||||||
autoReconnectPeriod=30
|
readRetriesLimit=3,
|
||||||
|
autoReconnectPeriod=60,
|
||||||
|
localSourceAddr="0.0.0"
|
||||||
] {
|
] {
|
||||||
// Thing device Busspannungsversorgung "KNX Spannungsversorgung" [
|
// Thing device Busspannungsversorgung "KNX Spannungsversorgung" [
|
||||||
// address="1.1.1",
|
// address="1.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user