Hi Jim,
My fault, I don't think I explained my question correctly. Basically, I am controlling my projector with SimpleSerial by sending the hex code to turn the projector On and Off. There is also a hex code that I can send to the projector using SimpleSerial to poll the On/Off state and the projector will reply back with a Hex code whether it's On or Off. My question: is there a way to somehow pass that information to the Indigo Touch or to the Indigo GUI to visually see if the projector is in On or Off state?
thanks,
Vig.
Simple Serial Plugin - just to use for debugging
Re: Simple Serial Plugin - just to use for debugging
OK Vig,
I have been meaning to reply in a useful fashion for 3-4 months now, but will be honest ... I'm in the process of opening a brewery and just haven't had time to research your question properly.
Indigo DOES have the capacity to include icons / states for a device (e.g. a SimpleSerial device), however, I still haven't implemented this for any of my plugins or devices, and just haven't had time to figure out how to do it.
Sorry, but I guess it still remains simply a Simple Serial plugin.
Jim
I have been meaning to reply in a useful fashion for 3-4 months now, but will be honest ... I'm in the process of opening a brewery and just haven't had time to research your question properly.
Indigo DOES have the capacity to include icons / states for a device (e.g. a SimpleSerial device), however, I still haven't implemented this for any of my plugins or devices, and just haven't had time to figure out how to do it.
Sorry, but I guess it still remains simply a Simple Serial plugin.
Jim
Re: Simple Serial Plugin - just to use for debugging
How about a trigger:
Trigger
Type: Device state change [your projector]
Last response - hex (if thats how you are communicating)
Has any change
with an Action in the trigger of
Type:Insert device state into variable
Device [your projector]
then in the edit actions settings:
insert state : last response hex
select your chosen variable.
The on your control page(s) use the variable value to display heuristic images representative of the state?
Trigger
Type: Device state change [your projector]
Last response - hex (if thats how you are communicating)
Has any change
with an Action in the trigger of
Type:Insert device state into variable
Device [your projector]
then in the edit actions settings:
insert state : last response hex
select your chosen variable.
The on your control page(s) use the variable value to display heuristic images representative of the state?
Late 2018 mini 10.14
Re: Simple Serial Plugin - just to use for debugging
Jim and Mat, thanks for the replies!
Trigger setting suggested by Mat did work just fine! Thank you Mat. Didn't realize the power of Triggers
Good luck with the Brewery Jim!
Trigger setting suggested by Mat did work just fine! Thank you Mat. Didn't realize the power of Triggers
Good luck with the Brewery Jim!
Re: Simple Serial Plugin - just to use for debugging
Does anyone know if this plugin is available for download? I would PM the dev, but it seems that he is quite busy at the moment.
Re: Simple Serial Plugin - just to use for debugging
Per the original post, if you PM me with your e-mail, I will send a copy of the plugin.
Jim (the dev)
Jim (the dev)
Re: Simple Serial Plugin - just to use for debugging
How do I turn off the debug output?