QuailAutomation / openhab2-addons

The next-generation open Home Automation Bus (openHAB)
Eclipse Public License 2.0
8 stars 7 forks source link

isy: Not Picking up all the scenes #51

Closed robertw closed 7 years ago

robertw commented 7 years ago

I have 34 scenes in my isy it is only picking up on 12 of them I believe it is the name that is maybe causing your loop to fail not sure i have some name with, Backyard-Lighting, and some with spaces, Family Room Watch Theater, and some with Bedroom_Lamps

The Same problems seems to be with the devices as some are in folders and have the same combo of names .....

Many thanks Regards

craigham commented 7 years ago

Could you turn up the logging verbosity, in karaf: log:set TRACE org.openhab.binding.isy

Then we should see which character is tripping it up?

I am traveling today but should be able to take a look in a little bit.

On Fri, Jun 30, 2017 at 12:36 AM robertw notifications@github.com wrote:

I have 34 scenes in my isy it is only picking up on 12 of them I believe it is the name that is maybe causing your loop to fail not sure i have some name with, Backyard-Lighting, and some with spaces, Family Room Watch Theater, and some with Bedroom_Lamps

The Same problems seems to be with the devices as some are in folders and have the same combo of names .....

Many thanks Regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5qXrHNUJ65oFVYz3LlqSorXSy5htyTks5sJCb1gaJpZM4OJ8yj .

robertw commented 7 years ago

openhab 2.txt got it hope this help thanks again

craigham commented 7 years ago

at first glance I see a bug wrt 'Relay:PatioSlider_Open/Closed'.

the device number, or last field in the insteon address is going above 9 into a-e. Code is expecting to parse to a number.

I haven't found the bug for the scenes I'll keep looking.

With the recent update to version 2.1.0 of openhab I have to do some extra testing to get things building properly again.

thanks for the log file.

On Sat, Jul 1, 2017 at 5:07 AM, robertw notifications@github.com wrote:

openhab 2.txt https://github.com/QuailAutomation/openhab2-addons/files/1117042/openhab.2.txt got it hope this help thanks again

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-312428572, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5qXuLZKhpqicVqlXXqigY4kzaoGM8aks5sJjaMgaJpZM4OJ8yj .

robertw commented 7 years ago

NO thank you ..... what ever i can do to help feel free I will do my best to help but not really savy on openhab just started to play with it

On Sat, Jul 1, 2017 at 9:04 AM, Craig H notifications@github.com wrote:

at first glance I see a bug wrt 'Relay:PatioSlider_Open/Closed'.

the device number, or last field in the insteon address is going above 9 into a-e. Code is expecting to parse to a number.

I haven't found the bug for the scenes I'll keep looking.

With the recent update to version 2.1.0 of openhab I have to do some extra testing to get things building properly again.

thanks for the log file.

On Sat, Jul 1, 2017 at 5:07 AM, robertw notifications@github.com wrote:

openhab 2.txt https://github.com/QuailAutomation/openhab2- addons/files/1117042/openhab.2.txt got it hope this help thanks again

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2- addons/issues/51#issuecomment-312428572, or mute the thread https://github.com/notifications/unsubscribe-auth/ AK5qXuLZKhpqicVqlXXqigY4kzaoGM8aks5sJjaMgaJpZM4OJ8yj .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-312431143, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsTFzlTa9VKOGO2QGSL-D8QxcGx83PAks5sJkPAgaJpZM4OJ8yj .

-- Regards

Robert

craigham commented 7 years ago

@robertw

Would you mind downloading this latest build, it has not been made available via the marketplace yet, so you'd have to drop it directly into your addons folder.

https://s3-us-west-2.amazonaws.com/craigham-pub/org.openhab.binding.isy-2.2.0-SNAPSHOT.jar

This should address that issue with discovery of your Relay:Patio...however, it will still show up as an unsupported device, just no error during discovery.

If that works, please send another log file of discovery.

thanks

robertw commented 7 years ago

Hope this helps........

openhab 2.txt

craigham commented 7 years ago

hmm...did you uninstall the isy binding using the marketplace binding? I ask because that log doesn't match what I would have expected, it looks like the 2.1.0 version still.

robertw commented 7 years ago

yes i did i will reboot and try again but the only one in the addin folder is your new jar file back in 5

On Sat, Jul 1, 2017 at 6:13 PM, Craig H notifications@github.com wrote:

hmm...did you uninstall the isy binding using the marketplace binding? I ask because that log doesn't match what I would have expected, it looks like the 2.1.0 version still.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-312458397, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsTFxqCmAbJ_ZcYGZV9pjG0FDhM979cks5sJsR4gaJpZM4OJ8yj .

-- Regards

Robert

robertw commented 7 years ago

