--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/-TFKVDAjNk4J.
To post to this group, send email to ope...@googlegroups.com.
To unsubscribe from this group, send email to openhab+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openhab?hl=en.
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/NB4AKQ-qprwJ.
I would like to send the information about temperature (netatmo binding) by openhab to Gira HS connected to KNX (using knx binding). In the same time I would also like to control devices in the KNX by openhab.
Gira HS and openhab connect to knx by eibd. In Gira HS is created communication object (e.g. 1/1/1) for storing and presenting temperature from netatmo, and this communication object is only in Gira HS (there is no such GA created in ETS).
Problem:
When openhab is connected to KNX (via eibd) in ROUTING mode, information about temperature is sent to Gira HS properly but it is not possible to control KNX devices - commands are sent but nothing is happening.
When openhab is connected to KNX in TUNNELING mode, information about temperature is not sent to Gira HS (or Gira HS is not able receive it), but it is possible to control KNX devices.
Another words, openhab is not able to control KNX devices and send temperature to Gira HS in the same time.
Gira HS is connected to KNX (via eibd) in ROUTING mode (only this option is available) and easily can operate on KNX devices
eibd configuration: EIBD_OPTIONS="-d -D -T -R -S -i -u --eibaddr=0.0.128 usb:$USBID"
Any ideas how to connect these two worlds?