Never used openhab before so here’s for other guys like me how to get it to run with FGW14-USB:
The FGW-15-USB must be in Mode “6”
uninstall “old” enocean binding (check faq
get this file:
[https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-2.5.2-SNAPSHOT.kar](http://Latest Snaphot for Bindings)
extract the file: org.openhab.binding.enocean-2.5.2-SNAPSHOT.jar
copy the file to: /usr/share/openhab2/addons (if using Raspberry/Linux)
after that you sould get an error
“Unresolved requirement: Import-Package: org.eclipse.smarthome.config.discovery.usbserial”
connect via SSH and open the “openhab-cli console”
type “feature:install openhab-transport-serial”
now the binding should work
use paperUI do add the FGW14-USB
path should be “/dev/ttyUSB0”, activate the rs485 flag and choose ESP2
have fun!