Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rworne authored Sep 21, 2020
1 parent ba15544 commit 353243f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ Configure it as follows:
"accessory": "gz-yeti",
"service": "Switch",
"name": "Yeti",
"url": "http://[your Yeti's IP Address]",
"model": "Your Yeti Model",
"devname": "Your Yeti device name",
"serialnumber": "Your Yeti Serial number",
"firmwareversion": "Your firmware revision",
"showHumidity": "no"
"model": "Yeti 3000",
"firmwareversion": "1.2.3",
"macaddress": "3C71BF7D7810",
"url": "[your Yeti's IP Address]"
}
### Note:
* Only the url is critical, the rest of the fields are for information or future development. These values can be found in the Yeti app.
* name is the name of the device as it appears in Homekit
* model appears under the detailed info page in the settings page for the device in Home.app.
* serialnumber appears under the detailed info page in the settings page for the device in Home.app.
* showHumidity will use the humidity sensor in Homekit to display the charge state of the battery - it's otherwise buried.
* macaddress appears under the detailed info page in the settings page for the device in Home.app.
* firmware version is currently not used, it's there in case any future firmware updates cause breakage.
* Siri responds to "Turn AC Power on/off", "Turn 12 volt power on/off", "Turn USB power on/off"

Expand Down

0 comments on commit 353243f

Please sign in to comment.