Skip to content

Add support for propane level sensor (iGrillv3) #9

@eth0up

Description

@eth0up

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions