Home Automation - Smartkit

Tinuva

The Magician
Joined
Feb 10, 2005
Messages
12,478
Anyone able to help. Trying to wire a sonoff T1 us light switch.

Had the switch working in my previous apartment no problem.

The new place however can’t seem to get it working.

When connected. The switch lights up. I can hear the switch activating and deactivating via the distinctive click noise, the wifi light flashes, yet when pressing switch the lightbulb does not come on.

At first I thought it was the bulb so I changed it to an led. The light then comes on, but has at a very low brightness and when activating the brightness only increases slightly. I can’t get it to turn off.

Any guidance?

Much appreciated.
Use a multi-meter and look at the voltage you get in that plug. I found that if its another ground wire, the voltage is something like 100v and the sonoff would power up, but it was obviously not right. Had to pull through a neutral to make mine work.
 

alqassam

Expert Member
Joined
Aug 11, 2014
Messages
4,112
The white one is the neutral ? I connected it in the neutral. Switch doesn’t turn on without it being connected.
My understanding and I may be wrong is the red is live and the white goes to the light, which is the switching load and not neutral.

The neutral will be up at the ceiling only.....
 

SAguy

Honorary Master
Joined
Nov 4, 2013
Messages
10,615
@phaktza sorry if this has been answered a few times already (thread is quite busy), but when do you expect stock in your hands for the newer SONOFF RFR3 and SONOFF RM433 Remote Controller?
 

SmartKit

SmartKit Rep
Joined
Jun 29, 2008
Messages
8,218
@phaktza sorry if this has been answered a few times already (thread is quite busy), but when do you expect stock in your hands for the newer SONOFF RFR3 and SONOFF RM433 Remote Controller?

I was hoping this week but we had some issues with damned lithium batteries, so it may take a few days longer.
 

SAguy

Honorary Master
Joined
Nov 4, 2013
Messages
10,615
I was hoping this week but we had some issues with damned lithium batteries, so it may take a few days longer.
If I freeze to death I'm blaming you :ROFL:
Fitting an infrared heater in my bathroom and because of having no bathroom plug points I'm planning on using the RF sonoff to switch it on and off.
 

alqassam

Expert Member
Joined
Aug 11, 2014
Messages
4,112
If I freeze to death I'm blaming you :ROFL:
Fitting an infrared heater in my bathroom and because of having no bathroom plug points I'm planning on using the RF sonoff to switch it on and off.
And get power from where?
 

SmartKit

SmartKit Rep
Joined
Jun 29, 2008
Messages
8,218
If I freeze to death I'm blaming you :ROFL:
Fitting an infrared heater in my bathroom and because of having no bathroom plug points I'm planning on using the RF sonoff to switch it on and off.
Blame customs! I'm sure they'll be sympathetic.
 

SAguy

Honorary Master
Joined
Nov 4, 2013
Messages
10,615
And get power from where?
I have an enclosed plug in my roof about 3 meters away from where the bathroom is, will plug it in there initially.
Long term, maybe put it on it's own breaker - but it's only 850w so not sure if that's necessary.
 

rodga

Honorary Master
Joined
May 9, 2007
Messages
11,054
I have an enclosed plug in my roof about 3 meters away from where the bathroom is, will plug it in there initially.
Long term, maybe put it on it's own breaker - but it's only 850w so not sure if that's necessary.
no wifi in your roof?
 

SAguy

Honorary Master
Joined
Nov 4, 2013
Messages
10,615
why the rf if you might have wifi signal in your ceiling?
Oh, purely for the remote to mount to the wall instead of having to use a phone in the bathroom - or forgetting it in the room after already getting ready to jump in the shower.
 

rodga

Honorary Master
Joined
May 9, 2007
Messages
11,054
Oh, purely for the remote to mount to the wall instead of having to use a phone in the bathroom - or forgetting it in the room after already getting ready to jump in the shower.
cool makes sense
 

SauRoNZA

Honorary Master
Joined
Jul 6, 2010
Messages
47,848
So in NodeRED how do I get around two triggers firing at the same time (presence detection and two people in one car of instance) and not running the automation twice in parallel but only using one of them as the input?
 

patrick123

Expert Member
Joined
Apr 10, 2005
Messages
2,894
So in NodeRED how do I get around two triggers firing at the same time (presence detection and two people in one car of instance) and not running the automation twice in parallel but only using one of them as the input?
You could use a Delay node. Change it to rate limit of say 1 message per minute and drop intermediate messages.
 
Top