-
Notifications
You must be signed in to change notification settings - Fork 2
Useful Technical details
Tony edited this page Jul 9, 2019
·
28 revisions
On the Raspberry Pi...
sudo service homebridge stop<br>
sudo killall nodejs
cd /Downloads/HAP-NodeJS
sudo node --inspect=0.0.0.0:9229 BridgedCore.js
Open chrome session<br>
Browse to chrome://inspect/
Click on 'open dedicated dev tools for node'
Add <IP address of the Raspberry Pi>:<Port 9229> e.g. 192.168.1.100:9229
After a few seconds, the Raspberry Pi node session should appear under 'Remote Target'
tbd
tbd
Visit the website oddwires.co.uk