jdeath / rd200v2

RadonEye RD200 Version 2 Integration for Home Assistant
MIT License
73 stars 17 forks source link

local_name filtering leaves out my device #4

Closed arpia49 closed 1 year ago

arpia49 commented 1 year ago

Hello, in the manifest the local_name looks like:

"bluetooth": [ { "local_name": "FR:RU*" } ]

But my device is FR:RE, I wonder if the E stands for España (Spain). If I set up in like FR:RE, the integration works, if I don't make the change, it does not recognize my device.

jdeath commented 1 year ago

Yes, the docs said it only works for FR:RU. Didn't know they made another one.

I surprised the manifest did anything. Did you need to change the config_flow.py? There is another filter there on the serial number? I think I can add another entry for the RE version

jdeath commented 1 year ago

Closed with version 1.2

arpia49 commented 1 year ago

That was quick! I didn't check the config_flow.py, but maybe that was the reason of some issues I had... let me play with the new version and I will confirm if everything is working as expected.