neilkplugins / WLED-indigo-plugin

This Indigo Plugin (for Indigo Domotics) supports the WLED software from http:://wled.me and allows full control of WLED devices
1 stars 1 forks source link

Issue with recall preset #7

Open Ghawken opened 2 years ago

Ghawken commented 2 years ago

Hi

Thanks a bunch for this plugin - recently started playing with WLED and wondered whether someone had taken time to write a plugin for it! Well done.

All going pretty well - but do get this error when recalling preset?

Thanks

   WLED Debug                      UiValuesDict : (dict)
     preset : 1 (string)
   WLED Debug                      1
   WLED Error                      Error in plugin execution UiValidate:

  File "plugin.py", line 370, in validateActionConfigUi
type: name 'xrange' is not defined

   Z-Wave                          received "Bathroom - Downstairs - Luminance" sensor update to 0 lux
   Z-Wave                          received "Bathroom - downstairs - Humidity" sensor update to 39%
   Z-Wave                          received "Bathroom - downstairs - Temperature" sensor update to 18.7 °C
   WLED Debug                      UiValuesDict : (dict)
     preset : -1 (string)
   WLED Debug                      -1
   WLED Error                      Error in plugin execution UiValidate:

  File "plugin.py", line 370, in validateActionConfigUi
type: name 'xrange' is not defined

   WLED Debug                      UiValuesDict : (dict)
     preset : 0 (string)
   WLED Debug                      0
   WLED Error                      Error in plugin execution UiValidate:

  File "plugin.py", line 370, in validateActionConfigUi
type: name 'xrange' is not defined
neilkplugins commented 2 years ago

Thanks for the feedback, I am away until next week but will take a look when I get back.

Neil K

On 31 Jul 2022, at 06:06, Ghawken @.***> wrote:

 Hi

Thanks a bunch for this plugin - recently started playing with WLED and wondered whether someone had taken time to write a plugin for it! Well done.

All going pretty well - but do get this error when recalling preset?

Thanks

WLED Debug UiValuesDict : (dict) preset : 1 (string) WLED Debug 1 WLED Error Error in plugin execution UiValidate:

File "plugin.py", line 370, in validateActionConfigUi type: name 'xrange' is not defined

Z-Wave received "Bathroom - Downstairs - Luminance" sensor update to 0 lux Z-Wave received "Bathroom - downstairs - Humidity" sensor update to 39% Z-Wave received "Bathroom - downstairs - Temperature" sensor update to 18.7 °C WLED Debug UiValuesDict : (dict) preset : -1 (string) WLED Debug -1 WLED Error Error in plugin execution UiValidate:

File "plugin.py", line 370, in validateActionConfigUi type: name 'xrange' is not defined

WLED Debug UiValuesDict : (dict) preset : 0 (string) WLED Debug 0 WLED Error Error in plugin execution UiValidate:

File "plugin.py", line 370, in validateActionConfigUi type: name 'xrange' is not defined — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.