Temperature Sensor Q
davehocking opened this issue · 0 comments
davehocking commented
Hi all, sorry to ask what's probably a simple Q, but I can't see exactly how in the README to enable Temperature Sensors in Homebridge. I have homebridge working properly, but, I don't know what I need to do to poll any of the Analog Inputs I have setup in Loxone. I tried renaming one to "Temperature 0A-TS" from "0A-TS" but that didn't bring it in.
Do I need to do something to my config.json?
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "000-00-000"
},
"platforms": [
{
"platform": "LoxoneWs",
"name": "Loxone",
"host": "10.1.2.3",
"port": "80",
"username": "admin",
"password": "somepassword"
"moodSwitches": "all"
}
]
}