wildcs / oh3_compiled-addons

OpenHab3 Compile Addons by wildcs
14 stars 1 forks source link

4.1.0-snapshot with openHAB 4.1.0.M5 (build Milestone Build) #11

Closed aususer closed 6 months ago

aususer commented 6 months ago

Hi,

Im trying to add manually the binding to 4.10 to get some P110 to work (that have been driving me nuts... (which I suspect because they have updated firmware, I can use the release bindings, and they can be found in the cloud, but showing "offline")

Anyway, I followed the readme: 1 - Remove the TapoControl Binding from the Binding interface 2 - Download the latest snapshot “org.openhab.binding.tapocontrol-x.x.x-SNAPSHOT.jar” for your version from here 3 - Put that file /usr/share/openhab/addons/ 4 - Set file permission : sudo chown openhab:openhab /usr/share/openhab/addons/org.openhab.binding.tapocontrol-x.x.x-SNAPSHOT.jar 5 - Stop openhab : sudo service openhab stop 6 - Clean cache (just in case) : sudo openhab-cli clean-cache 7 - Start openhab : sudo service openhab start

openhabian@openhabian:/usr/share/openhab/addons $ ls -l total 386464 -rw-r--r-- 1 openhab openhab 395721758 Dec 17 19:02 openhab-addons-4.1.0.M5.kar -rwxrwxrwx 1 openhab openhab 4998 Dec 19 02:53 org.openhab.binding.tapocontrol-4.1.0-SNAPSHOT.jar -rw-r--r-- 1 openhab openhab 70 Dec 17 19:01 README

but even if i click "+" under "things", nothing turns up to add. I chmod 777 the .jar (just to be sure) and a reboot - no changes.

I check the openhab.log and event.log and none show anything suspicious.

any suggestions help?

The rest of the system is running fine.

aususer commented 6 months ago

Ignore this.. I found my problem: turns out wget from the github directly into the folder doesnt work!

Once I used windows to download/copy/paste transfer the file directly to the \[openhab]\addons folder, then "chown openhap:openhab SNAPSHOT" and reboot - problem FIXED!

Further feedback: works as advertised with ALL of my firmware-updated p110's!

Great work! Thankyou!