Uhrzeit auf KNX Bus senden. Ich habe einen Junk Router.
Openhab läuft bei mir in der Wohnung seit 4 Jahren perfekt.
Jetzt möchte ich die Zeit anzeigen, bzw. Verwenden um die Heizung zu steuern.
Nur ich bekomme es nicht hin die Zeit zu senden.
Alles andere funktioniert. Schalten,Dimmen, Temperturwerte empfangen usw.
Nur die Uhrzeit geht nicht.
In Openhab in der Oberfläche kommt die Uhrzeit auch an, nur in KNX wird es nicht gesendet.
Ich finde sehr viel mit .thing Datei. Das habe ich aber nicht, kann es nicht finden.
Ich habe nur die .cfg wo die Daten für NTP und KNX eingetragen sind.
Das funktioniert auch alles.
Wäre super für eine Hilfe.
2020-10-06 09_49_20-Start.jpg
------------------------------------------------------------------------
Hier der Designer:
2020-10-06 09_52_28-Start.jpg
################################################## #####################################
##### Binding configurations #####
################################################## #####################################
################################ KNX Binding ##########################################
#
# KNX gateway IP address
# (optional, if serialPort or connection type 'ROUTER' is specified)
knx:ip=192.168.178.25
# Local KNX Binding bus address.
# Use it, when two or more openHAB Instances are connected to the same KNX bus.
# (optional, defaults to 0.0.0)
#knx:busaddr=
# Ignore local KNX Events, prevents internal events coming from
# 'openHAB event bus' a second time to be sent back to the 'openHAB event bus'.
# Note: To send back events second time is a Bug, but for backward compatibility, the behavior is not changed.
# For new installations, its recommend to set "knx:ignorelocalevents=true"
# (optional, defaults to false)
#knx:ignorelocalevents=
# KNX IP connection type. Could be either TUNNEL or ROUTER (optional, defaults to TUNNEL)
# Note: If you cannot get the ROUTER mode working (even if it claims it is connected),
# use TUNNEL mode instead with setting both the ip of the KNX gateway and the localIp.
knx:type=TUNNEL
# KNX gateway port (optional, defaults to 3671)
# Note: If you use eibd, setting to 6720
#knx:port=3671
# Local endpoint to specify the multicast interface, no port is used (optional)
knx:localIp=192.168.178.24
Openhab läuft bei mir in der Wohnung seit 4 Jahren perfekt.
Jetzt möchte ich die Zeit anzeigen, bzw. Verwenden um die Heizung zu steuern.
Nur ich bekomme es nicht hin die Zeit zu senden.
Alles andere funktioniert. Schalten,Dimmen, Temperturwerte empfangen usw.
Nur die Uhrzeit geht nicht.
In Openhab in der Oberfläche kommt die Uhrzeit auch an, nur in KNX wird es nicht gesendet.
HTML-Code:
.items
DateTime Date2 " [%1$tA, %1$td. %1$tB %1$tY %1$tT]" <calendar> (All) {ntp="Europe/Berlin:de_DE", knx="11.001:0/0/1, 10.001:0/0/2"}
HTML-Code:
.sitemap sitemap MWS label="MWS OG" { //************************************************** ********************************* //Frame label="Datum" { Text item=Date2 icon="kalender_1"
Ich finde sehr viel mit .thing Datei. Das habe ich aber nicht, kann es nicht finden.
Ich habe nur die .cfg wo die Daten für NTP und KNX eingetragen sind.
Das funktioniert auch alles.
Wäre super für eine Hilfe.
2020-10-06 09_49_20-Start.jpg
------------------------------------------------------------------------
Hier der Designer:
2020-10-06 09_52_28-Start.jpg
################################################## #####################################
##### Binding configurations #####
################################################## #####################################
################################ KNX Binding ##########################################
#
# KNX gateway IP address
# (optional, if serialPort or connection type 'ROUTER' is specified)
knx:ip=192.168.178.25
# Local KNX Binding bus address.
# Use it, when two or more openHAB Instances are connected to the same KNX bus.
# (optional, defaults to 0.0.0)
#knx:busaddr=
# Ignore local KNX Events, prevents internal events coming from
# 'openHAB event bus' a second time to be sent back to the 'openHAB event bus'.
# Note: To send back events second time is a Bug, but for backward compatibility, the behavior is not changed.
# For new installations, its recommend to set "knx:ignorelocalevents=true"
# (optional, defaults to false)
#knx:ignorelocalevents=
# KNX IP connection type. Could be either TUNNEL or ROUTER (optional, defaults to TUNNEL)
# Note: If you cannot get the ROUTER mode working (even if it claims it is connected),
# use TUNNEL mode instead with setting both the ip of the KNX gateway and the localIp.
knx:type=TUNNEL
# KNX gateway port (optional, defaults to 3671)
# Note: If you use eibd, setting to 6720
#knx:port=3671
# Local endpoint to specify the multicast interface, no port is used (optional)
knx:localIp=192.168.178.24
Kommentar