Possibilities of controlling a Shelly plus add-on #18885
Replies: 12 comments 18 replies
-
Looks like it is not a "controllable device", but an adapter mainly for galvanic isolation. esphome/feature-requests#2034 The Shelly product page for Shelly Plus Add-On does show what looks like several different sensors, including SR04, implying that the pass-through may be reasonably transparent. What gpios to use has to match the connector on the Plus devices.... |
Beta Was this translation helpful? Give feedback.
-
@sfromis @barbudor if it would help, as a contribution to this community, I would be willing to buy one of you a new Shelly Plus Add-on and send it to your address, so you could tinker with it. You would only owe me an honest try at getting it working. Then give me a working template ( or your honest assessment "sorry, it would be too much work to get this working") and you get to keep the add-on. I am assuming you have a Shelly Plus 1PM to try it on, do you? If one of you wants to accept the offer (and challenge) we can figure out a private way for you to tell me which address I can send it to. Thanks |
Beta Was this translation helpful? Give feedback.
-
@ascillato2 @blakadder @arendst would any of you be interested in my offer above? Thanks |
Beta Was this translation helpful? Give feedback.
-
Just in case someone find this discussion (like me) while searching for Shelly Plus 1 Addon support in Tasmota to get a DHT22 running with it. I managed to get it working using the following Pin configuration: GPIO0 DHT11_o Full Template: {"NAME":"Shelly Plus 1 ","GPIO":[1280,1216,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,224,0,0,0,0,0,4736,4705,0,0,0,0,0,0],"FLAG":0,"BASE":1} |
Beta Was this translation helpful? Give feedback.
-
Here the Shelly Plus Addon pins: DATA = GPIO1 |
Beta Was this translation helpful? Give feedback.
-
I want to connect two DS18B20 temp sensors on the Shelly plus add-on, in combination with a Shelly plus 2PM. The DHT22 is working using the pins from @lordjaxom. I also tried the SR501 PIR without success. In the Shelly firmware it was all working. |
Beta Was this translation helpful? Give feedback.
-
Hi there, thinking of using tasmotized Shelly Plus 2PM + Shelly Plus Add On to control awning with wind (analog 0-10 VDC input) and O/C (magnetic) sensors. I'm experienced with other Shellies but not these ones.
Any hints will be much appreciated |
Beta Was this translation helpful? Give feedback.
-
thanks @sfromis. Order is on its way, will report findings. Not clear about "I'd not expect it to support 0-10V without the voltage being divided down to supported levels". |
Beta Was this translation helpful? Give feedback.
-
Dear all, I would be interested as well, I have a Shelly plus 1 and an add on with 3 DS18B20. If you get me a list of what to try, I would do so. |
Beta Was this translation helpful? Give feedback.
-
I'm trying as well to have DS18x20 connected to a Shelly Plus 1 device with addon. No success so far. I setup GPIO pin 1 to DS18x20 as described here https://github.com/arendst/Tasmota/discussions/18885#discussioncomment-7295482. No luck. To what GPIO pin should it be connected in order to get DS18x20 recognized? Any other settings I should be aware off. Is it supposed to be supported? |
Beta Was this translation helpful? Give feedback.
-
Please see this new discussion thread. One unit is on it's way to @arendst |
Beta Was this translation helpful? Give feedback.
-
As of commit 4bc7b4e DS18x20 are now supported. |
Beta Was this translation helpful? Give feedback.
-
Hi everybody,
I have to admit that I have never used Tasmota, so perhaps I am going to ask very stupid questions now...
Currently the official Shelly firmware for their add-on device is very limited. For example I want to read hc-sr04 ultrasonic distance sensors with it, but that seems not to be possible. I asked it on their forum but got not much response unfortunately...
It looks to me that the Shelly add-on devices are supported by Tasmota, but with my noob Tasmota knowledge I am not sure whether that means it is a fully supported device? And if it now works out of the box, or perhaps I need to do lots of manual stuff to get it working?
And would it also be possible to read a hc-sr04 sensor with it, when I flash Tasmota on it? Or is that perhaps completely impossible. One thing that bothers me is that the add-on device seem to have a single data port, while a hc-sr04 needs both a trigger and an echo pin. So no idea whether this could ever be possible...
I have also other sensors (like pzem-t004) that I would like to use in the future for energy monitoring. I assume Shelly will never support stuff like that on their add-on devices, because that would be bad for selling their other energy management devices. So same question here: would there be a possibility that things like that can ever be possible via Tasmota (if somebody ever finds the free time to implement it), or is that perhaps impossible due to constraints I am not aware of?
Running Tasmota on all my Shelly devices would be a clean uniform setup, that all my less-technical familly members would appreciate ;-)
Thanks for reading!!!!
Bart
Beta Was this translation helpful? Give feedback.
All reactions