openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
820 stars 251 forks source link

Enable Enocean or ZWave Modules attached to the GPIO Pins #37

Closed 3DJupp closed 7 years ago

3DJupp commented 7 years ago

Is it possible to add the required settings for serial Modules (accessing /dev/ttyAMA0 is not possible, because the console or Bluetooth module is attached to it)

Then the abnorm serial port needs to be defined in the setenv file. (ttyUSB* could be automatically detected, but once using ttyAMA0, you need to specify all used ports.) This might be difficult, because there is a different approach on the RPi3 because it has the Bluetooth module.

When using zwave and enocean (one of them connected to USB, one connected to the GPIO Pins) -Dgnu.io.rxtx.SerialPorts=/dev/ttyAMA0:/dev/ttyUSB*

ThomDietrich commented 7 years ago

Did you see this, we are already talking about this topic https://github.com/ThomDietrich/openhabian/issues/33 I'm looking for some information! Please help wherever you can.