OpenHAB2 with FS20 / FHT80B-2

Hello,

after some fiddling I got my OpenHAB2 to recognize my switched FS20 outlets.

But I am at loss regarding my FHT80B-2 - are they supported in the FS20-Binding at all, or would I need the FHT Binding to get this to work, which does not seem to be available for OpenHAB2.

Thanks in advance,
Arne

Hi Arne,

i have the same problem whit the FHT devices. I really hope some body can help.

“push”

Cheers!
Chris

I followed the steps under the section titled ‘Installing Unofficially Supported openHAB 1.x Addons’ here and copied my fht.items file from my OH1 install to my OH2 install. I also added the following to my logging config to log to /var/log/openhab/fht.log:

# fht
log4j.logger.org.openhab.binding.fht = TRACE, fht, osgi:*
log4j.additivity.org.openhab.binding.fht = false
# File appender - fht.log
log4j.appender.fht=org.apache.log4j.RollingFileAppender
log4j.appender.fht.layout=org.apache.log4j.PatternLayout
log4j.appender.fht.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss.SSS} [%-26.26c{1}] - %m%n
log4j.appender.fht.file=${openhab.logdir}/fht.log
log4j.appender.fht.append=true
log4j.appender.fht.maxFileSize=100MB
log4j.appender.fht.maxBackupIndex=10

Worked first time!