Device Extensions Released

User avatar
Colorado4Wheeler
Posts: 2794
Joined: Mon Jul 20, 2009 10:48 am
Location: Colorado

Re: New Plugin: Device Extension

Post by Colorado4Wheeler »

aderrington wrote:Is there anyway to allow a Fibaro relay to be an irrigation device?
Technically, yes, but I'm not really sure what you are wanting it to do, it sounds like you already have it acting like one now ;)
My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here
aderrington
Posts: 116
Joined: Tue Feb 03, 2015 6:21 am

Re: New Plugin: Device Extension

Post by aderrington »

By the sounds of it your plug in would look after all the triggering part of it, looking at current weather conditions and turning on or off accordingly. (If I'm understanding your plugin correctly)
Currently I just turn the relay on manually (I've only just installed it)


Sent from my iPhone using Tapatalk
User avatar
Colorado4Wheeler
Posts: 2794
Joined: Mon Jul 20, 2009 10:48 am
Location: Colorado

Re: New Plugin: Device Extension

Post by Colorado4Wheeler »

aderrington wrote:By the sounds of it your plug in would look after all the triggering part of it, looking at current weather conditions and turning on or off accordingly
Well it will shut it off/start it back up if there is rain but triggering it on and off otherwise is still up to you. The extension adds the rain sensor (if tied into a weather device) and countdowns on the zone/total schedule time remaining.
My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here
akimball
Posts: 571
Joined: Wed Aug 07, 2013 1:26 pm
Location: Sandy, Utah

Re: Device Extensions Released

Post by akimball »

Cross posting. Will update and thanks again.
-Al
User avatar
Colorado4Wheeler
Posts: 2794
Joined: Mon Jul 20, 2009 10:48 am
Location: Colorado

Re: Device Extensions Released

Post by Colorado4Wheeler »

akimball wrote:Cross posting.
AKIMBALL, I moved this topic to it's own thread HERE, please continue the conversation in that thread.

Thank you :)
My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here
User avatar
CraftGeek
Posts: 105
Joined: Wed May 13, 2015 5:50 am

Re: error in logs

Post by CraftGeek »

Hi,

Thanks for writing this.
I use the conversion extension (version 1.53) as part of trigger to monitor for device updates so I can be alerted if one of our sensors failed to check in within X hours.
This has been working great until a couple of Indigo updates ago (don't remember which). The initial error was that the EPS devices all stopped functioning and the log filled with red complaints. At the time I downloaded a fresh copy and reinstalled the plugin.
Today while doing other work noticed the following error repeated every 10 seconds:

Code: Select all

   EPS - Device Extensions Error   Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 590, in runConcurrentThread
  File "plugin.py", line 466, in forceUpdate
KeyError: 'key id 384019400 not found in database'

   EPS - Device Extensions Error   plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
Here is the settings page for one of the devices. They are all the same except pointing at different sensors:
Image

All the devices still work, there is just the error in the logs that keeps repeating.
I have tried reloading the plugin from its menu and reloading all libraries and attachments. No joy.

BTW, the download button Here http://forums.indigodomo.com/viewtopic. ... 97&t=16233 refers to a page that links back to the same page with the download link rather that an actual download.
Attachments
Screen Shot 2017-12-03 at 8.27.05 AM.png
Screen Shot 2017-12-03 at 8.27.05 AM.png (78.7 KiB) Viewed 3567 times
Sean
User avatar
Colorado4Wheeler
Posts: 2794
Joined: Mon Jul 20, 2009 10:48 am
Location: Colorado

Re: Device Extensions Released

Post by Colorado4Wheeler »

CraftGeek wrote:Traceback (most recent call last):
  File "plugin.py", line 590, in runConcurrentThread
  File "plugin.py", line 466, in forceUpdate
KeyError: 'key id 384019400 not found in database'

   EPS - Device Extensions Error   plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
Sorry, I didn't notice this outstanding. That KeyError means that the device ID referenced, 384019400 isn't part of Indigo any longer - it may have been removed or replaced. That being said you may want to upgrade to the latest that I just published since it was mostly rewritten and better traps errors such as those.
My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here
Post Reply

Return to “Device Extensions Plugin”