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

Add support for Safera Sense / RørosHetta #1995

Open
Takst3in opened this issue Aug 5, 2024 · 1 comment
Open

Add support for Safera Sense / RørosHetta #1995

Takst3in opened this issue Aug 5, 2024 · 1 comment
Labels

Comments

@Takst3in
Copy link

Takst3in commented Aug 5, 2024

Hi! Our new ventilation hood for the kitchen stove has an internal unit of "Safera Sense" that is connected via BlueTooth to a PCU unit, controlling the power to the stove. The unit can be directly connected to mobile app (Safera App) via Bluetooth, and while browsing the app for this unit, there are several interesting data that are published from sensors from these units, that would be great to receive into HomeAssistant for Air-quality/etc.

  • Data visible in real-time in the app via BT is; Air-quality index, particulate index, eCO2 ppm, TVOC index, Air temp, Humidity, Alarm level, Heat index, Activity index.

Via OpenMQTTGateway on ESP32, I were able in v1.6.0 to send command below to receive the data-string i suspect contains this info;
mosquitto_pub -t home/OMG_ESP32_BLE/commands/MQTTtoBT -m '{ "ble_read_address":"DD:D5:74:67:8E:0D", "ble_read_service":"0000f00d-1212-efde-1523-785fef13d123", "ble_read_char":"0000beef-1212-efde-1523-785fef13d123", "value_type":"HEX", "immediate": true, "ttl": 2 }'

However, this command only returns successfully if the hoos unit is set in Pairing mode prior to sending the command, the command then only gets accepted once. Successive sendings get no data returned. Also the "Successful pairing sound" from the device does not play when returning the data via OMG.

By this, i suspect that pairing is not successful, there is no PIN required when connecting via the app.

Would be much appreciated if I got the help to aqquire this data via OMG/and successful pairing of the device.

I have attached a log from nRF Connect (while browsing the app), that shows the connection/data received from the unit.
Log 2024-07-30 18_38_24.txt

The perfect resolution to this ticket is to get the data decoded my OMG, and published to HA via MQTT for use, any help appreciated!

Copy link

github-actions bot commented Nov 4, 2024

This issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant