Skip to content
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

Konnected bug in hassio 0.77.3 #16506

Closed
josephkiser04 opened this issue Sep 9, 2018 · 4 comments
Closed

Konnected bug in hassio 0.77.3 #16506

josephkiser04 opened this issue Sep 9, 2018 · 4 comments

Comments

@josephkiser04
Copy link

josephkiser04 commented Sep 9, 2018

Just updated from 76.0 to 77.3 and while everything worked great looks like the konnected component has a breaking bug. I am getting the following error:

Invalid config for [konnected]: value {konnected device mac address} does not match regular expression [0-9a-f]{12} for dictionary value @ data['konnected']['devices'][0]['id']. Got '{konnected device mac address}'. (See /config/configuration.yaml, line 51). Please check the docs at https://home-assistant.io/components/konnected/

Have not changed my configurations at all.

@MartinHjelmare
Copy link
Member

Please fill in the issue template completely.

@gcdonaldson
Copy link

Check your configuration.yaml file and make sure you are now using the full MAC address for each Konnected board as described at https://help.konnected.io/support/solutions/articles/32000022556-set-up-konnected-in-home-assistant-and-hass-io

Before 0.77 you could use the last six characters of the Konnected MAC in your config file, but 0.77 and above now require the full MAC address. I don't think the docs at https://www.home-assistant.io/components/konnected/ have been updated yet.

I just upgraded to 0.77.3 (from 0.77.2) this morning with four Konnected units and everything is functioning normally.
Cheers,
g

@heythisisnate
Copy link
Contributor

heythisisnate commented Sep 9, 2018

This is not a bug. The error message is telling you that your device_id must be 12 characters. Starting in 0.77 we require the full 12-character MAC address in all lowercase characters and numbers.

Unfortunately for some reason the updated component documentation didn't get merged in time for the 0.77 release, but this is documented on the Konnected website as @gcdonaldson pointed out above. Sorry for the confusion.

This issue can be closed.

@josephkiser04
Copy link
Author

Auhh yes I had the full mac address but didn't have it as all lower case. Closing

@home-assistant home-assistant locked and limited conversation to collaborators Dec 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants