I have configured both to the best of my knowledge but the broker does not see the camera or pull it into the MQTT integration.
eufy:
username: Eufylogin@credentials
password: password
mqtt:
url: Home Assistant internal URL
username: Mqtt-User
password: broker password
keepalive: 60
home_assistant:
off_delay: 5
log_level: info
eval: ‘’
and got a response in the log it even found the camera:
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] 00-banner.sh: executing…
Add-on: Eufy Home Assistant MQTT Bridge
Publish events as MQTT messages
Add-on version: 1.21.0
You are running the latest version of this add-on.
System: Home Assistant OS 6.2 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2021.8.8
Home Assistant Supervisor: 2021.09.0
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing…
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[23:33:08] INFO: Exporting log level for nodejs: info
[23:33:08] INFO: Symlinking data dir
[23:33:08] INFO: Running ‘eval’ commands
[23:33:08] INFO: Generating config.yml from options.json
[23:33:09] INFO: Image build with version 0.2.21
[23:33:09] INFO: starting original stuff…
[email protected] start /app
NODE_ENV=production node --unhandled-rejections=strict index.js
info: Found device: Garage (T8420N6021142F3A - type: T8420X)
Broker Setup
logins:
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
username: Mqtt-User
password: password
I am slowly getting al of this HA stuff and i think it is a very cool project, but any help any of you can provide please let me know.
Thanks