How to modify habpanel source?

Hi i whant to try to do smal modification to habpanel
I have found the code are in
/var/lib/openhab/tmp/mvn/org/openhab/ui/bundles/org.openhab.ui.habpanel/5.0.0/org.openhab.ui.habpanel-5.0.0.jar
But when i change it the changes are not reflected in the web page
I have clear my cokie but the previous version stil load
Can you help me?

I doubt OH reads in the jar files in tmp except when it first starts up. Note that this is the tmp folder, it’s not meant for permament stuff.

So what you probably need to do is make the changes in the jar file and then uninstall HABPanel however you have installed it (e.g. addons.cfg, MainUI Add-on store, etc) and copy the jar file with the changes to openHAB’s addons folder. Then you need to restart OH to pick up the changes if you edit that jar file later.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.