dixi
March 29, 2019, 4:07pm
1
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": []
}
Pavel
March 30, 2019, 3:16pm
2
You should better ask creator of plugin
dixi
March 31, 2019, 6:54am
3
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:
I thought I’d start a topic about some of the home automation things I’m doing with Blynk.
We live in London, England, and also have a holiday home in Spain where we spend around 4 months of the year. Most of my home automation projects are based in the Spanish home and are aimed at simplifying day-to-day life while we’re there. My wife is disabled, and finds new technology a bit of a challenge, so all the projects that I’ve created are aimed at being practical, easy to use and reliable.
Lets …
Pete.
dixi
March 31, 2019, 8:21am
5
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