Hallo zusammen,
ich tüftle aktuell an einem "Room Ambilight". Also abhängig vom Bildinhalt sollen diverse Philips Hue Lampen und LED-Birnen angesteuert werden.
Dazu bin ich diesem Guide gefolgt. Seitdem ich die neue Beta nutze, kann ich das Skript auch konfigurieren, funktionieren tuts aber leider nicht.
Die Stable Version 0.7.2. script.kodi.hue.ambilight konnte bei mir keine automatische Verbindung zur Bridge aufbauen. Es erfolgte die gleiche Logmeldung, wie nun in der Beta Version 0.8.2. (dort kann die automatische Verbdinung jedoch hergestellt werden), die Einträge scheinen dann erst beim Start des Scripts zu kommen.
Alles anzeigen
Ich habe auch die Einträge vom Skin Helper Skript mit eingefügt. Vielleicht hängt das ja darmit zusammen.
Weitere Infos:
Kodi 16.1. (ganz neu aufgesetzt)
AEON MQ7
Win 8.1.
Außerdem wird das Hue Skript in Kodi nicht mehr unter den aktiven angezeigt. Installiere ich es von der ZIP neu, wird es ebenfalls nicht angezeigt. Ich muss den Skriptfolder löschen und es dann neu installieren - dann ist es abrufbar/konfigurierbar, nach einem Kodi Neustart verschwindet das Addon dann wieder.
Hat jemand eine Idee?
Viele Grüße, frohes Fest
BastiB
ich tüftle aktuell an einem "Room Ambilight". Also abhängig vom Bildinhalt sollen diverse Philips Hue Lampen und LED-Birnen angesteuert werden.
Dazu bin ich diesem Guide gefolgt. Seitdem ich die neue Beta nutze, kann ich das Skript auch konfigurieren, funktionieren tuts aber leider nicht.
Die Stable Version 0.7.2. script.kodi.hue.ambilight konnte bei mir keine automatische Verbindung zur Bridge aufbauen. Es erfolgte die gleiche Logmeldung, wie nun in der Beta Version 0.8.2. (dort kann die automatische Verbdinung jedoch hergestellt werden), die Einträge scheinen dann erst beim Start des Scripts zu kommen.
Quellcode
- 16:16:55 T:4004 NOTICE: Kodi Hue service started, version: 0.8b2
- 16:16:55 T:4004 NOTICE: Kodi Hue: DEBUG params: {}
- 16:16:55 T:4004 NOTICE: Kodi Hue: DEBUG testing connection
- 16:16:55 T:4004 NOTICE: Kodi Hue: DEBUG class Hue: update settings
- 16:16:55 T:4004 NOTICE: Kodi Hue: DEBUG bridge_ip: 192.168.2.118
- bridge_user: Pdv0h4qVJb63Qr39k32q92WANXPXUZSDmnLpQuIuz
- mode: 0
- light: 3
- light1_id: 1
- light2_id: 2
- light3_id: 3
- group_id: 0
- misc_initialflash: True
- misc_disableshort: False
- misc_disableshort_threshold: 0
- dimmed_bri: 0
- undim_bri: 254
- override_paused: True
- paused_bri: 76
- dimmed_hue: 14910
- override_hue: False
- undim_hue: 14910
- dimmed_sat: 144
- override_sat: False
- undim_sat: 144
- ambilight_dim: True
- ambilight_dim_light: 0
- ambilight_dim_light1_id: 1
- ambilight_dim_light2_id: 2
- ambilight_dim_light3_id: 3
- ambilight_dim_group_id: 0
- ambilight_min: 0
- ambilight_max: 215
- color_bias: 12
- force_light_on: True
- force_light_group_start_override: True
- debug: True
- 16:16:55 T:4004 NOTICE: Kodi Hue: DEBUG creating Light instances
- 16:16:55 T:4004 NOTICE: Kodi Hue: DEBUG get_current_setting. requesting from: http://192.168.2.118/api/Pdv0h4qVJb63Qr39k32q92WANXPXUZSDmnLpQuIuz/lights/1
- 16:16:55 T:4004 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
- Error Type: <type 'exceptions.ValueError'>
- Error Contents: ('Bridge Error', 1, {u'type': 1, u'description': u'unauthorized user', u'address': u'/lights'})
- Traceback (most recent call last):
- File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.kodi.hue.ambilight-0.8b2\default.py", line 760, in <module>
- hue = Hue(settings, args)
- File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.kodi.hue.ambilight-0.8b2\default.py", line 176, in __init__
- self.update_settings()
- File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.kodi.hue.ambilight-0.8b2\default.py", line 391, in update_settings
- self.light[0] = Light(self.settings.light1_id, self.settings)
- File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.kodi.hue.ambilight-0.8b2\resources\lib\tools.py", line 79, in __init__
- self.get_current_setting()
- File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.kodi.hue.ambilight-0.8b2\resources\lib\tools.py", line 105, in get_current_setting
- raise ValueError("Bridge Error", err["type"], err)
- ValueError: ('Bridge Error', 1, {u'type': 1, u'description': u'unauthorized user', u'address': u'/lights'})
- -->End of Python script error report<--
- 16:16:57 T:1504 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
- 16:17:16 T:5692 WARNING: Previous line repeats 1 times.
- 16:17:16 T:5692 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.skinthemes.aeonmq/future/settings.jpg
- 16:17:17 T:1836 ERROR: Skin Helper Service --> Error in plugin.py --> 'ascii' codec can't encode character u'\xfc' in position 20: ordinal not in range(128)
- 16:17:17 T:1836 ERROR: Traceback (most recent call last):
- 16:17:17 T:1836 ERROR: File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py", line 175, in <module>
- 16:17:17 T:1836 ERROR: Main()
- 16:17:17 T:1836 ERROR: File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py", line 76, in __init__
- 16:17:17 T:1836 ERROR: plugincontent.getCast(movie,tvshow,movieset,episode,downloadthumbs)
- 16:17:17 T:1836 ERROR: File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\PluginContent.py", line 1235, in getCast
- 16:17:17 T:1836 ERROR: cachedata = WINDOW.getProperty(cachedataStr).decode("utf-8")
- 16:17:17 T:1836 ERROR: UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 20: ordinal not in range(128)
- 16:17:23 T:1504 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
- 16:17:44 T:2688 WARNING: Previous line repeats 2 times.
- 16:17:44 T:2688 ERROR: Skin Helper Service --> Error in plugin.py --> 'ascii' codec can't encode character u'\xfc' in position 20: ordinal not in range(128)
- 16:17:44 T:2688 ERROR: Traceback (most recent call last):
- 16:17:44 T:2688 ERROR: File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py", line 175, in <module>
- 16:17:44 T:2688 ERROR: Main()
- 16:17:44 T:2688 ERROR: File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py", line 76, in __init__
- 16:17:44 T:2688 ERROR: plugincontent.getCast(movie,tvshow,movieset,episode,downloadthumbs)
- 16:17:44 T:2688 ERROR: File "C:\Users\MeinUser\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\PluginContent.py", line 1235, in getCast
- 16:17:44 T:2688 ERROR: cachedata = WINDOW.getProperty(cachedataStr).decode("utf-8")
Ich habe auch die Einträge vom Skin Helper Skript mit eingefügt. Vielleicht hängt das ja darmit zusammen.
Weitere Infos:
Kodi 16.1. (ganz neu aufgesetzt)
AEON MQ7
Win 8.1.
Außerdem wird das Hue Skript in Kodi nicht mehr unter den aktiven angezeigt. Installiere ich es von der ZIP neu, wird es ebenfalls nicht angezeigt. Ich muss den Skriptfolder löschen und es dann neu installieren - dann ist es abrufbar/konfigurierbar, nach einem Kodi Neustart verschwindet das Addon dann wieder.
Hat jemand eine Idee?
Viele Grüße, frohes Fest
BastiB