Hello,
I am trying to setup openhab to control my PEHA PHC System with STM v1 on Mac OSX.
I installed a RS485-to-WIFI controller which is connected to the PHC Bus.
I used “socat” to bind the WIFI-Serial-Port to a local serial Port on the Mac.
When setting up the “PHC Bridge” i get the error on the console:
java.lang.NoClassDefFoundError: Could not initialize class gnu.io.RXTXCommDriver thrown while loading gnu.io.RXTXCommDriver
I also previously installed the
feature:install openhab-transport-serial
The documentation of the RS485->WIFI adapter is here:
I set it up as TCP Server in transparent mode, 19.200 Baud, 8N1.
Baudrate adaptive: disabled
UART Autoframe: Disable
Is this correct? Can someone help me to get the serial port working with OpenHAB on Mac?