Patience needed when adding thing for astro binding in PaperUI

342 views
Skip to first unread message

Dominic Lerbs

unread,
Aug 2, 2015, 4:18:54 PM8/2/15
to openhab2
Hi,

I just tried to add a new thing for the astro binding using the PaperUI.
The first two times, I clicked on the confirmation check mark in the thing configuration screen. When nothing happen for about 5 seconds, I clicked again: Finally some error was displayed and the configuration screen was closed. Thing was not added.
The third time I enabled debug mode for the astro binding and waited longer after clicking on the check mark. This is when finally the thing was successfully added, but it took around 10 seconds between confirmation and the "Thing added" toast message.

See also the times in the log file:
2015-08-02 21:54:45.765 [DEBUG] [.b.a.handler.AstroThingHandler] - AstroThingConfig[thing=astro:sun:108cae60,geolocation=49.973622,8.828961,interval=300,systemTimezone=Europe/Berlin (CET +0200),daylightSavings=true]
2015-08-02 21:54:56.935 [INFO ] [.b.a.handler.AstroThingHandler] - Scheduled astro DailyJob at midnight for thing astro:sun:108cae60
2015-08-02 21:54:56.942 [INFO ] [.b.a.handler.AstroThingHandler] - Scheduled astro PositionalJob with interval of 300 seconds for thing astro:sun:108cae60
2015-08-02 21:54:56.945 [DEBUG] [a.internal.job.AbstractBaseJob] - Starting astro DailyJob for thing astro:sun:108cae60
2015-08-02 21:54:57.075 [DEBUG] [.b.a.handler.AstroThingHandler] - Publishing planet Sun for thing astro:sun:108cae60


I am running openHAB2 on a RaspberryPi 2.

This looks like two issues for me:
  • The astro binding takes too long to add a new thing
  • The PaperUI has to handle adding of new things differently: Either block the screen until the thing is added (or a timeout occured) or prevent that the user can confirm adding a thing a second time while the first adding is still in progress


Should I create a ticket for both in the issue tracker or am I just using in incorrectly? :-)


Dominic Lerbs

unread,
Aug 2, 2015, 4:45:06 PM8/2/15
to openhab2
There seem to be more issues:

  • If two Astro sun things exist and I delete one in the PaperUI, both are moved from the thing list (was a small delay). Only when I navigate to another dialog and back to the thing configuration, the not-deleted thing is displayed again
  • No Channels are displayed for the Astro Sun thing

Kai Kreuzer

unread,
Aug 7, 2015, 5:22:50 AM8/7/15
to open...@googlegroups.com
Hm, I cannot reproduce any of your issues.
When creating an astro thing, it is immediately available:

2015-08-07 11:16:21 [DEBUG] [.c.thing.internal.ThingManager:348  ] - Thing 'astro:sun:3517c462' is tracked by ThingManager.
2015-08-07 11:16:21 [DEBUG] [.c.thing.internal.ThingManager:472  ] - Calling registerHandler handler for thing 'astro:sun:3517c462' at 'org.openhab.binding.astro.internal.AstroHandlerFactory@60994327'.
2015-08-07 11:16:21 [INFO ] [marthome.event.ThingAddedEvent:43   ] - Thing 'astro:sun:3517c462' has been added.
2015-08-07 11:16:21 [INFO ] [ome.event.ThingStatusInfoEvent:43   ] - astro:sun:3517c462' updated: INITIALIZING
2015-08-07 11:16:21 [DEBUG] [.e.s.config.core.Configuration:88   ] - Setting value (String) 50,9 to field 'geolocation' in configuration class org.openhab.binding.astro.internal.config.AstroThingConfig
2015-08-07 11:16:21 [DEBUG] [.e.s.config.core.Configuration:88   ] - Setting value (Integer) 300 to field 'interval' in configuration class org.openhab.binding.astro.internal.config.AstroThingConfig
2015-08-07 11:16:21 [DEBUG] [.b.a.handler.AstroThingHandler:89   ] - AstroThingConfig[thing=astro:sun:3517c462,geolocation=50,9,interval=300,systemTimezone=Europe/Berlin (MEZ +0200),daylightSavings=true]
2015-08-07 11:16:21 [INFO ] [ome.event.ThingStatusInfoEvent:43   ] - astro:sun:3517c462' updated: ONLINE
2015-08-07 11:16:21 [DEBUG] [.c.thing.internal.ThingManager:82   ] - Thing handler for thing 'astro:sun:3517c462' added.

