I try to google it but no clues, can some one point me where I should start ?
Note: my device is not in HA integrations
Example: I have an BLE device sensor, and it dont list in HA integrations, how can I make it connect with HA and receive it data ?
In my case, I has JDY 08 BLE attatched to globe sensor, I can run and get it value with terminal, but I dont know what to write in to configuration.yaml or automation/trigger
The way I get ble data to hassio is according to this https://learn.adafruit.com/reverse-engineering-a-bluetooth-low-energy-light-bulb/control-with-bluez
Your post is very unclear about what you are trying to do. If you are trying to set up a ble tracker, then you need to read the docs here https://www.home-assistant.io/integrations/bluetooth_le_tracker/
If not, then consider this: How to help us help you - or How to ask a good question
Example: I have an BLE device sensor, and it dont list in HA integrations, how can I make it connect with HA and receive it data ?
I have pointed to the documentation.
What does this mean? It’s not offered as an integration? Or you just don’t see YOUR device on the page?
Details man…Details
ye, it dont offer as an intergration
If the sensor is not capable of mqtt or REST, or similar, then you aren’t going to add it in unless you can create a custom component
That is what Iam looking for, how to create a custom component.
I dont know where I should start.
Start by learning Python and creating a custom component that supports your device.
wow thanks you, I can start from that.