Homebridge plugin

Hi all,

I just installed the Homebridge plugin to get some of my data in HomeKit.

I added one sensor and it works flawless. Now I try to get data from more than one project.

But it doesn’t work. could you pls check the config.json data attached? may be one of yo can give me a hint.

thanks guys…


 {
 	"bridge": {
 		"name": "Homebridge",
 		"username": "CC:22:3D:E3:CE:30",
 		"port": 51826,
 		"pin": "031-45-154"
 	},
 	"description": "Home Smart Home",
 	"platforms": [{
 			"platform": "Blynk",
 			"name": "Blynk",
 			"serverurl": "http://192.0.1.1:8080",
 			"token": "ffffff",
 			"pollerperiod": "100",
 			"accessories": [{
 			"name": "TemperatureSensor1",
 			"widget": "TemperatureSensor",
 			"caption": "AA",
 			"pin": "V6"
 			}]
 		},
 		{
 			"platform": "Blynk",
 			"name": "Blynk",
 			"serverurl": "http://192.0.1.1:8080",
 			"token": "ffffff",
 			"pollerperiod": "100",
 			"accessories": [{
 			"name": "TemperatureSensor1",
 			"widget": "TemperatureSensor",
 			"caption": "A",
 			"pin": "V6"
 			}]
 		}

 	],
 	"accessories": []
 }


You should better ask creator of plugin

You are Right.

Bigot it managed by creating 2nd instance of homebrigdge.

But I don’t like this way.

May be someone has a better idea, how to send data from Blynk to HomeKit… any help is appreciated

Personally, I’d look at using Node-Red.
It has plug-ins for Blynk (which I use) and HomeBridge (which I don’t use).

My set-up for using Blynk with Node-Red doesn’t run any Blynk specific code on my ESP devices, just MQTT to talk to Node-Red. Node-Red talks to Blynk, and with other sytsrems as well (in my case Amazon Alexa, Ikea Tradfri via Node-Red plug-ins and a few other services via API calls).

More info here:

Pete.

sounds good. I am right now trying to handle it via ioBroker which is installed on my Rpi. lets see if this works, if not will try to use node red…

1 Like