-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
My iGrillv3 is equipped with a propane level sensor. The official iGrill app reports the propane level. I'm submitting this issue as a feature request to see the same level reporting functionality within esp32_iGrill.
- Propane Level sensor's BLEUUID is
f5d40001-3548-4c22-9947-f3673fce3cd9s
- Propane Level sensor has 5 possible values:
100, 75, 50, 25, or 0
- (Python) the maths used to format the reported level's value:
float(bytearray(self.propane_level.read())[0])*25
- Implementation in Python, for reference: bendikwa/igrill@e6522bf
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request