Steamy Tom
Executive Member
- Joined
- Jan 23, 2019
- Messages
- 9,864
- Reaction score
- 6,103
Installed an RGBW flood light, connect to the Shelly One I got from Smartkit waaaay back.![]()
nice ladder xD
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Installed an RGBW flood light, connect to the Shelly One I got from Smartkit waaaay back.![]()
Installed an RGBW flood light, connect to the Shelly One I got from Smartkit waaaay back.![]()
In the ceiling other side of the wall.Where do you install the Shelly, is it just on top of floodlight?
That thing has had a tough life...nice ladder xD







The best part was the wago connectors, first time I use them and they are lifechanging.
Just a bit pricey, but worth it.Absolutely, they are quite possibly the best things since sliced bread.
I've had mine linked for about a month now and haven't had any issues. The home assistant UI is much more responsive than insite gold so I prefer it.@SAguy: amazing job. Gonna be on lookout for wago connectors soon.
For those that connected their paradox to Hass using ip150 (v4 , swan) , how reliable has it been and is it true that once Hass is connected to the ip150, you really can't use insite gold anymore.
Also recommendations for cheap wireless magnetic switches that I can interface with hass directly. I want to put them on some doors and cupboards to see if they are opened when we are not home. Not trusting the domestic and we don't have locks on them.
To confirm, you connected with an IP150 running v4 firmware, and your connection is via Swan or is it local?I've had mine linked for about a month now and haven't had any issues. The home assistant UI is much more responsive than insite gold so I prefer it.
Yes, you cannot use insite gold when the add on is running in home assistant. Push notifications will still come through from the app though.
My insite gold subscription expires in a few months so I'm not too phased about it.
Would you please share a wiring diagram for the lazy among us?View attachment 845707
View attachment 845709
View attachment 845711
So cable goes from the contacts to my sv which is in that small little plastic box, then from the sv out and glue gunned along the rail to where the arm is positioned when closed
Would you please share a wiring diagram for the lazy among us?
Much appreciated.i will mock one up for you
Much appreciated.
Can I do that setup without flashing to Tasmota?

You guys think this is a good option to use on a Sonoff SV for my front sliding gate?
Has a bit more tolerance for if the gate doesn't close perfectly.
![]()
Roller shutter contact ECO
Roller shutter contact ECO for use with domestic or industrial roller shutter doors.Large gap size between door and floor - up to 40mm air gap.N/c wired contact which can be connected to any wired ...www.alarmtec.co.za
Trying to get the lights to switch on when the gate opens
- id: '1591529035422'
alias: Turn on Garage light when gate opens
description: ''
trigger:
- payload: 'ON'
platform: mqtt
topic: cmnd/gatestate/POWER2
condition: []
action:
- data: {}
entity_id: light.outside_garage_light
service: light.on
Doesn't seem to want to work, can I change the action to a mqtt command? If so what would the code be