custom-components / ble_monitor

BLE monitor for passive BLE sensors
https://community.home-assistant.io/t/passive-ble-monitor-integration/
MIT License
1.91k stars 247 forks source link

Insert 2 component #8

Closed mimmus68 closed 4 years ago

mimmus68 commented 4 years ago

it's a beautiful job. I have 3 "lywsd02" and 1 LYWSDCGQ. Is it possible to insert all the devices? I did various tests and I failed. THANKS

Magalex2x14 commented 4 years ago

Our component is designed so that for each unique sensor a separate entity will be created. To simplify, we can say that the number of sensors is limited only by computing power and electromagnetic environment )

Magalex2x14 commented 4 years ago

At the same time, yes, right now we are in the process of implementing simultaneous support for sensors of different types - most of the work done, both types of your sensors will work (if the question was about this). Look at #7.

mimmus68 commented 4 years ago

I tried again to erase all the components and install "Xiaomi Mi temperature and humidity monitor (BLE) sensor platform" with hacs, then I entered "- platform: mitemp_bt rounding: True decimals: 2 period: 60 log_spikes: False use_median: False hcitool_active: False "in sensors.yaml. But in STATES I only see" sensor.mi_t_4c65a8dd48a9_2 "and" sensor.mi_h_4c65a8dd48a9_3 "sensor of the circular xiaomi. How can I see the other sensors? THANKS

Il giorno dom 1 dic 2019 alle ore 19:14 Aleksey Makarenko < notifications@github.com> ha scritto:

At the same time, yes, right now we are in the process of implementing simultaneous support for sensors of different types - both types of your sensors will work (if the question was about this). Look at #7 https://github.com/custom-components/sensor.mitemp_bt/issues/7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/custom-components/sensor.mitemp_bt/issues/8?email_source=notifications&email_token=ANP3VEP2TH57Q7NTITKH2JLQWP5IXA5CNFSM4JTM2XF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFRQWMI#issuecomment-560139057, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANP3VEMSHW4SGL2TKJDA2CLQWP5IXANCNFSM4JTM2XFQ .

-- Dott. Domenico Marchitelli e-mail mimmo.marchitelli@gmail.com

Ernst79 commented 4 years ago

Did you install the beta version 0.4.0-beta1? If you have 0.3.0, you should install the beta first.

Magalex2x14 commented 4 years ago

@mimmus68 to be able to install 0.4.0beta, you must enable “show beta” option on the integration page in HACS (“three dots” menu in the upper right corner). 0DF417AE-EB88-445C-8C31-1D3B6B4C49B9 43A1CC5B-31FD-4658-8A4D-84C9A4C15472

mimmus68 commented 4 years ago

Ok everything works. Thanks very well

Il giorno dom 1 dic 2019 alle ore 22:52 Aleksey Makarenko < notifications@github.com> ha scritto:

@mimmus68 https://github.com/mimmus68 to be able to install 0.4.0beta, you must enable “show beta” option on the integration page in HACS (“three dots” menu in the upper right corner). [image: 0DF417AE-EB88-445C-8C31-1D3B6B4C49B9] https://user-images.githubusercontent.com/4982025/69920862-fcaf7680-149d-11ea-9f93-82576528ff45.jpeg [image: 43A1CC5B-31FD-4658-8A4D-84C9A4C15472] https://user-images.githubusercontent.com/4982025/69920869-0507b180-149e-11ea-8e1b-b3b042fabc3b.jpeg

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/custom-components/sensor.mitemp_bt/issues/8?email_source=notifications&email_token=ANP3VEILYN2W3NWMLJDJYHTQWQW23A5CNFSM4JTM2XF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFRW2HA#issuecomment-560164124, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANP3VEP5JZ7JCMU7JOXXQ3LQWQW23ANCNFSM4JTM2XFQ .

-- Dott. Domenico Marchitelli e-mail mimmo.marchitelli@gmail.com

Magalex2x14 commented 4 years ago

👍