homebridge-mi-pm2_5 icon indicating copy to clipboard operation
homebridge-mi-pm2_5 copied to clipboard

it's not showing up in homebridge

Open davidkristof opened this issue 8 years ago • 1 comments

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" },

"platforms": [{
	"platform": "eDomoticz",
	"name": "eDomoticz",
	"server": "127.0.0.1",
	"port": "xxxx",
	"ssl": 0,
	"roomid": 0,
	"mqtt": 1,
	"excludedDevices": []

, "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?

davidkristof avatar Apr 17 '18 15:04 davidkristof

You can run with the -D parameter to see if there're any detailed logs. homebridge -D ...

mckelvin avatar Oct 20 '18 03:10 mckelvin