-
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
Error: ENOENT: no such file or directory, open '/share/zigbee2mqtt/configuration.yaml' #54
Comments
After some playing, it boils down to "log_directory" option. It's optional, but addon was complaining about it, so I added it and created folder. After that even more strange error was thrown: |
Same Issue as i have. #53 |
My bad everyone. I messed up a check for the option in the python script, which is where the error is coming from. My test config that I use for testing includes the option, so it didn’t catch the error. Thanks for doing the leg work of debugging, I’ll try to have a fix pushed ASAP. |
hopefully this is fixed in the latest release, v0.1.5.1 |
I seem to get a very similar error -
I've just remove/reinstalled but still on v 1.5 ?! |
Needed a version update, v0.1.5.1 should be building now. Follow progress here: https://travis-ci.org/danielwelch/hassio-zigbee2mqtt/builds/432654003 |
Not sure what’s going on. Docker hub shows 0.1.5.1 is uploaded appropriately. Sometimes it can take some time to show up (I’ve never troubleshooted why) in the Hassio front end, but successful upload to docker hub was 19 hours ago so should be available. |
@danielwelch zigbe2mqtt 0.1.5 has some serious bug. 0.1.6 fix the bug but the addon not realease and could not install. I see docker image to but after install it is 0.1.5. You should try tag it 0.1.6 |
Yes, I’ll put out a 0.1.6 release today. I wonder if there’s a way to subscribe for email updates about releases on a project... |
Just noticed 1.6 is out.. Thank you! Unfortunately I still get the same error...
|
@nick9one1 can you open a separate error with your log output? I think your issue is separate. Still want to help though and I think it is probably caused by a bug introduced in my refactor of options handling. |
Thanks @danielwelch, although I think I've fixed it. while this is what I set in the addon I set it manually and the gateway seems to be working :) |
Seems to be fixed in 1.6. Thanks a lot mate! |
today installation... version 1.5.1.1 and got node index.js |
Had this too. Because of missing the directory zigbee2mqtt i created one in /share/, suddenly all files were in the directory. addon seems to run... ./run.sh: line 15: [Info] Configuration backup found in /share/zigbee2mqtt/.configuration.yaml.bk. Skipping config backup.: No such file or directory
|
Hello, I'm getting this in log text. I'm using Home assistant with docker. (node:2729) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/config/zigbee2mqtt/.yaml' Current folder structure is /usr/share/hassio/homeassistant/zigbee2mqtt so no config folder, and guess creating it will not help, as it is in other root folder than HA. Can anyone help me? Thank you. |
Did you fix this ? Im having the same issue recently |
Hi,
Fresh installation, HASSIO conf:
{
"data_path": "/share/zigbee2mqtt",
"homeassistant": true,
"permit_join": false,
"mqtt_base_topic": "zigbee2mqtt",
"mqtt_server": "mqtt://localhost",
"serial_port": "/dev/ttyACM0"
}
I'm getting following error:
[2018-09-22T13:31:20.544Z] PM2 log: Starting execution sequence in -fork mode- for app name:npm id:0
[2018-09-22T13:31:20.561Z] PM2 log: App name:npm id:0 online
The text was updated successfully, but these errors were encountered: