You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the error I get and I try to understand if this "debug error" is a problem or not. It seems that it failed to validate the path of the device ? In my case my configuration.yaml has this:
After spinning the error, it seems that the herdsman continue to connect to the adapter.
Is it possible that a function that you use want to use udevadm to discover the device ? Because on the z2m addon, there is no udevadm binary.
The text was updated successfully, but these errors were encountered:
I don't think this is a herdsman bug but rather an issue with the addon (udevadm missing as you mentioned). Note that this also requires --privilliged=true, I don't know if HA addons support this.
Hi,
In the code:
zigbee-herdsman/src/adapter/adapter.ts
Line 94 in de3630f
I found the error I get and I try to understand if this "debug error" is a problem or not. It seems that it failed to validate the path of the device ? In my case my configuration.yaml has this:
After spinning the error, it seems that the herdsman continue to connect to the adapter.
Is it possible that a function that you use want to use
udevadm
to discover the device ? Because on the z2m addon, there is no udevadm binary.The text was updated successfully, but these errors were encountered: