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 more accessories #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

noelbundick
Copy link

Thanks for the integration! Been working great w/ no hassle

The new Timberline / Timberline XL grills support a few extra accessories out of the box, namely an induction cooktop (hob) and a bluetooth probes. These show up under acc, but the type isn't "probe" and properties are slightly different.

Sample snippet pulled from the MQTT topic:

    "acc": [
      {
        "channel": "bt",
        "hob": {
          "fw": "01.00.55",
          "level": 0,
          "get_temp": 35,
          "set_temp": 0,
          "status": 0
        },
        "type": "hob",
        "uuid": "xxxxxxxxxxxx",
        "con": 1
      },
      {
        "channel": "BT0",
        "btprobe": {
          "batt": 8,
          "fw": "XX.YY.ZZ",
          "alarm_fired": 0,
          "get_temp": 129,
          "set_temp": 155,
          "ambient_temp": 1542
        },
        "type": "btprobe",
        "uuid": "xxxxxxxxxxxx",
        "con": 1
      }
    ],

This PR adds support for those additional known-good extra accessories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant