To be able to use devices in the home automation, SmartHome, a bridge is needed to all the diversity of protocols. There seems to be no standard.
If openHAB is running at home, and is configured, items can be controlled by Rocrail.
See the openHAB WEB site for detailed instructions on how to install and setup an openHAB instance.
Add a controller with the "openhab" library.
The output is referenced with the UID name, the address field can be left to zero.
The UID name is in the openHAB context the Item name.
conf/items/default.items:
Dimmer Hobby_Test "Testlamp1" <dimmer> { channel="hue:0100:0017881215cd:10:brightness" }
wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | sudo apt-key add 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 sudo /bin/systemctl start openhab2.service
(Optional)
Configure Autostart:
sudo systemctl daemon-reload sudo systemctl enable openhab2.service