-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.5.1.1 Reset to defaults gives not a valid value for dictionary value @ data['options']. #197
Comments
The option |
Yeah i figured it out. It's there in thee default config so i opened a pull request fixing it. |
Change "bool?" to false in default config fixes danielwelch#197
I'm on Hassos, not a valid value for dictionary value @ data['options']. Got {'data_path': '/share/zigbee2mqtt', 'devices': 'devices.yaml', 'groups': 'groups.yaml', 'homeassistant': True, 'permit_join': False, 'mqtt': {'base_topic': 'zigbee2mqtt', 'server': 'mqtt://homeassistant:1883', 'user': 'xxxx', 'password': 'xxxxx'}, 'serial': {'port': '/dev/ttyACM0'}, 'advanced': {'pan_id': 6754, 'channel': 11, 'network_key': [1, 3, 5, 7, 9, 11, 13, 15, 0, 2, 4, 6, 8, 10, 12, 13]}, 'ban': [], 'whitelist': [], 'queue': {}} |
Same here :( |
found solution, |
Yep, also did that. seems there is some change we are overlooking, nonetheless it works again! |
For anyone else that the above didn't work (or they have additional options beyond the defaults) - I reset to default, copied and pasted that elsewhere and then adjusted to match my old settings.. No matter what I did it would not save. |
Adding |
socat must be in config. :/ |
zigbee2mqtt add-on version (if edge, please report commit hash):
1.5.1.1
Operating environment (HassOS, Virtual Machine, Device/platform running Hass.io):
hassos
Description of problem:
The default options gives error on save. I press Reset To Defaults and save and get this error:
Your entire configuration from the frontend (with sensitive fields redacted):
The text was updated successfully, but these errors were encountered: