#PB with enocean to mqtt

1 messages · Page 1 of 1 (latest)

lucid drift
#

hello I'm newer on home assitant and I would like to integrate enocean equipment to my Home assistant, I try to install the addon freom :
https://github.com/ChristopheHD/HA_enoceanmqtt-addon
but when I configure it , and try to execute it, I have an error :

cat: can't open 'enoceanmqtt.devices': No such file or directory

I have the file in my Home assistant config directory
😭
someone can help me ?(i'm french and my English is not very good)

GitHub

Home Assistant addon for Enocean devices. Contribute to ChristopheHD/HA_enoceanmqtt-addon development by creating an account on GitHub.

fair grotto
#

Je me souviens t'avoir répondu mais je ne sais plus où. Si ce n'est pas à toi que j'avais répondu, fais-moi signe et je t'aiderai. (La solution c'est de mettre ton fichier à la racine de ce que tu vois dans le module complémentaire File Editor)

lucid drift
lucid drift
#

Maintenant lz service est monté, mais le souci est que je ne retrouve pas le device enoceanmqtt sur la vue des equipements ?

rigid vessel
#

Please stick to the #rules (rule 3) and communicate in English.

lucid drift
#

Par contre dans les logs enoceanmqtt.log

rigid vessel
#

@lucid drift please stick to the rules, see above

fair grotto
#

@lucid drift , if you want to continue this discussion in French, you can create a thread on hacf or in the addon Github repository

#

if you are using Mosquitto addon, please check that you did not filled MQTT configuration in the Enocean addon

lucid drift
#

hello, I have configure enocean addon :
device_file: /config/enoceanmqtt.devices
enocean_port: /dev/serial/by-id/usb-EnOcean_GmbH_EnOcean_USB_300_DC_FT55ZCYW-if00-port0
enocean_tcp: ""
mapping_files:
mapping_file: ""
eep_file: ""
logging:
log_file: /config/enoceanmqtt.log
debug: true
log_packets: false
mqtt:
host: localhost
port: "1883"
user: *****
pwd: *****
discovery_prefix: homeassistant
prefix: enoceanmqtt
client_id: enocean_gateway
keepalive: 60

#

What 's wrong ?

fair grotto
#

What did you put in your enoceanmqtt.devices file ?

lucid drift
#

in my enocanmqtt device s file I have :

[bouton]
address = 0x0031BB90
rorg = 0xf6
func = 0x02
type = 0x01

[shutter]

this sensor is used for sending data

address is the destination address then

address = 0x050EEB9A
rorg = 0xD2
func = 0x05
type = 0x00

lucid drift
#

I have reboot my home assistant server and the new logs on enoceanmqtt are :

2026-02-10 23:00:44,692 DEBUG: Retrieved command id from packet: 0x4
2026-02-10 23:00:44,694 DEBUG: enoceanmqtt/shutter: POS (Current vertical position)=Output position 10%
2026-02-10 23:00:44,695 DEBUG: enoceanmqtt/shutter: ANG (Current rotation angle)=Output angle 0%
2026-02-10 23:00:44,696 DEBUG: enoceanmqtt/shutter: LOCK (Current locking mode)=Normal (no lock)
2026-02-10 23:00:44,696 DEBUG: enoceanmqtt/shutter: CHN (Channel)=Channel 1
2026-02-10 23:00:44,697 DEBUG: enoceanmqtt/shutter: CMD (Command Id)=Command ID 4
2026-02-10 23:00:44,698 DEBUG: enoceanmqtt/shutter/CMD4: Sent MQTT: {"DATE": "2026-02-10T23:00:44.691614", "RAW_DATA": "0A:00:00:04:00", "POS": 10, "ANG": 0, "LOCK": 0, "CHN": 0}
2026-02-10 23:00:46,642 DEBUG: 05:0E:EB:9A->FF:FF:FF:FF (-74 dBm): 0x01 ['0xd2', '0x0', '0x0', '0x0', '0x4', '0x5', '0xe', '0xeb', '0x9a', '0x0'] ['0x0', '0xff', '0xff', '0xff', '0xff', '0x4a', '0x0'] OrderedDict()
2026-02-10 23:00:46,643 DEBUG: Retrieved command id from packet: 0x4
2026-02-10 23:00:46,644 DEBUG: enoceanmqtt/shutter: POS (Current vertical position)=Output position 0%
2026-02-10 23:00:46,645 DEBUG: enoceanmqtt/shutter: ANG (Current rotation angle)=Output angle 0%
2026-02-10 23:00:46,645 DEBUG: enoceanmqtt/shutter: LOCK (Current locking mode)=Normal (no lock)
2026-02-10 23:00:46,646 DEBUG: enoceanmqtt/shutter: CHN (Channel)=Channel 1
2026-02-10 23:00:46,646 DEBUG: enoceanmqtt/shutter: CMD (Command Id)=Command ID 4
2026-02-10 23:00:46,647 DEBUG: enoceanmqtt/shutter/CMD4: Sent MQTT: {"DATE": "2026-02-10T23:00:46.642331", "RAW_DATA": "00:00:00:04:00", "POS": 0, "ANG": 0, "LOCK": 0, "CHN": 0}

#

but allways nothing on MQTT broker

#

and no devices found on home assistant ?