Embedded script executor host

This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
Forum rules
This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
pgershon
Posts: 534
Joined: Sat Jul 10, 2004 1:07 am

Embedded script executor host

Post by pgershon »

I received a message in my log "Embedded script executor host" and suddenly I am getting more feedback on my devices than I expected / waned / had been getting.

Not sure how I turned it on so dont know how to turn it off: Messages look like:


Embedded script executor host started
Script Office Power On/Off
Script Office Squeezebox On/Off

Any ideas what happened?
User avatar
matt (support)
Site Admin
Posts: 21542
Joined: Mon Jan 27, 2003 1:17 pm
Location: Texas
Contact:

Re: Embedded script executor host

Post by matt (support) »

The Embedded script executor host started just means that Indigo started the process that executes embedded python scripts. It typically happens only once per Indigo Server run, whenever Indigo first encounters an embedded python script.

The 2 lines after that are likely coming from indigo.server.log() lines in a python script somewhere in your Indigo database (trigger, schedule, action group, etc.). They aren't included by default or automatically created, so you'll have to track down where they are.
Image
pgershon
Posts: 534
Joined: Sat Jul 10, 2004 1:07 am

Re: Embedded script executor host

Post by pgershon »

Thanks - got it - in a trigger action I had used for debugging. Were device specific to one control pad so I was not seeing with the others.
Locked

Return to “Extending Indigo with Plugins and Python”