i'm quite new with homebridge. Maybe i'm doing something wrong. I installed the package with the command, edited config.json with the token and ip from my pm2.5 sensor. homebridge runs without any issue. "loaded config.json with 0 accessories and 1 platforms"
Hey guys,
i'm quite new with homebridge. Maybe i'm doing something wrong. I installed the package with the command, edited config.json with the token and ip from my pm2.5 sensor. homebridge runs without any issue. "loaded config.json with 0 accessories and 1 platforms"
{ "bridge": { "name": "MiBridge", "username": "18:xx:xx:60:BC:1B", "port": 5xxx5, "pin": "031-45-174" },
, "accessories": [{ "accessory": "MiPM2_5", "name": "AirQuality Sensor", "showTimeSwitchDisable": true, "showTimeSwitchName": "AirQuality Sensor show time", "ip": "192.168.xxx.xxx", "token": "ebbxxxxxxxxxx0bb76ce137d9" }] }] }
THats my config.json. i changed some values with "x" just as a privacy thing. I see that everyone does that. As i said i'm new :)
Any ideas how i can fix it? Maybe name should be the device id?