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

[New Sensor]: Inkbird ITH-13-B #1413

Open
stephentos opened this issue Dec 13, 2024 · 2 comments
Open

[New Sensor]: Inkbird ITH-13-B #1413

stephentos opened this issue Dec 13, 2024 · 2 comments
Assignees
Labels
new sensor Request for a new sensor waiting for data

Comments

@stephentos
Copy link

Sensor Description

Inkbird ITH-13-B

Additional information

https://inkbird.com/products/bluetooth-hygrometer-thermometer-ith-13-b?_pos=1&_psq=ITH-13&_ss=e&_v=1.0

BLE advertisements

{
              "name": "ITH-13-B",
              "address": "49:24:07:11:04:DC",
              "rssi": -82,
              "advertisement_data": [
                "ITH-13-B",
                {},
                {},
                [
                  "0000fff0-0000-1000-8000-00805f9b34fb"
                ],
                null,
                -82,
                [
                  "/org/bluez/hci0/dev_49_24_07_11_04_DC",
                  {
                    "Address": "49:24:07:11:04:DC",
                    "AddressType": "public",
                    "Name": "ITH-13-B",
                    "Alias": "ITH-13-B",
                    "Paired": false,
                    "Bonded": false,
                    "Trusted": false,
                    "Blocked": false,
                    "LegacyPairing": false,
                    "RSSI": -82,
                    "Connected": false,
                    "UUIDs": [
                      "0000fff0-0000-1000-8000-00805f9b34fb"
                    ],
                    "Adapter": "/org/bluez/hci0",
                    "ServicesResolved": false,
                    "AdvertisingFlags": {
                      "__type": "<class 'bytearray'>",
                      "repr": "bytearray(b'\\x06')"
                    }
                  }
                ]
              ],
              "details": {
                "path": "/org/bluez/hci0/dev_49_24_07_11_04_DC",
                "props": {
                  "Address": "49:24:07:11:04:DC",
                  "AddressType": "public",
                  "Name": "ITH-13-B",
                  "Alias": "ITH-13-B",
                  "Paired": false,
                  "Bonded": false,
                  "Trusted": false,
                  "Blocked": false,
                  "LegacyPairing": false,
                  "RSSI": -54,
                  "Connected": false,
                  "UUIDs": [
                    "0000fff0-0000-1000-8000-00805f9b34fb"
                  ],
                  "Adapter": "/org/bluez/hci0",
                  "ServicesResolved": false,
                  "AdvertisingFlags": {
                    "__type": "<class 'bytearray'>",
                    "repr": "bytearray(b'\\x06')"
                  }
                }
              }
            },
@stephentos stephentos added the new sensor Request for a new sensor label Dec 13, 2024
@Ernst79
Copy link
Collaborator

Ernst79 commented Dec 15, 2024

I need some HA logging of this device to see if I can add it. The above does not show the service data.

@bpapa9013
Copy link

bpapa9013 commented Feb 21, 2025

@Ernst79 Someone got the ITH-11-B and ITH-13-B working with a custom ESPhome yaml. Not sure if the data contained in the config file on that post is what you need or not, but thought I'd let you know just in case that data can help.
https://community.home-assistant.io/t/inkbird-ith-11-b-esphome-ble-proxy/836000

I have several of the ITH-13-B devices and would be happy to help get this device into the core Inkbird integration if there's any other way I could be of assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new sensor Request for a new sensor waiting for data
Projects
None yet
Development

No branches or pull requests

3 participants