What I notice is that there are MANY channels being activated (no channels are marked as advanced), so this might behave a bit slow on a RaspPi2, but normally not THAT slow.
Are you using the latest build of openHAB 2?

Regards,
Kai

--
You received this message because you are subscribed to the Google Groups "openhab2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab2+u...@googlegroups.com.
To post to this group, send email to open...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openhab2/49353b5c-fa1e-4421-a2ad-83ff40674392%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Dominic Lerbs

unread,
Aug 7, 2015, 11:09:25 AM8/7/15
to openhab2
Hello Kai,

thanks for trying to reproduce the issue. I am using the snapshot downloaded August 1st.
I've tried again and enabled debug this time:

2015-08-07 16:45:30.141 [DEBUG] [.c.thing.internal.ThingManager] - Thing 'astro:moon:0493d409' is tracked by ThingManager.
2015-08-07 16:45:30.142 [DEBUG] [.c.thing.internal.ThingManager] - Calling registerHandler handler for thing 'astro:moon:0493d409' at 'org.openhab.binding.astro.internal.AstroHandlerFactory@13a82fa'.
2015-08-07 16:45:30.149 [DEBUG] [.e.s.config.core.Configuration] - Setting value (String) 49.973622,8.828961 to field 'geolocation' in configuration class org.openhab.binding.astro.internal.config.AstroThingConfig
2015-08-07 16:45:30.151 [DEBUG] [.e.s.config.core.Configuration] - Setting value (Integer) 300 to field 'interval' in configuration class org.openhab.binding.astro.internal.config.AstroThingConfig
2015-08-07 16:45:30.155 [DEBUG] [.b.a.handler.AstroThingHandler] - AstroThingConfig[thing=astro:moon:0493d409,geolocation=49.973622,8.828961,interval=300,systemTimezone=Europe/Berlin (CET +0200),daylightSavings=true]
2015-08-07 16:45:30.161 [DEBUG] [.c.thing.internal.ThingManager] - Thing handler for thing 'astro:moon:0493d409' added.
2015-08-07 16:45:30.162 [DEBUG] [.c.thing.internal.ThingManager] - Assigning handler for thing 'astro:moon:0493d409'.
2015-08-07 16:45:30.186 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro:moon:0493d409 to ManagedThingProvider.
2015-08-07 16:45:30.258 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409 to ManagedItemProvider.
2015-08-07 16:45:30.327 [DEBUG] [.c.t.internal.ThingLinkManager] - Assigning linked group item 'astro_moon_0493d409' to thing 'astro:moon:0493d409'.
2015-08-07 16:45:30.328 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409 -> astro:moon:0493d409 to ManagedItemThingLinkProvider.
2015-08-07 16:45:30.395 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_rise to ManagedItemProvider.
2015-08-07 16:45:30.461 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_set to ManagedItemProvider.
2015-08-07 16:45:30.526 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase to ManagedItemProvider.
2015-08-07 16:45:30.591 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_eclipse to ManagedItemProvider.
2015-08-07 16:45:30.661 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_distance to ManagedItemProvider.
2015-08-07 16:45:30.728 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_perigee to ManagedItemProvider.
2015-08-07 16:45:30.800 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_apogee to ManagedItemProvider.
2015-08-07 16:45:30.869 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_position to ManagedItemProvider.
2015-08-07 16:45:30.937 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_zodiac to ManagedItemProvider.
2015-08-07 16:45:31.015 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_rise_start to ManagedItemProvider.
2015-08-07 16:45:31.076 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_rise_start' to channel 'astro:moon:0493d409:rise#start'.
2015-08-07 16:45:31.078 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_rise_start -> astro:moon:0493d409:rise#start to ManagedItemChannelLinkProvider.
2015-08-07 16:45:31.152 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_rise_end to ManagedItemProvider.
2015-08-07 16:45:31.216 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_rise_end' to channel 'astro:moon:0493d409:rise#end'.
2015-08-07 16:45:31.219 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_rise_end -> astro:moon:0493d409:rise#end to ManagedItemChannelLinkProvider.
2015-08-07 16:45:31.295 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_set_start to ManagedItemProvider.
2015-08-07 16:45:31.357 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_set_start' to channel 'astro:moon:0493d409:set#start'.
2015-08-07 16:45:31.360 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_set_start -> astro:moon:0493d409:set#start to ManagedItemChannelLinkProvider.
2015-08-07 16:45:31.434 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_set_end to ManagedItemProvider.
2015-08-07 16:45:31.522 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_set_end' to channel 'astro:moon:0493d409:set#end'.
2015-08-07 16:45:31.524 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_set_end -> astro:moon:0493d409:set#end to ManagedItemChannelLinkProvider.
2015-08-07 16:45:31.610 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_firstQuarter to ManagedItemProvider.
2015-08-07 16:45:31.677 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_phase_firstQuarter' to channel 'astro:moon:0493d409:phase#firstQuarter'.
2015-08-07 16:45:31.679 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_firstQuarter -> astro:moon:0493d409:phase#firstQuarter to ManagedItemChannelLinkProvider.
2015-08-07 16:45:31.761 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_thirdQuarter to ManagedItemProvider.
2015-08-07 16:45:31.875 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_phase_thirdQuarter' to channel 'astro:moon:0493d409:phase#thirdQuarter'.
2015-08-07 16:45:31.879 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_thirdQuarter -> astro:moon:0493d409:phase#thirdQuarter to ManagedItemChannelLinkProvider.
2015-08-07 16:45:31.957 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_full to ManagedItemProvider.
2015-08-07 16:45:32.025 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_phase_full' to channel 'astro:moon:0493d409:phase#full'.
2015-08-07 16:45:32.027 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_full -> astro:moon:0493d409:phase#full to ManagedItemChannelLinkProvider.
2015-08-07 16:45:32.101 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_new to ManagedItemProvider.
2015-08-07 16:45:32.171 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_phase_new' to channel 'astro:moon:0493d409:phase#new'.
2015-08-07 16:45:32.173 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_new -> astro:moon:0493d409:phase#new to ManagedItemChannelLinkProvider.
2015-08-07 16:45:32.250 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_age to ManagedItemProvider.
2015-08-07 16:45:32.323 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_phase_age' to channel 'astro:moon:0493d409:phase#age'.
2015-08-07 16:45:32.325 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_age -> astro:moon:0493d409:phase#age to ManagedItemChannelLinkProvider.
2015-08-07 16:45:32.400 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_illumination to ManagedItemProvider.
2015-08-07 16:45:32.472 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_phase_illumination' to channel 'astro:moon:0493d409:phase#illumination'.
2015-08-07 16:45:32.475 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_illumination -> astro:moon:0493d409:phase#illumination to ManagedItemChannelLinkProvider.
2015-08-07 16:45:32.551 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_name to ManagedItemProvider.
2015-08-07 16:45:32.620 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_phase_name' to channel 'astro:moon:0493d409:phase#name'.
2015-08-07 16:45:32.622 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase_name -> astro:moon:0493d409:phase#name to ManagedItemChannelLinkProvider.
2015-08-07 16:45:32.697 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_eclipse_total to ManagedItemProvider.
2015-08-07 16:45:32.771 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_eclipse_total' to channel 'astro:moon:0493d409:eclipse#total'.
2015-08-07 16:45:32.774 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_eclipse_total -> astro:moon:0493d409:eclipse#total to ManagedItemChannelLinkProvider.
2015-08-07 16:45:32.866 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_eclipse_partial to ManagedItemProvider.
2015-08-07 16:45:32.939 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_eclipse_partial' to channel 'astro:moon:0493d409:eclipse#partial'.
2015-08-07 16:45:32.942 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_eclipse_partial -> astro:moon:0493d409:eclipse#partial to ManagedItemChannelLinkProvider.
2015-08-07 16:45:33.037 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_distance_date to ManagedItemProvider.
2015-08-07 16:45:33.104 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_distance_date' to channel 'astro:moon:0493d409:distance#date'.
2015-08-07 16:45:33.107 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_distance_date -> astro:moon:0493d409:distance#date to ManagedItemChannelLinkProvider.
2015-08-07 16:45:33.179 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_distance_miles to ManagedItemProvider.
2015-08-07 16:45:33.247 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_distance_miles' to channel 'astro:moon:0493d409:distance#miles'.
2015-08-07 16:45:33.249 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_distance_miles -> astro:moon:0493d409:distance#miles to ManagedItemChannelLinkProvider.
2015-08-07 16:45:33.322 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_distance_kilometer to ManagedItemProvider.
2015-08-07 16:45:33.386 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_distance_kilometer' to channel 'astro:moon:0493d409:distance#kilometer'.
2015-08-07 16:45:33.388 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_distance_kilometer -> astro:moon:0493d409:distance#kilometer to ManagedItemChannelLinkProvider.
2015-08-07 16:45:33.462 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_perigee_date to ManagedItemProvider.
2015-08-07 16:45:33.524 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_perigee_date' to channel 'astro:moon:0493d409:perigee#date'.
2015-08-07 16:45:33.526 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_perigee_date -> astro:moon:0493d409:perigee#date to ManagedItemChannelLinkProvider.
2015-08-07 16:45:33.609 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_perigee_miles to ManagedItemProvider.
2015-08-07 16:45:33.673 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_perigee_miles' to channel 'astro:moon:0493d409:perigee#miles'.
2015-08-07 16:45:33.676 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_perigee_miles -> astro:moon:0493d409:perigee#miles to ManagedItemChannelLinkProvider.
2015-08-07 16:45:33.754 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_perigee_kilometer to ManagedItemProvider.
2015-08-07 16:45:33.850 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_perigee_kilometer' to channel 'astro:moon:0493d409:perigee#kilometer'.
2015-08-07 16:45:33.853 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_perigee_kilometer -> astro:moon:0493d409:perigee#kilometer to ManagedItemChannelLinkProvider.
2015-08-07 16:45:33.928 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_apogee_date to ManagedItemProvider.
2015-08-07 16:45:33.996 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_apogee_date' to channel 'astro:moon:0493d409:apogee#date'.
2015-08-07 16:45:33.998 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_apogee_date -> astro:moon:0493d409:apogee#date to ManagedItemChannelLinkProvider.
2015-08-07 16:45:34.084 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_apogee_miles to ManagedItemProvider.
2015-08-07 16:45:34.160 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_apogee_miles' to channel 'astro:moon:0493d409:apogee#miles'.
2015-08-07 16:45:34.163 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_apogee_miles -> astro:moon:0493d409:apogee#miles to ManagedItemChannelLinkProvider.
2015-08-07 16:45:34.242 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_apogee_kilometer to ManagedItemProvider.
2015-08-07 16:45:34.313 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_apogee_kilometer' to channel 'astro:moon:0493d409:apogee#kilometer'.
2015-08-07 16:45:34.315 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_apogee_kilometer -> astro:moon:0493d409:apogee#kilometer to ManagedItemChannelLinkProvider.
2015-08-07 16:45:34.408 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_position_azimuth to ManagedItemProvider.
2015-08-07 16:45:34.475 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_position_azimuth' to channel 'astro:moon:0493d409:position#azimuth'.
2015-08-07 16:45:34.477 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_position_azimuth -> astro:moon:0493d409:position#azimuth to ManagedItemChannelLinkProvider.
2015-08-07 16:45:34.552 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_position_elevation to ManagedItemProvider.
2015-08-07 16:45:34.624 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_position_elevation' to channel 'astro:moon:0493d409:position#elevation'.
2015-08-07 16:45:34.626 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_position_elevation -> astro:moon:0493d409:position#elevation to ManagedItemChannelLinkProvider.
2015-08-07 16:45:34.702 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_zodiac_sign to ManagedItemProvider.
2015-08-07 16:45:34.771 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_0493d409_zodiac_sign' to channel 'astro:moon:0493d409:zodiac#sign'.
2015-08-07 16:45:34.773 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_zodiac_sign -> astro:moon:0493d409:zodiac#sign to ManagedItemChannelLinkProvider.
2015-08-07 16:45:36.780 [INFO ] [.b.a.handler.AstroThingHandler] - Scheduled astro DailyJob at midnight for thing astro:moon:0493d409
2015-08-07 16:45:36.783 [INFO ] [.b.a.handler.AstroThingHandler] - Scheduled astro PositionalJob with interval of 300 seconds for thing astro:moon:0493d409
2015-08-07 16:45:36.784 [DEBUG] [a.internal.job.AbstractBaseJob] - Starting astro DailyJob for thing astro:moon:0493d409
2015-08-07 16:45:36.838 [DEBUG] [.b.a.handler.AstroThingHandler] - Publishing planet Moon for thing astro:moon:0493d409

