-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
Not able to modify options or add the integration in HA 2021.3 #299
Comments
To start with your last question, you can see your discovered devices by clicking on Devices at the bottom (see your printscreen, last option below Restore State. After clicking Submit, it will open a new window with options for that specific device. Regarding your first issue, l see an error user input malformed. I can confirm your issue, I will look into it. |
Yes, I see the same behavior. I will investigate it. I checked the following (work in progress)
|
I'm in 2021.3.0 with the same behavior. Can i find somewhere the data of my discovered devices to change something ? In my case, i want to add the encryption key in one of my devices. |
Yes i know, i configured my other sensors with that way. Just asking if there is another way to configure it because it's not working. |
I'm afraid the only way is in YAML at the moment. Or downgrading to 2021.2.3. I need some time to find out what is changed. I don't see a breaking change that could have caused this. Note to myself: It seems to wrong in the config flow. Strangly, all intermediate data in the code during the config flow seems to be the same as in 2021.2.3, At the end of
In 2021.2.3, I noticed that I'll continue tomorrow with further debugging. Very strange this .... |
OK, I narrowed it down to the
|
Same error |
i have the same isue. |
Workaround to change options is selecting HCI 0 and 1, next select only 0 (assuming you use hci0), change the option you want to change and click submit. I’m still looking into it, unfortunately I don’t have a clue what is wrong. It looks like an issue with the config validation of either the hci field and/or the devices field. @Magalex2x14 @koying could you help me solving this issue, I’m starting to feel a bit lost. A new installation of the integration will fail at the moment. A workaround is changing the following in config_flow.py. This will at least open the menu. Next, use the workaround with the hci option as above (select0 and 1, and next select 0 and submit).
to
|
same to me。 |
I finally found the error. In the end, it was an easy fix, when you know what to look for :-). The issue was in the HCI field, after changing the "multi_select config validation" from a dictionary to a list, it all starts to work again. Please update to 1.3.0-beta to check. Please report back if it works for you, I would like to release the final a.s.a.p. after confirmation that it works. A beta can be installed in HACS by clicking the three dots on the BLE monitor integration tile, reinstall, select the "show beta versions" button and install. Make sure you restart Home Assistant after the update. |
yeah,fix it。thank u |
Thx. Final version 1.3.0 is released. |
works fine for me. |
Just upgraded it ! Thank you very much ! |
Hello and thanks for you excellent work.
I have a problem with the selection of HCI interface. On Passive BLE Monitor options menu, i can't select any of the interfaces 0,1,2 and always showing the nymbers 0,1,2 without any change of my options. I've tried to reinstall the addon form HACS, to clear the cash of my browser, tried different browser, tried from the HA app in my mobile device. Nothing. What can i do ? Also, is there a place that i can find my discovered devices (something like the YAML file) to manually add/change the bind key or something else ?
Thanks
Dimitris
The text was updated successfully, but these errors were encountered: