Using FHEM to translate EnOcean commands into MQTT topics

Begonnen von GeertVc, 11 Oktober 2015, 14:45:47

Vorheriges Thema - Nächstes Thema

GeertVc

I'm using the USB300 transceiver from EnOcean to capture EnOcean commands (coming from a rocker switch).  Using FHEM from scratch (so, without modifying anything) running on my Linux laptop (OS is Debian Jessie 8), I'm able to see the EnOcean commands captured by the USB300 transceiver. 

I would like to "convert" the received EnOcean commands into MQTT topics, which I would then like to send to my Raspberry Pi that runs the Mosquitto MQTT broker.

I'm completely new to FHEM but since it's an urgent request (I only have a few days to complete this task) I don't have the time anymore to delve deep into the details of FHEM, EnOcean and MQTT modules.

Hope someone can tell me how to achieve this and show me where (fhem.cfg?) to modify/add what.

GeertVc

Zitat von: GeertVc am 11 Oktober 2015, 14:45:47
I'm using the USB300 transceiver from EnOcean to capture EnOcean commands (coming from a rocker switch).  Using FHEM from scratch (so, without modifying anything) running on my Linux laptop (OS is Debian Jessie 8), I'm able to see the EnOcean commands captured by the USB300 transceiver. 

I would like to "convert" the received EnOcean commands into MQTT topics, which I would then like to send to my Raspberry Pi that runs the Mosquitto MQTT broker.

I'm completely new to FHEM but since it's an urgent request (I only have a few days to complete this task) I don't have the time anymore to delve deep into the details of FHEM, EnOcean and MQTT modules.

Hope someone can tell me how to achieve this and show me where (fhem.cfg?) to modify/add what.

Solved, found the necessary information on the web.