<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ACSSR and LED Floodlight (Spotlight) is not switching off]]></title><description><![CDATA[<p dir="auto">Hello,<br />
if i connect the ACSSR unit with a LED Floodlight (30W) or Spotlight (100W) (and 220V), there are some Leds light up, even if i change phase and neutral conductor.<br />
If i connect the ACSSR with a M5Stack Basic Core and run this program, there are the same Leds light up, if i send SSR.off:</p>
<p dir="auto">#include &lt;M5Stack.h&gt;<br />
#include &lt;Wire.h&gt;<br />
#include "M5_ACSSR.h"</p>
<p dir="auto">M5_ACSSR SSR;</p>
<p dir="auto">void setup()<br />
{<br />
M5.begin();<br />
Wire.begin();<br />
Serial.begin(115200);<br />
while (!SSR.begin(&amp;Wire, 21, 22, ACSSR_DEFAULT_ADDR)) {<br />
Serial.println("ACSSR I2C INIT ERROR");<br />
delay(1000);<br />
}<br />
Serial.print("FW Version: 0x");<br />
Serial.println(SSR.getVersion(), HEX);<br />
}</p>
<p dir="auto">void loop() {<br />
SSR.on();<br />
Serial.print("ACSSR STATUS: ");<br />
Serial.println(SSR.status());<br />
SSR.setLEDColor(0xff0000);<br />
Serial.print("LED COLOR: 0x");<br />
Serial.println(SSR.getLEDColor(), HEX);<br />
delay(900);<br />
SSR.off();<br />
Serial.print("ACSSR STATUS: ");<br />
Serial.println(SSR.status());<br />
SSR.setLEDColor(0x00ff00);<br />
Serial.print("LED COLOR: 0x");<br />
Serial.println(SSR.getLEDColor(), HEX);<br />
delay(900);<br />
}</p>
<p dir="auto">The green and red Button Leds are changing from red to green and the 3V~32VDC Led is turning on and off, but at SSR.off some Leds at the Floodlight are light up.<br />
So the ACSSR is not disconnecting the power completely to the floodlight in SSR.off.<br />
Even, as i mentioned before, i change phase and neutral conductor of the 230V power.</p>
]]></description><link>https://community.m5stack.com/topic/7194/acssr-and-led-floodlight-spotlight-is-not-switching-off</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 21:43:42 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7194.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jan 2025 14:39:08 GMT</pubDate><ttl>60</ttl></channel></rss>