OpenHAB Addon for TP-Link HS100/HS110
Development happens on the following github project: https://github.com/computerlyrik/openhab2-addon-hs110
Should work, but Wattage will be UNDEF
Just use Paper-UI to set up your basic configuration.
I was not able to test this Plugin with HS100 Plugs. The Discovery might work, but they will be registered as HS110 Plugs.
Make sure you have all requirements met for developing openhab2-addons.
mvn clean package
.jar
from target/
to your openhab-addons/
directory.Include the Project into openhab2-addons using
git subtree pull --prefix addons/binding/org.openhab.binding.hs110 https://github.com/computerlyrik/openhab2-addon-hs110 master