So it seems as your assumption is correct that the large number of channels is responsible for the delay?.

And the following happens when I confirm the creation a second time, while the channels are still being activated:

2015-08-07 16:53:00.238 [DEBUG] [.c.thing.internal.ThingManager] - Asking handler of thing 'astro:moon:8511e495' to handle its removal.
2015-08-07 16:53:00.243 [DEBUG] [.c.thing.internal.ThingManager] - Removal handling of thing 'astro:moon:8511e495' completed. Going to remove it now.
2015-08-07 16:53:00.245 [DEBUG] [.core.common.ThreadPoolManager] - Created thread pool 'forceRemove' with size 5-10
2015-08-07 16:53:00.252 [DEBUG] [.c.t.internal.ThingLinkManager] - Adding linked item 'astro_moon_8511e495_eclipse_total' to channel 'astro:moon:8511e495:eclipse#total'.
2015-08-07 16:53:00.255 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_8511e495_eclipse_total -> astro:moon:8511e495:eclipse#total to ManagedItemChannelLinkProvider.
2015-08-07 16:53:00.327 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_8511e495_eclipse_partial to ManagedItemProvider.
2015-08-07 16:53:00.397 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_rise_start' from channel 'astro:moon:8511e495:rise#start'.
2015-08-07 16:53:00.400 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_rise_end' from channel 'astro:moon:8511e495:rise#end'.
2015-08-07 16:53:00.402 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_set_start' from channel 'astro:moon:8511e495:set#start'.
2015-08-07 16:53:00.405 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_set_end' from channel 'astro:moon:8511e495:set#end'.
2015-08-07 16:53:00.408 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_phase_firstQuarter' from channel 'astro:moon:8511e495:phase#firstQuarter'.
2015-08-07 16:53:00.411 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_phase_thirdQuarter' from channel 'astro:moon:8511e495:phase#thirdQuarter'.
2015-08-07 16:53:00.413 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_phase_full' from channel 'astro:moon:8511e495:phase#full'.
2015-08-07 16:53:00.416 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_phase_new' from channel 'astro:moon:8511e495:phase#new'.
2015-08-07 16:53:00.418 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_phase_age' from channel 'astro:moon:8511e495:phase#age'.
2015-08-07 16:53:00.421 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_phase_illumination' from channel 'astro:moon:8511e495:phase#illumination'.
2015-08-07 16:53:00.423 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_phase_name' from channel 'astro:moon:8511e495:phase#name'.
2015-08-07 16:53:00.426 [DEBUG] [.c.t.internal.ThingLinkManager] - Removing linked item 'astro_moon_8511e495_eclipse_total' from channel 'astro:moon:8511e495:eclipse#total'.
2015-08-07 16:53:00.430 [DEBUG] [.c.thing.internal.ThingManager] - Calling unregisterHandler handler for thing 'astro:moon:8511e495' at 'org.openhab.binding.astro.internal.AstroHandlerFactory@13a82fa'.
2015-08-07 16:53:00.436 [DEBUG] [.c.thing.internal.ThingManager] - Thing handler for thing 'astro:moon:8511e495' removed.
2015-08-07 16:53:00.437 [DEBUG] [.c.thing.internal.ThingManager] - Unassigning handler for thing 'astro:moon:8511e495' and setting status to UNINITIALIZED.
2015-08-07 16:53:00.456 [DEBUG] [.c.thing.internal.ThingManager] - Thing 'astro:moon:8511e495' is no longer tracked by ThingManager.
2015-08-07 16:53:00.460 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro:moon:8511e495 from ManagedThingProvider.
2015-08-07 16:53:00.472 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_8511e495_eclipse_partial -> astro:moon:8511e495:eclipse#partial to ManagedItemChannelLinkProvider.
2015-08-07 16:53:00.479 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:distance#date', because no thing was found.
2015-08-07 16:53:00.486 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:distance#miles', because no thing was found.
2015-08-07 16:53:00.492 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:distance#kilometer', because no thing was found.
2015-08-07 16:53:00.542 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:perigee#date', because no thing was found.
2015-08-07 16:53:00.555 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:perigee#miles', because no thing was found.
2015-08-07 16:53:00.560 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:perigee#kilometer', because no thing was found.
2015-08-07 16:53:00.565 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:apogee#date', because no thing was found.
2015-08-07 16:53:00.570 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:apogee#miles', because no thing was found.
2015-08-07 16:53:00.575 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:apogee#kilometer', because no thing was found.
2015-08-07 16:53:00.580 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:position#azimuth', because no thing was found.
2015-08-07 16:53:00.585 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:position#elevation', because no thing was found.
2015-08-07 16:53:00.590 [WARN ] [.s.c.t.setup.ThingSetupManager] - Could not enable channel 'astro:moon:8511e495:zodiac#sign', because no thing was found.
2015-08-07 16:53:00.683 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_apogee from ManagedItemProvider.
2015-08-07 16:53:00.751 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_distance from ManagedItemProvider.
2015-08-07 16:53:00.820 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_eclipse from ManagedItemProvider.
2015-08-07 16:53:00.892 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_eclipse_partial from ManagedItemProvider.
2015-08-07 16:53:00.959 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_eclipse_total from ManagedItemProvider.
2015-08-07 16:53:01.028 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_perigee from ManagedItemProvider.
2015-08-07 16:53:01.095 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase from ManagedItemProvider.
2015-08-07 16:53:01.162 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_age from ManagedItemProvider.
2015-08-07 16:53:01.228 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_firstQuarter from ManagedItemProvider.
2015-08-07 16:53:01.292 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_full from ManagedItemProvider.
2015-08-07 16:53:01.359 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_illumination from ManagedItemProvider.
2015-08-07 16:53:01.426 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_name from ManagedItemProvider.
2015-08-07 16:53:01.517 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_new from ManagedItemProvider.
2015-08-07 16:53:01.584 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_thirdQuarter from ManagedItemProvider.
2015-08-07 16:53:01.650 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_position from ManagedItemProvider.
2015-08-07 16:53:01.714 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_rise from ManagedItemProvider.
2015-08-07 16:53:01.778 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_rise_end from ManagedItemProvider.
2015-08-07 16:53:01.848 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_rise_start from ManagedItemProvider.
2015-08-07 16:53:01.919 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_set from ManagedItemProvider.
2015-08-07 16:53:01.982 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_set_end from ManagedItemProvider.
2015-08-07 16:53:02.046 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_set_start from ManagedItemProvider.
2015-08-07 16:53:02.109 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_zodiac from ManagedItemProvider.
2015-08-07 16:53:02.172 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495 from ManagedItemProvider.
2015-08-07 16:53:02.235 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495 -> astro:moon:8511e495 from ManagedItemThingLinkProvider.
2015-08-07 16:53:02.332 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_eclipse_partial -> astro:moon:8511e495:eclipse#partial from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.402 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_eclipse_total -> astro:moon:8511e495:eclipse#total from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.465 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_age -> astro:moon:8511e495:phase#age from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.530 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_firstQuarter -> astro:moon:8511e495:phase#firstQuarter from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.594 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_full -> astro:moon:8511e495:phase#full from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.657 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_illumination -> astro:moon:8511e495:phase#illumination from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.722 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_name -> astro:moon:8511e495:phase#name from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.784 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_new -> astro:moon:8511e495:phase#new from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.850 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_phase_thirdQuarter -> astro:moon:8511e495:phase#thirdQuarter from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.916 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_rise_end -> astro:moon:8511e495:rise#end from ManagedItemChannelLinkProvider.
2015-08-07 16:53:02.978 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_rise_start -> astro:moon:8511e495:rise#start from ManagedItemChannelLinkProvider.
2015-08-07 16:53:03.042 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_set_end -> astro:moon:8511e495:set#end from ManagedItemChannelLinkProvider.
2015-08-07 16:53:03.139 [DEBUG] [.c.c.r.AbstractManagedProvider] - Removed element astro_moon_8511e495_set_start -> astro:moon:8511e495:set#start from ManagedItemChannelLinkProvider.

