Error Messages

A plugin to integration Indigo devices into HomeKit (and Siri)
jltnol
Posts: 1162
Joined: Tue Oct 15, 2013 11:11 pm

Error Messages

Post by jltnol »

So I have no idea what any of this means, BUT even with these messages, everything still seems to be working. I mainly wanted to pass this along in case it is something that needs addressing.... and I understand this may be only something that happens in my setup, not something that happens universally.... The messages seem to be happening pretty regularly ...

Code: Select all

i                
   HomeKitLink Siri                ================================================ Initializing New Plugin Session =================================================
   HomeKitLink Siri                Plugin name:                   HomeKitLink Siri
   HomeKitLink Siri                Plugin version:                0.3.3
   HomeKitLink Siri                Plugin ID:                     com.GlennNZ.indigoplugin.HomeKitLink-Siri
   HomeKitLink Siri                Indigo version:                2022.1.2
   HomeKitLink Siri                Python version:                3.10.2 (v3.10.2:a58ebcc701, Jan 13 2022, 14:50:16) [Clang 13.0.0 (clang-1300.0.29.30)]
   HomeKitLink Siri                Python Directory:              /Library/Frameworks/Python.framework/Versions/3.10
   HomeKitLink Siri                
   HomeKitLink Siri                ================================================== End Initializing New Plugin  ==================================================
   Started plugin "HomeKitLink Siri 0.3.3"
   HomeKitLink Siri                Finding devices to publish to HomeKit Given Startup...
   HomeKitLink Siri                Scan the QR code with your HomeKit app on your iOS device:
   HomeKitLink Siri                Select Device QR button to Display QR Code, or use pincode.
   HomeKitLink Siri                Starting accessory HomeKitLink Bridge 398442 on address 192.168.6.102, port 51827.
   HomeKitLink Siri Error          Plugin Setter Exception
Traceback (most recent call last):
  File "plugin.py", line 2236, in Plugin_getter_callback
    return temptosend
UnboundLocalError: local variable 'temptosend' referenced before assignment
   HomeKitLink Siri Error          Plugin Setter Exception
Traceback (most recent call last):
  File "plugin.py", line 2236, in Plugin_getter_callback
    return temptosend
UnboundLocalError: local variable 'temptosend' referenced before assignment
   HomeKitLink Siri Error          Plugin Setter Exception
Traceback (most recent call last):
  File "plugin.py", line 2236, in Plugin_getter_callback
    return temptosend
UnboundLocalError: local variable 'temptosend' referenced before assignment
   HomeKitLink Siri Error          Plugin Setter Exception
Traceback (most recent call last):
  File "plugin.py", line 2236, in Plugin_getter_callback
    return temptosend
UnboundLocalError: local variable 'temptosend' referenced before assignment
   HomeKitLink Siri                A total of 24 devices are currently selected to be published to HomeKit
   HomeKitLink Siri                23 Home Kit Accessories are now Started.
   HomeKitLink Siri                Given this difference, please review devices by Select Menu Item, Show Device Publications for more information.
   HomeKitLink Siri Error          Plugin Setter Exception
Traceback (most recent call last):
  File "plugin.py", line 2236, in Plugin_getter_callback
    return temptosend
UnboundLocalError: local variable 'temptosend' referenced before assignment

Jul 26, 2022 at 11:47:39 AM
   HomeKitLink Siri Error          Plugin Setter Exception
Traceback (most recent call last):
  File "plugin.py", line 2236, in Plugin_getter_callback
    return temptosend
UnboundLocalError: local variable 'temptosend' referenced before assignment
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: Error Messages

Post by GlennNZ »

HI

Update to the latest 0.3.12 - and see whether all disappear?

Pretty sure this was fixed in 0.3.8

Specific issue where an non-thermostat is selected as a thermostat - or at least I believe that was the case in 0.3.8 fix.

Glenn


Sent from my iPad using Tapatalk
jltnol
Posts: 1162
Joined: Tue Oct 15, 2013 11:11 pm

Re: Error Messages

Post by jltnol »

Sooo as it turns out..... I WAS having some issues with my Thermostat.... but that problem seems to have been solved... at least for the moment. I will do the update on the plugin... but thanks for taking the time to take a look at this.

Cheers
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: Error Messages

Post by GlennNZ »

No problem.

A dicey thermostat, or a temperature sensor in Homekit as a thermostat - would have caused it.

Regardless though - shouldn’t have given those error messages - that was a plugin issue. That was the bit that was fixed in 0.3.8.

Good. Good. That thermostat was having issues - Hopefully means should all be fixed in latest.

Latest 0.3.12:
Also upgrade main library to reusable token which gives some moderate speed improvements..


Sent from my iPad using Tapatalk
jltnol
Posts: 1162
Joined: Tue Oct 15, 2013 11:11 pm

Re: Error Messages

Post by jltnol »

so not to be a pain, but I don't see the latest version. I see 0.3.3 in GitHub, but can't find anything newer... Its obviously not in the PluginStore, but I know I'm looking in the wrong place... :(
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: Error Messages

Post by GlennNZ »

Hi
Yeah - I haven’t published it as a “release”
But just press the green code download button and double click the plug-in bundle.

I’ll add a release given the library changes.

(Generally though don’t bother with a formal release - unless in plug-in store,in which case needed, and do best never to commit breaking changes)


Sent from my iPhone using Tapatalk
Post Reply

Return to “HomeKitLink Siri”