Page 2 of 2

Re: Nanoleaf plugin for v.2022?

PostPosted: Thu Mar 02, 2023 1:00 pm
by autolog
Just been looking at the plugin, and I think you can trigger on the device's connected state. It will be True if connected, otherwise False.

Let me know what you think? :)

Re: Nanoleaf plugin for v.2022?

PostPosted: Thu Mar 02, 2023 3:34 pm
by Different Computers
I'll give it a try!

Re: Nanoleaf plugin for v.2022? ➡︎ error on macOS 10.13.6

PostPosted: Sat Oct 14, 2023 8:59 am
by slackman1
Hi,

Thanks for updating this plugin, however, on macOS 10.13.6, which currently my Indigo server runs on, I get the following error:

Code: Select all
   Loading plugin "Nanoleaf 2022.0.2" using API v3.0
   Starting plugin "Nanoleaf 2022.0.2" (pid 77006)
   Nanoleaf Error                  Error in plugin execution InitializeMain:

  File "plugin.py", line 20, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/Plugins/nanoleaf.indigoPlugin/Contents/Server Plugin/nanoleafapi/nanoleaf.py", line 12, in <module>
type: No module named 'sseclient'

   Stopping plugin "Nanoleaf 2022.0.2" (pid 77006)
   Stopped plugin "Nanoleaf 2022.0.2"
...
   Reloading plugin "Nanoleaf 2022.0.2" using API v3.0
   Starting plugin "Nanoleaf 2022.0.2" (pid 77009)
   Nanoleaf Error                  Error in plugin execution InitializeMain:

  File "plugin.py", line 20, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/Plugins/nanoleaf.indigoPlugin/Contents/Server Plugin/nanoleafapi/nanoleaf.py", line 12, in <module>
type: No module named 'sseclient'

   Stopping plugin "Nanoleaf 2022.0.2" (pid 77009)



Could have to do with the older macOS? Indigo version I am using here is 2022.2.

Thanks for any suggestions!

Re: Nanoleaf plugin for v.2022?

PostPosted: Sat Oct 14, 2023 9:01 am
by FlyingDiver
try doing:
Code: Select all
pip3 install sseclient