SHELLY plugin

Posted on
Tue Mar 01, 2022 6:15 pm
pgershon offline
Posts: 509
Joined: Jul 10, 2004

Re: SHELLY plugin

Hi Karl - Quick question

My Shelly devices do not come up on the main page using the iPhone Indigo App, but instead come up inside of a folder called Shelly. Is there a way to get the device(s) to the regular page with my other devices? Perhaps obvious and I am missing it - if o, my apologies

Posted on
Wed Mar 02, 2022 4:26 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

is this a question about the functionality on the iPhone or indigo plugin?
In the plugin you can set the folder where they are created, (config first parameter) After they created you can move them around in indigo as you see fit .

Karl

Posted on
Mon Mar 07, 2022 1:00 pm
MarcoGT offline
Posts: 1091
Joined: Sep 11, 2014
Location: Germany

Re: SHELLY plugin

Hi Karl,

I configured a Shelly2.5 as roller (not yet physically connected), but when trying to open/close I get:

Code: Select all
shellyDirect Error              Line 4891 has error='white'


Another question: I am playing with the settings and I set (in Indigo Edit Device) "safety mode" while closing but in the custom states window I still see "safety_switch" equal to false.
I assume that per default on=100%=close, it is possible to have 100%=open?

Posted on
Wed Mar 30, 2022 1:23 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Added features / changes in v7.17.43@ 2022-03-30
===================================================
prep for indigo 2022 and os 12.3

Can run under MAC OS 12.3.. AFTER indigo 2022 is released

!!! do not upgrade to MAC OS12.3 (Monterey) yet !!!,

But this release should work fine with indigo 2021 and 2022 and older versions

I would appreciate if someone could test this with the current indigo releases ie 2021 and older.
It was tested under indigo 2022 Mac OS 12.3 and Indigo 2021 and MAC OS 12.2, but naturally not all functions.

The older versions of this plugin (< 7.17.43) will NOT run under MAC OS 12.3 (even with indigo 2022 )

Karl

Posted on
Tue May 10, 2022 3:47 pm
jay (support) offline
Site Admin
User avatar
Posts: 18216
Joined: Mar 19, 2008
Location: Austin, Texas

Re: SHELLY plugin

NOTE: Indigo 2022.1 has solved the compatibility issue with macOS Monterey 12.3+.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Sat May 14, 2022 11:42 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Added features / changes in v7.18.45 @ 2022-05-14
===================================================

1. added support for Thermostat Shelly-TRV
support setting target temp, open close valve, set boost time (actions and menus)
dev states : temp, target temp, valve position, battery level, calibrated etc


this is the last version that runs under indigo 2022 and previous version, next versions will require indigo 2022 - python3

Karl

Posted on
Sun Nov 20, 2022 4:56 pm
Mirko offline
Posts: 79
Joined: Dec 04, 2014

Re: SHELLY plugin

Hi Karl,
My headless Mac mini is running Mojave.
I updated to Indigo 2022.1.2

1. And I updated your plugin from 7.16.42 to your latest release.
After that none of my shelly devices worked in Indigo. I had to downgrade the plugin in order to get everything working again.

2. I just found out that the Shelly plus 1pm module does not show up in Indigo, whatever I tried.

What should I do?

Thanks
Mirko

Posted on
Thu Dec 15, 2022 1:15 pm
Mirko offline
Posts: 79
Joined: Dec 04, 2014

Re: SHELLY plugin

Hi Karl,

Did you see my previous post?

Regards

Mirko

Posted on
Tue Dec 27, 2022 2:09 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Mirco,
sorry that I was not responsive. I was busy with many other things.

I am adding several thing to my shelly environment, so I will be spending some time on the plugin .. but after jan 3 when I am back home

Karl

Posted on
Tue Jan 17, 2023 5:44 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Added features / changes in v7.19.47 @ 2023-01-16
===================================================
1. added some debug statements for shelly 2.5 roller/relay
2. some minor beautifications in menus and dev edit

should be fully python3 compatible


Karl

Posted on
Sun Mar 19, 2023 11:50 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Code: Select all
Added features / changes in v7.20.47 @ 2023-03-19
===================================================
1. added several options for actions for Shelly TRV devices :

   set target temperature, disables valve position
   enable set temperature, disables valve position
   set valve position, disables target temperature
   enable accelerated heating
   set valve min in percent
   enable schedule
   select schedule
   set boost minutes
   enable extra force at close
   set display brightness
   set display flipped
   set child lock
   make device discoverable
   calibrate device
   reboot device
   update firmware
   

2. added child device for TRV: samename-child. It is a dimmer device type.
   with this you can now set (and see)  the valve position to a fixed value (0-100)
   besides setting the target temperature in the parent device (thermostat device type)

3. TRV child - dimmer devices are automatically created when the TRV Thermostat device gets created



Karl

Posted on
Tue Apr 25, 2023 3:41 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Added features / changes in v7.20.48 @ 2023-04-25
===================================================
1. bug fix in error handling when no json gets returned from shelly device
this is the error recovery of an error recovery situation. not very common.

Posted on
Wed Jun 07, 2023 1:43 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Added features / changes in v7.20.49 @ 2023-006-07
===================================================
1. bug fix for:
File "plugin.py", line 2405, in checkForExpiredDevices
if time.time() - self.SHELLY[devId]["lastMessageFromDevice"] > self.SHELLY[devId]["expirationSeconds"]:
TypeError: '>' not supported between instances of 'float' and 'str'

Posted on
Sun Jun 11, 2023 1:52 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Added features / changes in v7.20.50 @ 2023-06-11
===================================================
1. bug fix for:
line 1585, in buttonPrintShellyDevInfoCALLBACK
type: 'dict' object has no attribute 'replace'

Posted on
Mon Jun 12, 2023 9:47 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: SHELLY plugin

Added features / changes in v7.20.52 @ 2023-06-12
===================================================
1. bug fix for:
line 5045, in actionControlDimmerRelay
page += "{}={}&".format(IndigoStateMapToShellyDev[colorAction ...

Who is online

Users browsing this forum: No registered users and 1 guest