Homebridge accessories to estimate room temperature, and room ambient light from your Mac's sensors.
npm install -g homebridge
npm install -g homebridge-mac-temperature-light
Your Homebridge config file (~/.homebridge/config.json
) should include MacTemperature
or MacAmbientLight
accessories, with names of your choosing, dpeending on what functions from this plugin you wish to enable.
Example:
"accessories": [
{
"accessory": "MacTemperature",
"name": "Temperature"
},
{
"accessory": "MacAmbientLight",
"name": "Ambient Light"
}
]