<?xml version="1.0"?>
<rss version="2.0"><channel><title>Shelly Plug M Gen3 Latest Topics</title><link>https://community.shelly.cloud/forum/336-shelly-plug-m-gen3/</link><description>Shelly Plug M Gen3 Latest Topics</description><language>en</language><item><title>Button still not an Input component</title><link>https://community.shelly.cloud/topic/13546-button-still-not-an-input-component/</link><description><![CDATA[<p>
	Looking at
</p>

<p>
	<a href="https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen3/ShellyPlugMG3/" rel="external">https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen3/ShellyPlugMG3/</a>
</p>

<p>
	it seems, the button is still not handled as an Input component which is unfortunate because then you cannot script it when in detached mode...
</p>

<p>
	It would be really cool, if the plugs would model the peripherals as linked Input+Switch as for the Shelly Plus 1 and similar devices.
</p>

<p>
	Tilman
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">13546</guid><pubDate>Tue, 10 Feb 2026 12:09:09 +0000</pubDate></item><item><title>WiFi time schedule</title><link>https://community.shelly.cloud/topic/13874-wifi-time-schedule/</link><description><![CDATA[<p>
	Is there an option to time schedule the WiFi (not only AP) of Shelly Plug S Gen3 or alternatively Shelly Plug M Gen3?
</p>

<p>
	Scenario: Our WiFi is has a time schedule, the router is deactivating it at night (23-6 o'clock). We do have a WiFi device, that should be switched off by the Shelly at night.  The WiFi device itself doesn't have the option for time scheduling, so my idea was to use a Shelly power plug instead. It only makes sense, if the Shelly is switching off its own WiFi as well at night.
</p>

<p>
	 
</p>

<p>
	I asked the Shelly support and they said, no. You can switch off the WiFi but no option to switch it back on via schedule because of security reasons.
</p>

<p>
	Google AI told, yes you can by using a script.
</p>

<p>
	Can somebody confirm if it is feasible via script and if below script might do the job? If so, I would go and buy a Shelly power plug. If not feasible, I will need to have a look into an old school power plug with time switch.
</p>

<p>
	And would the script run on Power Plug S and M Gen3? If so I prefer the Power Plug M because it is cheaper and I would deactivate the fancy LED either way.
</p>

<p>
	<br />
	Google AI script proposal:
</p>

<p>
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">// WiFi deactivation (23:00)
Shelly.addJob(
  "0 0 23 * * *", 
  function() {
    Shelly.call("WiFi.SetConfig", {config: {sta: {enable: false}}});
    print("WiFi offline during night");
  }
);

// WiFi activation (06:00)
Shelly.addJob(
  "0 0 6 * * *", 
  function() {
    Shelly.call("WiFi.SetConfig", {config: {sta: {enable: true}}});
    print("WiFi active");
  }
);</span></pre>

<p>
	 
</p>
]]></description><guid isPermaLink="false">13874</guid><pubDate>Sun, 15 Mar 2026 10:51:34 +0000</pubDate></item><item><title>Shelly Plug M connection with SMA missinf</title><link>https://community.shelly.cloud/topic/13547-shelly-plug-m-connection-with-sma-missinf/</link><description><![CDATA[<p>
	Hi guys,
</p>

<p>
	As the Shelly PLUG S worked fine with my SMA Sunny Home Manager 2.0 I tried to enlarge my Shelly environment with 4 new Shelly Plug M.
</p>

<p>
	These new devices don't seem to be compatible with SMA yet as I cannot make a connection of these devices with shm 2.0.
</p>

<p>
	I found Shelly plug and plug s are on the compatibility list from sma but the Shelly plug M are not.
</p>

<p>
	So here is my question:
</p>

<p>
	Wenn will the Shelly Plug M be compatible and is shelky already in contact with SMA regarding this issue?
</p>

<p>
	 
</p>

<p>
	Thanks in advance for your thoughts. 
