embyt / enocean-mqtt

Receives messages from an enOcean serial interface (USB) and provides selected messages to an MQTT broker.
GNU General Public License v3.0
42 stars 21 forks source link

Cannot find type in EEP #31

Closed judzk closed 2 years ago

judzk commented 2 years ago

Hey guy, just installed enocean2mqtt, but i have one issue. My module worked perfectly with jeedom, but i want to go to homeassistant, so i use mqtt now.

image

But on enocean2mqtt i got that :/ My broker receive info, but just the RSSI.

image

Any idea?

mak-gitdev commented 2 years ago

enoceanmqtt can be seen as an MQTT wrapper for the Python EnOcean library. It is that library that handles the EnOcean protocol. For that, it uses an XML file named EEP.xml which contains some supported EEP but not all of them. By default, your module which has the EEP D2-01-12 is not supported.

To support your module, please add the code snippet here under the section telegram rorg="0xD2" / profiles func="0x01"of your EEP.xml file.

judzk commented 2 years ago

Mieux, je n'ai plus l'erreur mais j'ai pas encore toute les infos qui remonte, je vois sur le bouton qui a été appuyé et la CMD est toujours à 4, quelques soit le bouton que j'appuie

image
mak-gitdev commented 2 years ago

Do you have an HACF account ? If so, please let's continue there as your initial issue has been solved here ;)