Replies: 23 comments 57 replies
-
Please add support for Govee H5179 |
Beta Was this translation helpful? Give feedback.
-
AM43 Discussion @nhscott |
Beta Was this translation helpful? Give feedback.
-
Can you please add support for Mi Kettle PRO? |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to add support for AC Inifinity Controller 67? Using this controller and fan line to vent a small server room, it will be great to be able to capture the Bluetooth data via Blerry and make it available to Home Assistant |
Beta Was this translation helpful? Give feedback.
-
How about the thermostat https://tasmota.github.io/docs/EQ3-TRV/ ? |
Beta Was this translation helpful? Give feedback.
-
Playing with a Tenergy Solis grill temperature sensor. I set up the 'dev' output and watched it a while. The temp data come from 0x17. The last 24 bits are the temperatures for each probe. F6FF means the probe is not connected. In the case above, I have one probe connected to position 6 showing 22 degrees C. 220 in hex is DC so the output shows DC00. 0 degrees is 0000. Once it goes to 26 degrees (104 hex), it gets a little weird... 0401 is output. Here's a quick table for comparison: So you can see once it gets to 26 degrees (260dec=104hex), it starts removing the leading hex character and making it trailing with a zero in front of it. i.e. 104 becomes 04 01. 41A become 1A 04. I'll take a look at your other drivers and see if I can figure out how to code this into one. I'm not a coder so that part will be challenging. If you have something whipped up already that is close, can I see it? |
Beta Was this translation helpful? Give feedback.
-
Govee 5174 (not 5074) sensors seem to work with the Govee 5075 driver. I have one working with no errors in the console. |
Beta Was this translation helpful? Give feedback.
-
Mopeka pro propane tank sensors: https://github.com/spbrogan/sensor.mopeka_pro_check |
Beta Was this translation helpful? Give feedback.
-
I'd also really love to see a ble water leak detector supported. I think Xiaomi has one now but am unsure if encryption is involved etc. Does this support any of that type of encryption like the native tasmota mi compile option? |
Beta Was this translation helpful? Give feedback.
-
Kind of an oddball device request, but would it be possible to add the Masterbuilt grill? I have the Masterbuilt 1050 Charcoal Smoker + Grill. I checked one of existing BLErry devices and the BLE signal is being detected. Happy to provide info I can to help develop support. |
Beta Was this translation helpful? Give feedback.
-
Please can you add support for Inkbird IBT-6XS Bluetooth BBQ Thermometer? I have a fork of an existing ESP32 based project (https://github.com/geekho-me/InkBird_BLE2MQTT) which has much of the comms already worked out. |
Beta Was this translation helpful? Give feedback.
-
What about flic buttons? Would that be possible? |
Beta Was this translation helpful? Give feedback.
-
What about switchmate tsm001w switches? I'm going through a python script that can control them via a raspberry pi to figure out the API. I'd rather run the support via blerry on my ESP32s. Is there a guide to building a driver for blerry? I have some old four way circuits that I'd like to add a smart switch to but four way smart switches don't exist as far as I can figure out. (I work at an old church.) The switchmate is an external device like a SwitchBot but in a nicer looking form factor. thanks for any information that might help. |
Beta Was this translation helpful? Give feedback.
-
How about level locks? It will work in Home Assistant with a Bluetooth dongle but not with the Bluetooth proxy. |
Beta Was this translation helpful? Give feedback.
-
Could you please add support for ThermoBeacon? |
Beta Was this translation helpful? Give feedback.
-
Hello! I found in Discord that the Govee GVH5100 sensor works with the GVH5101 driver, but I cannot get that to work. Here is what I got from the dev driver...
|
Beta Was this translation helpful? Give feedback.
-
Hello, I recently obtained a BLE soil moisture sensore from AliExpress I did some research and aparemtly the people over at custom-components/ble_monitor#1161 have been able to decode the messages sent by the device. I just now set up Blerry on Tasmota 12.5.0 running on an ESP32 Dev Board. I managed to get some data from the device using the dev driver:
Unfortunately this data does not change when I change the moisture level of the sensor. Any help would be appreciated. Best regards Ier |
Beta Was this translation helpful? Give feedback.
-
Is it possible to add support for the battery level of gigaset g-tag? It is readable with:
but i do not find this in the raw data...
|
Beta Was this translation helpful? Give feedback.
-
What can I help, to put SP611E device working? |
Beta Was this translation helpful? Give feedback.
-
Could you add support for the devices supported by LampSmartPro ? Existing code exists and can be found here: https://github.com/MasterDevX/lampify I'm preparing to start an initial berry project to poke the device using the code from lampify as guideline, but ideally it would also be added to Blerry. A long thread about these devices can be found here: https://community.home-assistant.io/t/convert-a-smart-chinese-lamp-to-a-real-smart-lamp/560607 Looking at these pictures, my boards are somewhat different in form factor, but still has the FTD7111 driver chip. Devices using this protocol: Developed by XuRenNan Developed by ShangHai All Link Microelectronics Co., Ltd |
Beta Was this translation helpful? Give feedback.
-
Please add support TH-05. Ultra cheap temperature and humidity sensor from aliexpress. |
Beta Was this translation helpful? Give feedback.
-
Tony , After struggle with tasmota and lot of discussion and very useful help from the people here Noticed why we need the berry scripts... to make the home assistant auto-discovery work. After install and setup the blerry scripts, the device appear on my H.A. , however only with RSSI, no temperature , humidity , etc data... There is any hope to setup this device? Here is few screenshots and logs :
|
Beta Was this translation helpful? Give feedback.
-
I bought Jaalee JHT temperature, humidity sensor from https://fr.aliexpress.com/item/10000335836820.html And added this code in "dev" file to make it work:
I made it compatible to post on Tasmota_ble topic:
Logs:
The device catches VDP (pressure), but can't figure out how datas are encoded in there. |
Beta Was this translation helpful? Give feedback.
-
Let's use this discussion for potential devices that need support, if there's reference material, if anyone is already working on it, etc.!
Beta Was this translation helpful? Give feedback.
All reactions