Page 3 of 3
Re: Homeseer Plugin - Please take a look and help thank you
Posted: Mon Nov 05, 2012 6:36 pm
by xanhoera
Walter,
you are correct, I did not introduce myself properly. Yes, I'm the original author of what was posted in 2010 on (the soon to expire)
smart-living.geoblog.be.
I must admit I felt a bit intimidated by your post

, I merely wanted to offer a place where (my)
original code can be forked. I apologize if my intentions were misunderstood.
Re: Homeseer Plugin - Please take a look and help thank you
Posted: Mon Nov 05, 2012 7:15 pm
by krambriw
Dear m8,
Misunderstanding, was not my intention to be rude, I'm sorry if I expressed myself in a bad way. Honestly, I am instead very happy that you have found your way here. Let's make something good out of it.
If you prefer, you could link to the site you mentioned above. What I meant is that it is really not necessary. Also (at least I am) concerned that we do not lose a good piece of art if another site just disappears. This site we do have good control over.
There are anyway plenty of plugins already in this section. We could make a new proper entry for your plugin where the latest always is published (or linked to). You could then just describe the news for each version that gets published.
Regardless, we need to merge those modifications that has been done into one single version, I agree, and hopefully make it work on 32/64 bit systems, eventually also if HS runs as a service.
Hope you feel more welcome now,
My best regards, Walter
Re: Homeseer Plugin - Please take a look and help thank you
Posted: Sat Jan 05, 2013 1:19 am
by bandook
Just wondering if any progress has been made with this plugin. Has anyone got it working on x64? Would really love to see this get some attention. Wish I could help, but alas I have no skillz

Re: Homeseer Plugin - Please take a look and help thank you
Posted: Sat Sep 14, 2013 5:53 pm
by evans036
i had trouble with remote access to HS until i made this change:
Code: Select all
if self.connected:
# self.hs = Dispatch("homeseer.application") <---------- removed this
self.hs = self.hsi.GetHSRef <-------- added this
i have also attached the whole script.
hope this helps someone.
steve
Re: Homeseer Plugin - Please take a look and help thank you
Posted: Mon Feb 03, 2014 7:32 pm
by nellie7979
I can't get this to work no matter what I do. It was working fin on Win7x64 when I had HomeSeer running on the same computer as EventGhost. I moved the HomeSeer install to a different computer. Using the IP address I am able to successfully connect to HomeSeer but whenever I try to turn a device on or off I get the following message. I'm running the latest version of EventGhost and I have tried several versions of the plugin, buy the all give the same error:
Code: Select all
Error in Action: "Homeseer: OnCommand: q2"
Traceback (most recent call last) (1640):
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
return self(*args)
File "C:\Program Files (x86)\EventGhost\plugins\Homeseer\__init__.py", line 185, in __call__
self.plugin.doOnCommand(deviceCode)
File "C:\Program Files (x86)\EventGhost\plugins\Homeseer\__init__.py", line 96, in doOnCommand
if self.hs.DeviceExistsRef(deviceCode)>-1: # krambriw: Check if the device exists
File "<COMObject homeseer.application>", line 2, in DeviceExistsRef
com_error: (-2147352567, 'Exception occurred.', (0, u'homeseer', u'Object variable or With block variable not set', None, 1000091, -2146828197), None)
Can anyone offer some help?