-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add support for stove hood/Safera Sense/RørosHetta #552
Comments
Hi @Takst3in Theengs Decoder can currently only receive and decode BLE advertising data, but not any GATT service/characteristics, only accessible through connection. Does the Safera Sense unit broadcast any advertising data which might include decodable information? You want to set
to 1/true to see any, as of yet undecoded, raw advertising data. |
Hi, no the unit does not broadcast any useful data without any connection. I might be mixing 1technophile's other modules, this might be more doable in the "OpenMQTTGateway", or am I wrong? |
With OpenMQTTGateway there are the READ and WRITE commands for accessing certain service/characteristics via connection, but there seems to be an issue with these in the latest release and current development version. |
@DigiH Thanks for info, much appreciated 👍 Using OMG v1.6.0 (previous version) on a ESP32, Ive tried to use the command below without success. Any ideas? mosquitto_pub -t home/OMG_ESP32_BLE/commands/MQTTtoBT -m '{ |
Seems like it were a matter of formatting the command, I were able to get the command sent, and recognized. When the hood were in pairing mode, and the command was sent, i were able to get the expected data one time. After this pairing mode ends, and several attempts of sending the command gets "failed" return/no data. Seems like pairing is not successful, any idea how to? |
I honestly don't know what might be the issue with your specific device and it requiring to be in pairing mode ;( Might be better taking this to the OpenMQTTGateway discussions, possibly it might need a pairing code to be entered, which is not implemented in OpenMQTTGateway yet. |
Closing this issue, since a duplicate is created here; 1technophile/OpenMQTTGateway#1995 |
Hi, attached is the raw logged data from a bluetooth connection to my Safera Sense unit (stove overcooking protection unit) in my RørosHetta hood in the kitchen. Is it possible to try implement support for this device? There are several interesting real-time measurements of air-quality and stuff in this data, that would be great to have in my HomeAssistant.
Log 2024-07-30 18_38_24.txt
The text was updated successfully, but these errors were encountered: