HA_enoceanmqtt icon indicating copy to clipboard operation
HA_enoceanmqtt copied to clipboard

HA Addon does not start stating that /config/enocean/enoceanmqtt.devices would not exist - but it does

Open Sammy521 opened this issue 10 months ago • 3 comments

The problem

I tried hours different paths, with /homeassistant/ in front and without. Restarts from them system, rebuild from the addon and everyhing I could think of but it still does not work.

The file is in that directory it is copy and paste from the file-editor addon within ha

Thats from the log:

Preparing to start... Retrieved devices file: /config/enocean/enoceanmqtt.devices Overwrite use_dev_name_in_entity to FALSE cat: can't open '/config/enocean/enoceanmqtt.devices': No such file or directory s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting s6-rc: info: service legacy-services successfully started

What type of installation are you running?

Addon

What version of HA_enoceanmqtt has the issue?

0.1.28-2

What was the last working version of HA_enoceanmqtt?

it is my first installation

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)

Thats my konfig:
device_file: /config/enocean/enoceanmqtt.devices
mapping_file: ""
eep_file: ""
log_file: /config/enocean/enoceanmqtt.log
enocean_port: /dev/serial/by-id/usb-EnOcean_GmbH_EnOcean_USB_300_DB_FT1ZK95F-if00-port0
debug: false
log_packets: false
use_dev_name_in_entity: false
mqtt_broker:
  host: core-mosquitto.local.hass.io
  port: "1883"
  user: Mqtt-User
  pwd: donttell
mqtt_discovery_prefix: homeassistant
mqtt_prefix: enoceanmqtt
mqtt_client_id: enocean_gateway
mqtt_keepalive: 60

Additional information

Thats my .devices file:

enOcean-eltako 4fach Taster: ft55

[Taster_ft55/AZFenster] address = 0x0mm rorg = 0xF6 func = 0x02 type = 0x02

[Taster_ft55/JonaZTuer] address = 0x0mm rorg = 0xF6 func = 0x02 type = 0x02

[Taster_ft55/SZTuer] address = 0x0x0mm rorg = 0xF6 func = 0x02 type = 0x02

enOcean- NodOn Fensterkontakt: SDO-2-1-05

EEP: D5-00-01

[WindowSensor/Badezimmer] address = 0x0mm rorg = 0xD5 func = 0x00 type = 0x01

enOcean- NodOn UnterputzSchaltaktor: SIN-2-2-01

EEP: D2-01-12

[UPAktor/HausTuerMitte] address = 0x0mm rorg = 0xD2 func = 0x01 type = 0x12

enOcean- NodOn UnterputzSchaltaktor: SIN-2-1-01

EEP: D2-01-0F

[UPAktor/NordPool] address = 0x0mm rorg = 0xD2 func = 0x01 type = 0x0F

Sammy521 avatar Dec 25 '24 07:12 Sammy521