Skip to content

An extremely simple plugin for Homebridge to pull the current temperature from an HTTP endpoint and display it in Home on iOS.

Notifications You must be signed in to change notification settings

VirtualWolf/homebridge-wolfhaus-temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-wolfhaus-temperature

An extremely simple plugin for Homebridge to pull the current temperature from an HTTP endpoint and display it in Home on iOS.

Example Homebridge config.json accessory configuration:

"accessories": [
    {
        "accessory": "WolfhausTemperature",
        "name": "Outdoor Temperature",
        "url": "http://pi:3000/rest/outdoor"
    },
    {
        "accessory": "WolfhausTemperature",
        "name": "Indoor Temperature",
        "url": "http://fourbee:3000/rest/indoor"
    }
],

About

An extremely simple plugin for Homebridge to pull the current temperature from an HTTP endpoint and display it in Home on iOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published