Kai Kreuzer

unread,
Sep 10, 2015, 3:05:22 PM9/10/15
to openhab2
Hi Dominic,

This issue should now be solved by https://github.com/eclipse/smarthome/pull/440, which is already in openHAB 2 by now.
Could you please check with a recent build, if the performance is better now?

Cheers,
Kai


Am Freitag, 7. August 2015 17:09:25 UTC+2 schrieb Dominic Lerbs:
Hello Kai,

thanks for trying to reproduce the issue. I am using the snapshot downloaded August 1st.
I've tried again and enabled debug this time:

2015-08-07 16:45:30.141 [DEBUG] [.c.thing.internal.ThingManager] - Thing 'astro:moon:0493d409' is tracked by ThingManager.
2015-08-07 16:45:30.142 [DEBUG] [.c.thing.internal.ThingManager] - Calling registerHandler handler for thing 'astro:moon:0493d409' at 'org.openhab.binding.astro.internal.AstroHandlerFactory@13a82fa'.
2015-08-07 16:45:30.149 [DEBUG] [.e.s.config.core.Configuration] - Setting value (String) 49.973622,8.828961 to field 'geolocation' in configuration class org.openhab.binding.astro.internal.config.AstroThingConfig
2015-08-07 16:45:30.151 [DEBUG] [.e.s.config.core.Configuration] - Setting value (Integer) 300 to field 'interval' in configuration class org.openhab.binding.astro.internal.config.AstroThingConfig
2015-08-07 16:45:30.155 [DEBUG] [.b.a.handler.AstroThingHandler] - AstroThingConfig[thing=astro:moon:0493d409,geolocation=49.973622,8.828961,interval=300,systemTimezone=Europe/Berlin (CET +0200),daylightSavings=true]
2015-08-07 16:45:30.161 [DEBUG] [.c.thing.internal.ThingManager] - Thing handler for thing 'astro:moon:0493d409' added.
2015-08-07 16:45:30.162 [DEBUG] [.c.thing.internal.ThingManager] - Assigning handler for thing 'astro:moon:0493d409'.
2015-08-07 16:45:30.186 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro:moon:0493d409 to ManagedThingProvider.
2015-08-07 16:45:30.258 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409 to ManagedItemProvider.
2015-08-07 16:45:30.327 [DEBUG] [.c.t.internal.ThingLinkManager] - Assigning linked group item 'astro_moon_0493d409' to thing 'astro:moon:0493d409'.
2015-08-07 16:45:30.328 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409 -> astro:moon:0493d409 to ManagedItemThingLinkProvider.
2015-08-07 16:45:30.395 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_rise to ManagedItemProvider.
2015-08-07 16:45:30.461 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_set to ManagedItemProvider.
2015-08-07 16:45:30.526 [DEBUG] [.c.c.r.AbstractManagedProvider] - Added new element astro_moon_0493d409_phase to ManagedItemProvider.
2015-08-07 16:45:30.591 [DEBUG] [.c.c.r.AbstractManagedProvider
...

Dominic Lerbs

unread,
Sep 14, 2015, 3:44:56 PM9/14/15
to openhab2
Hello Kai,

I am using build 201509100907. Doesn't seem to be that different to before:

2015-09-14 21:39:17.560 [INFO ] [marthome.event.ThingAddedEvent] - Thing 'astro:moon:498b964d' has been added.
2015-09-14 21:39:17.564 [INFO ] [ome.event.ThingStatusInfoEvent] - astro:moon:498b964d' updated: INITIALIZING
2015-09-14 21:39:17.569 [INFO ] [ome.event.ThingStatusInfoEvent] - astro:moon:498b964d' updated: ONLINE
2015-09-14 21:39:17.672 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d' has been added.
2015-09-14 21:39:17.793 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_rise' has been added.
2015-09-14 21:39:17.850 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_set' has been added.
2015-09-14 21:39:17.908 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase' has been added.
2015-09-14 21:39:17.966 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_eclipse' has been added.
2015-09-14 21:39:18.028 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_distance' has been added.
2015-09-14 21:39:18.087 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_perigee' has been added.
2015-09-14 21:39:18.147 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_apogee' has been added.
2015-09-14 21:39:18.209 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_position' has been added.
2015-09-14 21:39:18.271 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_zodiac' has been added.
2015-09-14 21:39:18.333 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_rise_start' has been added.
2015-09-14 21:39:18.457 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_rise_end' has been added.
2015-09-14 21:39:18.593 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_set_start' has been added.
2015-09-14 21:39:18.718 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_set_end' has been added.
2015-09-14 21:39:18.847 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase_firstQuarter' has been added.
2015-09-14 21:39:18.973 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase_thirdQuarter' has been added.
2015-09-14 21:39:19.102 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase_full' has been added.
2015-09-14 21:39:19.230 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase_new' has been added.
2015-09-14 21:39:19.365 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase_age' has been added.
2015-09-14 21:39:19.520 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase_illumination' has been added.
2015-09-14 21:39:19.668 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_phase_name' has been added.
2015-09-14 21:39:19.794 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_eclipse_total' has been added.
2015-09-14 21:39:19.922 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_eclipse_partial' has been added.
2015-09-14 21:39:20.054 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_distance_date' has been added.
2015-09-14 21:39:20.186 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_distance_miles' has been added.
2015-09-14 21:39:20.316 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_distance_kilometer' has been added.
2015-09-14 21:39:20.442 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_perigee_date' has been added.
2015-09-14 21:39:20.570 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_perigee_miles' has been added.
2015-09-14 21:39:20.700 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_perigee_kilometer' has been added.
2015-09-14 21:39:20.830 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_apogee_date' has been added.
2015-09-14 21:39:20.957 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_apogee_miles' has been added.
2015-09-14 21:39:21.087 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_apogee_kilometer' has been added.
2015-09-14 21:39:21.225 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_position_azimuth' has been added.
2015-09-14 21:39:21.368 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_position_elevation' has been added.
2015-09-14 21:39:21.506 [INFO ] [smarthome.event.ItemAddedEvent] - Item 'astro_moon_498b964d_zodiac_sign' has been added.
2015-09-14 21:39:23.578 [INFO ] [.b.a.handler.AstroThingHandler] - Scheduled astro DailyJob at midnight for thing astro:moon:498b964d
2015-09-14 21:39:23.583 [INFO ] [.b.a.handler.AstroThingHandler] - Scheduled astro PositionalJob with interval of 300 seconds for thing astro:moon:498b964d


The sun thing takes even longer as it has more items. Anything else I could check?

Best regards,
Dominic

Kai Kreuzer

unread,
Sep 14, 2015, 4:59:17 PM9/14/15
to open...@googlegroups.com
> 201509100907

Is this the build number of the ESH bundles? If not, you might just have caught an too old OH2 build, which didn’t yet contain the right bundles. ESH had been built on Sept 10 in the morning with this fix, I am not sure if an OH2 build from the morning already picked it up or not…

Regards,
Kai

Dominic Lerbs

unread,
Sep 15, 2015, 1:19:13 AM9/15/15
to openhab2
Hi,

sorry, the information about the version I provided was quite sloppy.

I have downloaded the latest snapshot at September, 11th in the evening.
This snapshot contains the following versions/files:
org.openhab.core_2.0.0.201509101953.jar
org.eclipse.smarthome.core_0.8.0.201509100907.jar

I will try again today/tomorrow with the latest snapshot build.

Dominic

Kai Kreuzer

unread,
Sep 15, 2015, 1:29:10 AM9/15/15
to open...@googlegroups.com
Hi Dominic,

I will try again today/tomorrow with the latest snapshot build.

No need, this then looks to be the correct version. Pity that the problem is not solved though :-(

@dnobel, any idea, if there might still be a performance problem in the code?

Best regards,
Kai

--
You received this message because you are subscribed to the Google Groups "openhab2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab2+u...@googlegroups.com.
To post to this group, send email to open...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages