Page 1 of 1

Device Extensions continued

PostPosted: Mon Jan 04, 2021 4:46 pm
by FlyingDiver
Maybe. ;)

I'll take a look at this, and see if it's possible for me to update the plugin to fix known bugs. If you have a bug, even if you reported it previously, please create a new issue at:

https://github.com/FlyingDiver/Indigo-D ... ons/issues

I'll copy over the existing issues from C4W's repository.

There's no license attached to the plugin, so we need to investigate that.

Re: Device Extensions continued

PostPosted: Fri Mar 03, 2023 12:14 pm
by Different Computers
I'm taking another look at my "yellow" plugins and this is one.

Any thoughts about whether this will be updated for >2022.2?

Re: Device Extensions continued

PostPosted: Tue Sep 12, 2023 11:58 am
by juntta
Any News if this will be updated?

Heating season is just around the corner and need the thermostat wrapper…

Re: Device Extensions continued

PostPosted: Tue Sep 12, 2023 12:47 pm
by DaveL17
IMO, it's not likely that this (or frankly any of Colorado Four Wheeler's plugins) will be updated to Python 3. Many of the libraries that he uses in his plugins are proprietary and copyrighted.

Re: Device Extensions continued

PostPosted: Wed Sep 13, 2023 12:06 am
by juntta
This was actually what I was afraid of based on activity in this thread.

Are there any other plugins that would provide similar functionality as this plugins thermostat wrapper?

Need is to have thermostat device in Home app so User can set heating setpoint in Home app and I can control HVAC unit via Indigo with action Groups (Python script + Modbus TCP connection). So basically nice UI (because of WAF) is needed!

Re: Device Extensions continued

PostPosted: Sun Oct 08, 2023 9:19 am
by Different Computers
My needs are simpler than above.

I'm looking for a way to take Celsius temps and have them displayed as Fahrenheit, and to show contact sensor on/off as Open/closed.

But seriously that latter really should be a core program feature.

on the temp thing: All I can imagine doing is creating a script that turns the °C temp into °F variable values.

Re: Device Extensions continued

PostPosted: Sun Oct 08, 2023 9:58 am
by DaveL17
Different Computers wrote:
I'm looking for a way to take Celsius temps and have them displayed as Fahrenheit, and to show contact sensor on/off as Open/closed.


Have a look at the Adapters plugin. I've been using it pretty much since it came out (I'm also the one that updated it to Python 3). It has several built-in "Pre-defined Scale Adapters" (i.e., ºC to ºF). It doesn't have a pre-defined adapter for boolean values like on/off, but it has a Custom Formula adapter where you're only constrained by your imagination (essentially).

Screenshot 2023-10-08 at 10.45.37 AM-2.png
Screenshot 2023-10-08 at 10.45.37 AM-2.png (428.45 KiB) Viewed 10702 times

Re: Device Extensions continued

PostPosted: Sun Oct 08, 2023 10:27 am
by jay (support)
Different Computers wrote:
show contact sensor on/off as Open/closed.


Show where?

Re: Device Extensions continued

PostPosted: Sun Oct 08, 2023 7:16 pm
by Different Computers
My contact sensors all show as “on/off”… pretty much everywhere.
Freezer door.png
Freezer door.png (309.9 KiB) Viewed 10645 times

Re: Device Extensions continued

PostPosted: Sun Oct 08, 2023 7:55 pm
by jay (support)
We agree that a configuration option for displaying different boolean pairs is a good idea, and has been on the request list for a while. Other more significant functionality has always been higher priority.