Orvibo Allone Pro

Orvibo AllOne Pro
Login

Orvibo AllOne Pro

  1. Plug in
  2. Red steady
  3. Press 6 seconds -> blinking red
  4. HomeMate APP -> Add AllOne a. Connect to Wifi HomeMate b. Connect to Wifi FF38
  5. AllOne should be steady blue
  6. Existing HomeMate configs (Loewe TV) still works
  7. TODO: Add Denon
  8. TODO: Get existing config from command-line

TODO: Install and test node-orvibo on Windows 10

npm install --save sleep
sudo apt-get install nodejs-legacy
npm install --save sleep
npm install --save node-orvibo
cd examples/setup/
ls
more README.md
node index.js
nodejs index.js
npm install --save debug
nodejs index.js
npm install --save err
nodejs index.js
nodejs index.js args-js
npm install --save args-js
nodejs index.js
npm install --save ip
ls
ls -la
nodejs index.js
npm install --save lodash
nodejs index.js
npm install --save validator
nodejs index.js
npm install --save jonah
nodejs index.js
npm install --save moment
nodejs index.js
cd ..
ls
cd basic/
ls
DEBUG=Orvibo node index.js

UDP test server

https://gist.github.com/miekg/a61d55a8ec6560ad6c4a2747b21e6128

OpenHAB 2

<https://www.openhab.org/docs/installation/linux.html>

Linux

Prequisite: Java 8

sudo apt install java-common
sudo dpkg -i zulu8.28.0.1-jdk8.0.163-linux_amd64.deb

Prequisite: apt-transport-https (normally already installed)

wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | sudo apt-key add -
sudo apt-get install apt-transport-https

OpenHAB:

Install:

echo 'deb https://dl.bintray.com/openhab/apt-repo2 stable main' | sudo tee /etc/apt/sources.list.d/openhab2.list
sudo apt-get update
sudo apt-get install openhab2
sudo apt-get install openhab2-addons

Start:

sudo /bin/systemctl start openhab2.service

Troubleshooting

Capture traffic on LAN:

https://wiki.wireshark.org/CaptureSetup/WLAN#Turning_on_monitor_mode