openhab / org.openhab.ui.habpanel

OUTDATED repo - HABPanel has moved to the openhab-webui repo!
https://github.com/openhab/openhab-webui
Eclipse Public License 1.0
97 stars 92 forks source link

Habpanel bundle installed through Karaf in Eclipse Smart Home? #144

Closed amarpulli1994 closed 7 years ago

amarpulli1994 commented 7 years ago

Hello, I tried to do install habpanel user interface in eclipse smart home. What I did that put the habpanel jar file into target/assembly/deploy folder in project folder. I download and compiled project here https://github.com/maggu2810/smarthome-packaging-sample-karaf

144 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Console for O
Gi runtime Karaf
145 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Monitor
146 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Net I/O Bundl

147 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome REST Interfac
 Bundle
148 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Core REST API
149 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Sitemap REST
PI
150 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome SSE REST API
151 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Model Core
152 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Item Model
153 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Item Model Ru
time
154 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Persistence M
del
155 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Persistence R
ntime
156 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Rule Model
157 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Rule Runtime
158 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Script
159 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Script Runtim

160 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Sitemap Model
161 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Sitemap Runti
e
162 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Thing Model
163 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Thing Model R
ntime
164 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome MapDB Storage
Service
165 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome UI
166 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome UI Icons
167 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Classic IconS
t
168 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Paper UI
169 | Active    |  80 | 2.9.2                 | Xtend Runtime Library
170 | Active    |  80 | 2.9.2                 | Xtend Macro Interfaces
171 | Active    |  80 | 2.9.2                 | Xtext
172 | Active    |  80 | 2.9.2                 | Xtext Common Types
173 | Active    |  80 | 2.9.2                 | JSR-45 Smap installer
174 | Active    |  80 | 2.9.2                 | Xtext Utility
175 | Active    |  80 | 2.9.2.v20160428-1452  | Xbase Model
176 | Active    |  80 | 2.9.2                 | Xbase Runtime Library
192 | Active    |  80 | 2.2.0                 | JUPnP Library
193 | Active    |  80 | 1.9.6                 | MIME streaming extension
194 | Active    |  80 | 1.0.9                 | mapdb
195 | Active    |  80 | 5.0.2                 | Require-Bundle Fix :: org.objec
web.asm
201 | Active    |  80 | 3.2.0                 | Commons Net
202 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome Basic UI
203 | Active    |  80 | 0.9.0.201702031201    | Eclipse SmartHome WebApp UI
204 | Active    |  80 | 2.0.0.b2              | openHAB Serial Transport Bundle
205 | Active    |  80 | 2.0.1.201701171601    | SNAVXbee2 Binding
206 | Installed |  80 | 2.1.0.201702081253    | HABPanel User Interface

but unable to access habpanel from server. Similarly what I did for basic ui and classic ui just run the command feature:install esh-ui-basic, feature:install esh-ui-classic in karaf. Accessing basic ui and classic ui has been done. It's work for me by using this link localhost:8181/basicui/app localhost:8181/classicui/app so how can i access habpanel in ESH through Karaf. Thanks, Amar.

kirantpatil commented 7 years ago

Refer this issue

amarpulli1994 commented 7 years ago

@kirantpatil Thanks for your suggestions. Habpanel is working fine in my case, but unable to load items. Thanks, Amar.

ghys commented 7 years ago

@amarpulli544 does http://localhost:8181/rest/items give you something, or weren't you able to define the items?