Hallo
Bin grad dabei Openhab einzurichten und habe ein "kleines" Problem mit dem Milight Binding.
Openhab läd aus welchem Grund auch immer das Modul nicht...
In den Addon Ordner hab ich es natürlich kopiert.
Meine openhab.cfg beinhaltet:
und in der .item siehts so aus:
Leider taucht im Log nichts von Milight auf...
Mus ich da iergendwas besonderes einstellen um Milight Meldungen ins Log zu bekommen?
Danke, Lons
Bin grad dabei Openhab einzurichten und habe ein "kleines" Problem mit dem Milight Binding.
Openhab läd aus welchem Grund auch immer das Modul nicht...
In den Addon Ordner hab ich es natürlich kopiert.
Meine openhab.cfg beinhaltet:
Code:
################################### Milight Binding ################################### # # Host of the first Milight bridge to control milight:bridge1.host=192.168.0.32 # Port of the bridge to control (optional, defaults to 50000) milight:bridge1.port=8899
Code:
Switch ALL_RGBW {milight="bridge1;5"} #Switch for all RGBW bulbs on bridge1 Switch RGBW1_White {milight="bridge1;5;whiteMode"} #Switch for setting Color to white for RGBW bulb 1 on bridge1 Dimmer RGBW2_DiscoMode {milight="bridge1;5;discoMode"} #Changing DiscoMode for RGBW bulb 2 on bridge1
Code:
2014-11-11 13:09:41.721 [INFO ] [.o.core.internal.CoreActivator] - openHAB runtime has been started (v1.6.0). 2014-11-11 13:10:02.158 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - mDNS service has been started 2014-11-11 13:10:03.067 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - Service Discovery initialization completed. 2014-11-11 13:10:18.287 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Astro.items' 2014-11-11 13:10:21.541 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'greent.items' 2014-11-11 13:10:21.761 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Contacts.items' 2014-11-11 13:10:22.530 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Multimedia.items' 2014-11-11 13:10:24.953 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Haus.items' 2014-11-11 13:10:25.849 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Wlan.items' 2014-11-11 13:10:26.197 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Licht.items' 2014-11-11 13:10:26.924 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Zentral.items' 2014-11-11 13:10:27.436 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Milights.items' 2014-11-11 13:10:40.545 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Haus.sitemap' 2014-11-11 13:10:47.135 [INFO ] [penhab.io.rest.RESTApplication] - Started REST API at /rest 2014-11-11 13:10:53.035 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Started Classic UI at /openhab.app 2014-11-11 13:11:06.017 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Xbmc_WZ.rules' 2014-11-11 13:11:08.809 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'heimkommen.rules' 2014-11-11 13:11:09.161 [INFO ] [t.AbstractSocketChannelBinding] - The maximum buffer will be set to the default value of 1024 2014-11-11 13:11:09.164 [INFO ] [t.AbstractSocketChannelBinding] - The interval to retry connection setups will be set to the default value of 5 2014-11-11 13:11:09.185 [INFO ] [t.AbstractSocketChannelBinding] - The cron job to reset connections will be set to the default value of 0 0 0 * * ? 2014-11-11 13:11:09.209 [INFO ] [t.AbstractSocketChannelBinding] - The setting to queue write operation until a channel gets connected will be set to the default value of true 2014-11-11 13:11:09.212 [INFO ] [t.AbstractSocketChannelBinding] - The port to listen for incoming connections will be set to the default value of 0 2014-11-11 13:11:09.215 [INFO ] [t.AbstractSocketChannelBinding] - The setting to share channels within an Item will be set to the default value of true 2014-11-11 13:11:09.248 [INFO ] [t.AbstractSocketChannelBinding] - The setting to share channels between the items with the same direction will be set to the default value of true 2014-11-11 13:11:09.251 [INFO ] [t.AbstractSocketChannelBinding] - The setting to share channels between directions will be set to the default value of true 2014-11-11 13:11:09.254 [INFO ] [t.AbstractSocketChannelBinding] - The setting to use address masks for incoming connections will be set to the default value of true 2014-11-11 13:11:09.298 [INFO ] [t.protocol.internal.TCPBinding] - The maximum time out for blocking write operations will be set to the default vaulue of 3000 2014-11-11 13:11:09.301 [INFO ] [t.protocol.internal.TCPBinding] - The blocking nature of read/write operations will be set to the default vaulue of false 2014-11-11 13:11:09.304 [INFO ] [t.protocol.internal.TCPBinding] - The preamble for all write operations will be set to the default vaulue of 2014-11-11 13:11:09.308 [INFO ] [.service.AbstractActiveService] - TCP Refresh Service has been started 2014-11-11 13:11:09.321 [INFO ] [t.protocol.internal.TCPBinding] - The postamble for all write operations will be set to the default vaulue of 2014-11-11 13:11:09.324 [INFO ] [t.protocol.internal.TCPBinding] - Updating states with returned values will be set to the default vaulue of true 2014-11-11 13:11:09.337 [INFO ] [t.protocol.internal.TCPBinding] - The characterset will be set to the default vaulue of ASCII 2014-11-11 13:11:09.342 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'Xbmc_Kino.rules' 2014-11-11 13:11:10.071 [INFO ] [.service.AbstractActiveService] - NTP Refresh Service has been started 2014-11-11 13:11:10.337 [INFO ] [.service.AbstractActiveService] - NetworkHealth Refresh Service has been started 2014-11-11 13:11:12.286 [INFO ] [b.k.i.connection.KNXConnection] - Established connection to KNX bus on 192.168.0.42:3671 in mode TUNNEL. 2014-11-11 13:11:13.314 [INFO ] [.b.a.internal.bus.AstroBinding] - AstroConfig[latitude=**.******,longitude=**.******,interval=300,systemTimezone=Europe/Vienna (MEZ +0100),daylightSavings=false] 2014-11-11 13:11:13.861 [INFO ] [.service.AbstractActiveService] - XBMC Refresh Service has been started 2014-11-11 13:11:14.624 [INFO ] [.service.AbstractActiveService] - HTTP Refresh Service has been started 2014-11-11 13:11:16.858 [INFO ] [.b.a.internal.job.JobScheduler] - Scheduled a daily job at midnight for astro calculation 2014-11-11 13:11:18.531 [INFO ] [.b.a.internal.job.JobScheduler] - Scheduled astro job with interval of 300 seconds 2014-11-11 13:13:15.249 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW1_White' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:15.258 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW1_White' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:15.261 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW1_White' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:15.278 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW2_DiscoMode' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:15.282 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW2_DiscoMode' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:15.298 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW2_DiscoMode' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:16.447 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW1_White' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:16.451 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW1_White' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:16.454 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW1_White' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:16.461 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW2_DiscoMode' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:16.464 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW2_DiscoMode' for widget org.openhab.model.sitemap.Switch 2014-11-11 13:13:16.468 [ERROR] [o.u.i.items.ItemUIRegistryImpl] - Cannot retrieve item 'RGBW2_DiscoMode' for widget org.openhab.model.sitemap.Switch
Danke, Lons
Kommentar