rebooted made sure jar was in place here you go

openhab22.txt

craigham commented 7 years ago

it is still finding that old jar somehow, here is the log, you can see it is finding a 2.1.0 version built June 9.

2017-07-01 22:18:53.123 [ERROR] [org.openhab.binding.isy ] - FrameworkEvent ERROR - org.openhab.binding.isy org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.isy [217] Another singleton bundle selected: osgi.identity; osgi.identity="org.openhab.binding.isy"; type="osgi.bundle"; version:Version="2.1.0.201706091634"; singleton:="true"

at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]

Maybe try deleting your cache and tmp folders in userdata. It's probably in the tmp folder

robertw commented 7 years ago

not strong on linux what would be a search to scan the whole drive for the file

craigham commented 7 years ago

try

find . | grep isy

this should be run from your userdata directory. if you don't know where that is, you could run it from /, just might take some time.

On Sat, Jul 1, 2017 at 3:29 PM, robertw notifications@github.com wrote:

not strong on linux what would be a search to scan the whole drive for the file

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-312458998, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5qXoHk24YBAYIgtYZ5FGtp0X1_dolmks5sJshIgaJpZM4OJ8yj .

robertw commented 7 years ago

Ok it was the market now i was able to clear things out but still working on the jar to load since I uninstalled the market and had to force the bundle out from the console open had does not see the jar in the addons folder grrrrr

robertw commented 7 years ago

any thoughts i del all isy from the system things and inbo seems like it trying to load but fails for ?

2017-07-01 23:21:22.700 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'ecobee.rules', using it anyway: The use of wildcard imports is deprecated. 2017-07-01 23:21:22.706 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.rules' 2017-07-01 23:21:23.970 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.sitemap' 2017-07-01 23:21:24.639 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'chromecast:chromecast:a2b931ea3ee7a2d25fa037eae44303f9' to inbox. 2017-07-01 23:21:31.922 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app 2017-07-01 23:21:33.225 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app 2017-07-01 23:21:35.011 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui 2017-07-01 23:21:37.559 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin 2017-07-01 23:21:38.123 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel 2017-07-01 23:21:38.684 [ERROR] [org.openhab.binding.isy ] - FrameworkEvent ERROR - org.openhab.binding.isy org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.isy [218] Unresolved requirement: Import-Package: org.hamcrest.core; version="1.3.0"

at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]

2017-07-01 23:21:39.283 [INFO ] [b.core.service.AbstractActiveService] - Ecobee Refresh Service has been started

craigham commented 7 years ago

hold off. I'll do some more testing here. want to make sure I'm not wasting your time with a bug.

On Sat, Jul 1, 2017 at 4:25 PM, robertw notifications@github.com wrote:

any thoughts i del all isy from the system things and inbo seems like it trying to load but fails for ?

2017-07-01 23:21:22.700 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'ecobee.rules', using it anyway: The use of wildcard imports is deprecated. 2017-07-01 23:21:22.706 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.rules' 2017-07-01 23:21:23.970 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.sitemap' 2017-07-01 23:21:24.639 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'chromecast:chromecast:a2b931ea3ee7a2d25fa037eae44303f9' to inbox. 2017-07-01 23:21:31.922 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app 2017-07-01 23:21:33.225 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app 2017-07-01 23:21:35.011 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui 2017-07-01 23:21:37.559 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin 2017-07-01 23:21:38.123 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel 2017-07-01 23:21:38.684 [ERROR] [org.openhab.binding.isy ] - FrameworkEvent ERROR - org.openhab.binding.isy org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.isy [218] Unresolved requirement: Import-Package: org.hamcrest.core; version="1.3.0"

at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]

2017-07-01 23:21:39.283 [INFO ] [b.core.service.AbstractActiveService] - Ecobee Refresh Service has been started

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-312460932, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5qXnbkLCJco8VaWCqie5TAuqcBf4mzks5sJtVmgaJpZM4OJ8yj .

craigham commented 7 years ago

Ok, could you try this latest build. I believe I fixed the issue.

https://s3-us-west-2.amazonaws.com/craigham-pub/org.openhab.binding.isy-2.2.0-SNAPSHOT.jar

thanks

On Sat, Jul 1, 2017 at 5:20 PM, Craig Hamilton craigh@quailholdings.com wrote:

hold off. I'll do some more testing here. want to make sure I'm not wasting your time with a bug.

On Sat, Jul 1, 2017 at 4:25 PM, robertw notifications@github.com wrote:

any thoughts i del all isy from the system things and inbo seems like it trying to load but fails for ?

