matijse/eufy-ha-mqtt-bridge

Not saving config setting

hamdanfadi opened this issue · 14 comments

Hi,
I have installed it, but when I try to save configuration. it doesn't allow me. Do I have to copy the content and copy it manually in custom-component folder?

same issue here, running addon via home assistant. Trying to edit the the config (via configuration tab of addon) when you hit save it just reverts to defaults.

attempting to run the addon without changing config results in error Missing option 'home_assistant' in root in Eufy Home Assistant MQTT Bridge (f1c878cb_eufy-ha-mqtt-bridge).

Should be fixed with newest add-on release v1.16.1. See #62

ajvdw commented

same here on 1.16.0 . After updating to the latest version I got:
"attempting to run the addon without changing config results in error Missing option 'home_assistant' in root in Eufy Home Assistant MQTT Bridge (f1c878cb_eufy-ha-mqtt-bridge)."

Reinstalled, I attempted to change the default config. It didn't allow me to.
I can't start the add-on anymore.....

same here. After updating to the latest version I got:
"attempting to run the addon without changing config results in error Missing option 'home_assistant' in root in Eufy Home Assistant MQTT Bridge (f1c878cb_eufy-ha-mqtt-bridge)."

Reinstalled, I attempted to change the default config. It didn't allow me to.
I can't start the add-on anymore.....

Did you install v1.16.1? Is was released just a few minutes ago. You might have to relead the addon-store manually
image

ajvdw commented

same here. After updating to the latest version I got:
"attempting to run the addon without changing config results in error Missing option 'home_assistant' in root in Eufy Home Assistant MQTT Bridge (f1c878cb_eufy-ha-mqtt-bridge)."
Reinstalled, I attempted to change the default config. It didn't allow me to.
I can't start the add-on anymore.....

Did you install v1.16.1? Is was released just a few minutes ago. You might have to relead the addon-store manually
image

works again on 1.16.1 after adding the two lines below to my config.

home_assistant:
   off_delay: 5

same here. After updating to the latest version I got:
"attempting to run the addon without changing config results in error Missing option 'home_assistant' in root in Eufy Home Assistant MQTT Bridge (f1c878cb_eufy-ha-mqtt-bridge)."
Reinstalled, I attempted to change the default config. It didn't allow me to.
I can't start the add-on anymore.....

Did you install v1.16.1? Is was released just a few minutes ago. You might have to relead the addon-store manually
image

works again on 1.16.1 after adding the two lines below to my config.

home_assistant:
   off_delay: 5

Is is possible that you overwrite the whole config via copy/paste? This sets it back to default for me too.

The new version it fixed the issue. Thanks
We are waiting for the live stream function. I would suggest to merge it with nonsleepr
/
ha-eufy-security

https://github.com/nonsleepr/ha-eufy-security.git

Also, it will be nice to add feature to change guard mode (armed, disarmed ....etc.

Let all support @matijse please let us know your givemecopfee account.

Merge with nonsleepr integration is not possible as that is written in Python. Guard mode and live stream will be implemented after the rewrite...

I am changing the code for this script to use a new library (https://github.com/bropat/eufy-security-client) with a lot more features, but that needs a rewrite of the code (which takes time)