Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Propane Sensor? #12

Closed
mspace00 opened this issue Jan 25, 2020 · 5 comments
Closed

Propane Sensor? #12

mspace00 opened this issue Jan 25, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@mspace00
Copy link

mspace00 commented Jan 25, 2020

My igrill3 has a propane level sensor. Any chance of adding that to the project? I should add I would be happy to buy you coffee!

@macleodit
Copy link

I second this :)

@bendikwa
Copy link
Owner

Hi

I would love to have the support, but unfortunately I don't own one that has this sensor, so it is hard for me to add support for it.
I would guess the procedure is more or less the same same as here: #14
Scanning for the UUID, and looking at the return values to figure out how to translate it.

@bendikwa bendikwa added the enhancement New feature or request label Apr 23, 2020
@PaulAntonDeen
Copy link

I would recommend this one to figure out the UUID: https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp

@apop880
Copy link

apop880 commented Sep 27, 2020

I was looking for this as well. I've identified the UUID, but am still trying to figure out exactly how the data is being transmitted.

UUID is F5D40001-3548-4C22-9947-F3673FCE3CD9. The values are hex values, and so far I've mapped 0x040000 to "full" and 0x000000 to 0%. At 75%, the hex value is 0x030000. The granularity might just be 100-75-50-25-0, in which case I'm guessing the remaining two would be 0x020000 for 50% and 0x010000 for 25%. But I thought I've seen a 10% value for my propane tank in the past, so not exactly sure on that. I'll play with it some more and get it dialed in a bit more before putting together a PR.

EDIT: Confirmed that the levels seem to go 100-75-50-25-0. I'll get started on the code updates this week.

@bendikwa
Copy link
Owner

Closing this due to inactivity

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants