I am using the RFXCOM binding in tcp mode. Unfortunately, I can only make it work like this:
Things file:
Bridge rfxcom:tcpbridge:rfy [ host=“192.168.1.234”, port=1001 ]
Items file:
Rollershutter RullegardinAlle “Rullegardiner” {channel=“rfxcom:ThRullegardinAlle:rfy:284006_0:shutter”}
and then I create the thing and link the item manually using paperUI. I am selecting a RFXCOM Rfy Actuator. That works fine.
However, I would like to have everything defined using files only, because I have many things. I would assume that this would work:
Things file:
Bridge rfxcom:tcpbridge:rfy [ host=“192.168.1.234”, port=1001 ] {
Thing ThRullegardinAlle 284006_0 [deviceId=“284006.0”, subType=“RFY”]
}
Items file:
Rollershutter RullegardinAlle “Rullegardiner” {channel=“rfxcom:ThRullegardinAlle:rfy:284006_0:shutter”}
But the thing never shows in paperUI. I have tried various combinations, but I am simply not able to have it appear in paperUI directly from the files. There is no errors in openhab.log file.
I am running openhab version 2.5.3
Previously, I used usb variant of the binding. By using that I had the same problem being unable to create Things from file.
Mayby @pauli_anttila or @rossko57 can see, what I have missed or if there is a problem in the binding.
Thanks.