</p>
]]></description><guid isPermaLink="false">13547</guid><pubDate>Tue, 10 Feb 2026 12:51:49 +0000</pubDate></item><item><title>Shelly Plug M Gen3 looses Matter connection in HA</title><link>https://community.shelly.cloud/topic/13863-shelly-plug-m-gen3-looses-matter-connection-in-ha/</link><description><![CDATA[<p>
	I have 4 Shelly Plug M Gen3 devices that were onboarded onto HA via Matter with the ZBT-2. First it started with 1 but now all 4 have disconnected from Matter. Luckily I noticed that I could use the Shelly integration and that works fine but is the Matter support flaky?
</p>
]]></description><guid isPermaLink="false">13863</guid><pubDate>Fri, 13 Mar 2026 10:34:46 +0000</pubDate></item><item><title>Addin M Plug to Apple Home fails</title><link>https://community.shelly.cloud/topic/13657-addin-m-plug-to-apple-home-fails/</link><description><![CDATA[<p>
	Hey there!
</p>

<p>
	I just bought some S and M plugs and while the S interstates as expected in Home App, the M plugs only show up as „states“ not as switches.
</p>

<p>
	I can’t activate or deactivate the plug via the Home app nor can I integrated into automatisations or scenes. It just tells me if the plug is on off.
</p>

<p>
	is anybody else having this problems or a solution, maybe?
</p>

<p>
	Cheers,
</p>

<p>
	Philip
</p>
]]></description><guid isPermaLink="false">13657</guid><pubDate>Sat, 21 Feb 2026 17:18:10 +0000</pubDate></item><item><title>Cannot add Shelly Plug M Gen3 to HA.</title><link>https://community.shelly.cloud/topic/13440-cannot-add-shelly-plug-m-gen3-to-ha/</link><description><![CDATA[<p>
	Hi All,
</p>

<p>
	Recently, about an week or so ago, Shelly introduced Shelly Plug M Gen3 so this seems to be brand new device. I have bought 16 of these but I am having problem to add them to HA. Basically when I provide IP address of the device in HA it forward to password message box but then i try to enter correct password i get “Invalid authentication”. With that password i can login into administration panel. I have tried to add few of these to HA but all get “Invalid authentication” message when I try to provide password.
</p>

<p>
	Can anyone help me with this issue?
</p>
]]></description><guid isPermaLink="false">13440</guid><pubDate>Tue, 03 Feb 2026 09:23:48 +0000</pubDate></item><item><title>Energy records when switching from 1PM Gen3 to Plug M Gen3</title><link>https://community.shelly.cloud/topic/13418-energy-records-when-switching-from-1pm-gen3-to-plug-m-gen3/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	In my wall socket i had a 1PM for the washing machine. Now at the same place i have 2 devices, so i just got the new Plug M Gen3, one for the Washing machine and one for the Dryer.<br />
	Now, everything is going to Home Assistant using the official integration.<br />
	I connected the plug of the dryer as a new device. I also connected the plug for the washing machine, however in HA i said that i will use the entities i already had from the 1PM. I have done that in the past with other devices and the statistics (short and long term) where absolutely perfect.<br />
	I saw that Plug M G3 uses 3 energy entities: Energy, Energy Consumed, Energy Return.<br />
	Therefore even if i point (through the database in HA) the existing entity in HA to energy or energy consumed, it shows in the long term statistics the correct amount (154kwh) but the state of both the energy and energy consumed are 0 and build up. It's like reseted to start from 0.<br />
	<br />
	Which one is pushed to HA from the device? Also is it a way to put the history of the 1PM somehow to the plug M using script? Is it possible at least to populate the correct value to HA (154) and start from 154 and not 0 to add the energy?
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">13418</guid><pubDate>Sun, 01 Feb 2026 17:44:50 +0000</pubDate></item><item><title>What the catch with the Shelly Plug M Gen3? Compared to Shelly Plug S Gen3</title><link>https://community.shelly.cloud/topic/13249-what-the-catch-with-the-shelly-plug-m-gen3-compared-to-shelly-plug-s-gen3/</link><description><![CDATA[<p>
	Both support the same protocols, but the Shelly Plug M Gen3 costs nearly 60% less and supports up to 3000w. Despite having no configurable LED and being a little bit bigger, what's the reason to go for the Shelly Plug S Gen3?
</p>
]]></description><guid isPermaLink="false">13249</guid><pubDate>Thu, 22 Jan 2026 09:30:16 +0000</pubDate></item></channel></rss>