2017-07-01 23:21:22.700 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'ecobee.rules', using it anyway: The use of wildcard imports is deprecated. 2017-07-01 23:21:22.706 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.rules' 2017-07-01 23:21:23.970 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.sitemap' 2017-07-01 23:21:24.639 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'chromecast:chromecast:a2b931ea3ee7a2d25fa037eae44303f9' to inbox. 2017-07-01 23:21:31.922 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app 2017-07-01 23:21:33.225 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app 2017-07-01 23:21:35.011 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui 2017-07-01 23:21:37.559 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin 2017-07-01 23:21:38.123 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel 2017-07-01 23:21:38.684 [ERROR] [org.openhab.binding.isy ] - FrameworkEvent ERROR - org.openhab.binding.isy org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.isy [218] Unresolved requirement: Import-Package: org.hamcrest.core; version="1.3.0"

at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]

2017-07-01 23:21:39.283 [INFO ] [b.core.service.AbstractActiveService] - Ecobee Refresh Service has been started

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-312460932, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5qXnbkLCJco8VaWCqie5TAuqcBf4mzks5sJtVmgaJpZM4OJ8yj .

robertw commented 7 years ago

Good morning: 2017-07-02 11:52:23.977 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://192.168.1.149:8080 2017-07-02 11:52:23.985 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://192.168.1.149:8443 2017-07-02 11:52:24.040 [INFO ] [thome.core.internal.I18nProviderImpl] - Locale set to en, Location set to 26.3683,-80.1289 2017-07-02 11:52:31.444 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.items' 2017-07-02 11:52:31.643 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'weatherunderground.items' has errors, therefore ignoring it: [4,8]: missing RULE_ID at 'Location' [4,17]: missing RULE_ID at '"Location [%s]"'

2017-07-02 11:52:38.831 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'ecobee.rules', using it anyway: The use of wildcard imports is deprecated. 2017-07-02 11:52:38.836 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.rules' 2017-07-02 11:52:40.098 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.sitemap' 2017-07-02 11:52:44.442 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app 2017-07-02 11:52:45.814 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app 2017-07-02 11:52:48.882 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui 2017-07-02 11:52:51.143 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin 2017-07-02 11:52:51.429 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel 2017-07-02 11:52:51.549 [ERROR] [org.openhab.binding.isy ] - FrameworkEvent ERROR - org.openhab.binding.isy org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.isy [218] Unresolved requirement: Import-Package: org.hamcrest.core; version="1.3.0"

at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]

2017-07-02 11:52:51.928 [INFO ] [b.core.service.AbstractActiveService] - Ecobee Refresh Service has been started 2017-07-02 11:52:53.237 [WARN ] [org.openhab.io.net.http.HttpUtil ] - Method failed: HTTP/1.1 500 Internal Server Error

robertw commented 7 years ago

Just for the fun of it I reinstalled the market and the weather and they are running fine but isy will not load 2017-07-02 12:06:11.254 [INFO ] [thome.core.internal.I18nProviderImpl] - Locale set to en, Location set to 26.3683,-80.1289 2017-07-02 12:06:11.254 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://192.168.1.149:8080 2017-07-02 12:06:11.563 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://192.168.1.149:8443 2017-07-02 12:06:19.182 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.items' 2017-07-02 12:06:19.314 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'weatherunderground.items' 2017-07-02 12:06:26.532 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'ecobee.rules', using it anyway: The use of wildcard imports is deprecated. 2017-07-02 12:06:26.538 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.rules' 2017-07-02 12:06:27.770 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.sitemap' 2017-07-02 12:06:33.049 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app 2017-07-02 12:06:35.673 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app 2017-07-02 12:06:37.759 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui 2017-07-02 12:06:40.014 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin 2017-07-02 12:06:40.188 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel 2017-07-02 12:06:40.565 [INFO ] [b.core.service.AbstractActiveService] - Ecobee Refresh Service has been started 2017-07-02 12:06:41.295 [ERROR] [org.openhab.binding.isy ] - FrameworkEvent ERROR - org.openhab.binding.isy org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.isy [218] Unresolved requirement: Import-Package: org.hamcrest.core; version="1.3.0"

at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
craigham commented 7 years ago

good morning Robert.

Could you try the latest it should get rid of the dependency issue....still download the jar and place in your addons folder.

thanks

On Sun, Jul 2, 2017 at 4:55 AM, robertw notifications@github.com wrote:

Good morning: 2017-07-02 11:52:23.977 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://192.168.1.149:8080 2017-07-02 11:52:23.985 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://192.168.1.149:8443 2017-07-02 11:52:24.040 [INFO ] [thome.core.internal.I18nProviderImpl] - Locale set to en, Location set to 26.3683,-80.1289 2017-07-02 11:52:31.444 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.items' 2017-07-02 11:52:31.643 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'weatherunderground.items' has errors, therefore ignoring it: [4,8]: missing RULE_ID at 'Location' [4,17]: missing RULE_ID at '"Location [%s]"'

