Dear all,
I own a Homematic wired installations including a ccu2, which operates very well using openhab 1. Now I have started openhab 2 migration and failed due to not discovered datapoints for this homematic device type e.g. in PaperUI.
All tests have been done using latest openhabian build 2.1.0.201703310852 and latest CCU2 firmware 2.27.8. The HMW-IO-12-Sw14-DR is a Wired RS485 I/O Module with 12 inputs, 14 outputs. Accordingly there should be at least 26 data points for this thing.
I start with an almost clean openhab2 install (only homematic bindings available). The homematic bindings are triggered, by following things definition in /etc/openhab2/things/homematic.things:
Bridge homematic:bridge:ccu2 [ gatewayAddress=“192.168.X.Y”, timeout=120 ]
{
Thing HMW-IO-12-Sw14-DR LEQ0123123 “I/O Modul” @ "Garage"
Thing HMW-IO-12-Sw14-DR NEQ0123123 “I/O Modul” @ "Basement"
Thing GATEWAY-EXTRAS-CCU2 GWE00000000
}
In Karaf console, all tings are listed accordingly
openhab> smarthome:things
homematic:bridge:ccu2 (Type=Bridge, Status=ONLINE, Label=Homematic Bridge, Bridge=null)
homematic:HMW-IO-12-Sw14-DR:ccu2:LEQ0123123 (Type=Thing, Status=ONLINE, Label=I/O Modul, Bridge=homematic:bridge:ccu2)
homematic:GATEWAY-EXTRAS-CCU2:ccu2:GWE00000000 (Type=Thing, Status=ONLINE, Label=null, Bridge=homematic:bridge:ccu2)
homematic:HMW-IO-12-Sw14-DR:ccu2:NEQ0123123 (Type=Thing, Status=ONLINE, Label=I/O Modul, Bridge=homematic:bridge:ccu2)
But when I go to Paper UI, only 6 Digital Output datapoints are visible per HMW-IO-12-Sw14-DR. The other datapoints (Analog Outputs, Digitial Inputs, Analog Inputs) are missing. One thing which makes me courious is the following excerpt from homematic binding logging:
2017-04-02 19:21:19.594 [DEBUG] [atic.type.HomematicTypeGeneratorImpl] - Generating ThingType for device ‘HMW-IO-12-Sw14-DR’ with 53 datapoints
2017-04-02 19:21:19.596 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_OUTPUT|STATE, STATE
2017-04-02 19:21:19.597 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_OUTPUT|STATE, STATE
2017-04-02 19:21:19.599 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_OUTPUT|STATE, STATE
2017-04-02 19:21:19.600 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_OUTPUT|STATE, STATE
2017-04-02 19:21:19.600 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_OUTPUT|STATE, STATE
2017-04-02 19:21:19.601 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_OUTPUT|STATE, STATE
2017-04-02 19:21:19.602 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.603 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.603 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.604 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.605 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.606 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.607 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.607 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_OUTPUT|STATE, STATE
2017-04-02 19:21:19.608 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_INPUT|STATE, STATE
2017-04-02 19:21:19.609 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_INPUT|STATE, STATE
2017-04-02 19:21:19.609 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_INPUT|STATE, STATE
2017-04-02 19:21:19.610 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_INPUT|STATE, STATE
2017-04-02 19:21:19.611 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_INPUT|STATE, STATE
2017-04-02 19:21:19.611 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_INPUT|STATE, STATE
2017-04-02 19:21:19.612 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_INPUT|STATE, STATE
2017-04-02 19:21:19.613 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_INPUT|STATE, STATE
2017-04-02 19:21:19.613 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_INPUT|STATE, STATE
2017-04-02 19:21:19.614 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_INPUT|STATE, STATE
2017-04-02 19:21:19.615 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_INPUT|STATE, STATE
2017-04-02 19:21:19.615 [DEBUG] [binding.homematic.type.MetadataUtils] - Description not found for: DIGITAL_ANALOG_INPUT|STATE, STATE
For more details please see
Thank you very much for any support beforehand. I would be quite happy to finally upgrade to openhab 2
Best,
Michael