mak-gitdev / HA_enoceanmqtt

Home Assistant wrapper for enocean-mqtt (https://github.com/embyt/enocean-mqtt)
GNU General Public License v3.0
54 stars 14 forks source link

Can't starting HA_enoceanmqtt addon #114

Closed echaplet closed 7 months ago

echaplet commented 7 months ago

The problem

Hello, i have a problem to start the add on in Home Assistant with the last version of the addon (EnOcean MQTT (dev) 0.1.28-1)

I create the device file "enoceanmqtt.devices" in /config/

image

Can you help me please ? Thanks

Eric

What type of installation are you running?

Addon

What version of HA_enoceanmqtt has the issue?

0.1.28-1

What was the last working version of HA_enoceanmqtt?

No response

What type of Home Assitant installation are you running?

Home Assistant OS

Anything in the logs that might be useful to solve the issue? (Strongly recommended if applicable)

Preparing to start...
Retrieved devices file: /config/enoceanmqtt.devices
use_dev_name_in_entity is USER-DEFINED (false)
cat: can't open '/config/enoceanmqtt.devices': No such file or directory

Additional information

No response

mak-gitdev commented 7 months ago

Hi @echaplet,

From your screenshot, I can see that your device file is not located at /config/enoceanmqtt.devices but at /homeassistant/config/enoceanmqtt.devices. That's why you got this error.

Simply set the device_file entry to the correct path and it should be OK.

echaplet commented 7 months ago

nop, it's not working

image

mak-gitdev commented 7 months ago

@echaplet,

Which version of HAOS are you using ? Just saw that HA guys have made some changes in the way directories are mapped into the addon.

echaplet commented 7 months ago

Hello, the system information is :

image

image

mak-gitdev commented 7 months ago

Hi @echaplet,

Set device_file to: /config/config/enoceanmqtt.devices.

echaplet commented 7 months ago

all right, it works , thanks ;-)