2017-07-02 11:52:38.831 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'ecobee.rules', using it anyway: The use of wildcard imports is deprecated. 2017-07-02 11:52:38.836 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.rules' 2017-07-02 11:52:40.098 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ecobee.sitemap' 2017-07-02 11:52:44.442 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app 2017-07-02 11:52:45.814 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app 2017-07-02 11:52:48.882 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui 2017-07-02 11:52:51.143 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin 2017-07-02 11:52:51.429 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel 2017-07-02 11:52:51.549 [ERROR] [org.openhab.binding.isy ] - FrameworkEvent ERROR - org.openhab.binding.isy org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.isy [218] Unresolved requirement: Import-Package: org.hamcrest.core; version="1.3.0"

at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]

2017-07-02 11:52:51.928 [INFO ] [b.core.service.AbstractActiveService] - Ecobee Refresh Service has been started 2017-07-02 11:52:53.237 [WARN ] [org.openhab.io.net.http.HttpUtil ] - Method failed: HTTP/1.1 500 Internal Server Error

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-312487438, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5qXtYNteT7Q6QSV1_7gfHCMFI-echnks5sJ4UigaJpZM4OJ8yj .

robertw commented 7 years ago

good morning: openhab23.txt

hung up on initializing

craigham commented 7 years ago

Hi Robert,

I am really hoping the latest build stops the hanging. I apologize I don't have my isy on hand right now to confirm.

robertw commented 7 years ago

No apology please at all your effort is truly commendable will get back in about 10 min

robertw commented 7 years ago

Ok here you go the status in the paper ui still says initializing for the access pint but i was able to run discovery none the less here is the log but from the count still missing a bunch of scenes and devices openhab23.txt openhab23.txt

but one thing at a time just a fyi

many thanks again ......

robertw commented 7 years ago

here is the return file from my isy if it help of my scenes http://XXX.XXXX.1.XX/rest/nodes/scenes

scenes.zip

robertw commented 7 years ago

UNINITIALIZED - BRIDGE_UNINITIALIZED Status: UNINITIALIZED - HANDLER_INITIALIZING_ERROR ClassCastException: attempting to castbundleresource://22.fwk20031380/javax/ws/rs/client/ClientBuilder.class to bundleresource://22.fwk20031380/javax/ws/rs/client/ClientBuilder.class

craigham commented 7 years ago

Ok, I just uploaded the latest 2.2 build and it seems to work, at least I don't get any of those exceptions.

Could you try deleting your userdata directory and load the latest jar for 2.2 from s3?

thanks

robertw commented 7 years ago

Back in 40 where is the userdata in the tree just to be clear

On Jul 13, 2017 3:46 PM, "Craig H" notifications@github.com wrote:

Ok, I just uploaded the latest 2.2 build and it seems to work, at least I don't get any of those exceptions.

Could you try deleting your userdata directory and load the latest jar for 2.2 from s3?

thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-315182638, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsTF92OJvrs4y8MWttZN8mX8uUXjwMCks5sNnQfgaJpZM4OJ8yj .

craigham commented 7 years ago

Kind of depends how/where you installed openhab. The log file is in userdata/logs for reference.

On Thu, Jul 13, 2017 at 1:06 PM robertw notifications@github.com wrote:

Back in 40 where is the userdata in the tree just to be clear

On Jul 13, 2017 3:46 PM, "Craig H" notifications@github.com wrote:

Ok, I just uploaded the latest 2.2 build and it seems to work, at least I don't get any of those exceptions.

Could you try deleting your userdata directory and load the latest jar for 2.2 from s3?

thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub < https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-315182638 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AAsTF92OJvrs4y8MWttZN8mX8uUXjwMCks5sNnQfgaJpZM4OJ8yj

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/QuailAutomation/openhab2-addons/issues/51#issuecomment-315187739, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5qXtKv2AokOqzpjI8XkmAE1M1iIaR5ks5sNnjegaJpZM4OJ8yj .

robertw commented 7 years ago

here you go

openhab.txt

robertw commented 7 years ago

It looks good from my side from discovery except From what little i know the line: still did not see all the scenes 2017-07-13 20:35:09.173 [DEBUG] [b.binding.isy.internal.IsyRestClient] - Number scenes found from rest call: 10

should be 35

robertw commented 7 years ago

Did a little more digging looks like it is counting the group flag = 132 but there group flag 4 and 12 returned by http://xxx.xxx.1.11/rest/nodes/scenes

craigham commented 7 years ago

yes, you are right. I will get it so it doesn't care about flag value.

craigham commented 7 years ago

could you try the latest and let me know if it works for you?

robertw commented 7 years ago

Worked great! Many thanks in deed......log file looks clean also......