# Matter Smart Plugs with Node Red

**URL:** https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829
**Category:** General
**Created:** [1 December 2025 16:46 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829 "2025-12-01T16:46:12Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![Inq](https://avatars.discourse-cdn.com/v4/letter/i/cc9497/32.png) [@Inq](https://discourse.nodered.org/u/Inq)
#### Post date: [1 December 2025 16:46 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/1 "2025-12-01T16:46:12Z")

</div>

I have several DIY current sensors attached to my circuit breaker box using MQTT so I can monitor them in Node-Red. These I really like since I can use them on 120VAC or 240VAC, but I was looking for something so I didn’t have to make them, and that supported switching the power on and off in addition to the monitoring.  
I have a couple of old Wemo smart/monitoring plugs. They’re kind of flakey and I have to use their App which is an even bigger kludge. I was doing a cursory search and found something called _ **Matter** _ which appears to be another open source protocol that can, but doesn’t require some Cloud connection and I found a set of plugs using Matter on a Black Friday deal.

I see there is a Matter plug-in for Node-Red. Does anyone have any experience using the plug-in with these plugs? I’m wondering can I get the usage data and control them into my flows in a similar manner as with MQTT?

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/b/a/baabee9ee1981bd3dac2c3e69a2b114235be84e8.jpeg)

---

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [1 December 2025 18:09 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/2 "2025-12-01T18:09:25Z")

</div>

There is this node in the Flows library...  
Note: I don't have any Matter devices, so no idea how it works.

> **[@faxioman/node-red-contrib-matter-dynamic](https://flows.nodered.org/node/@faxioman/node-red-contrib-matter-dynamic)**
>
> Dynamic Matter device nodes for Node-RED

Going off on a tangent.  
I use these mains plugs flashed,with Tasmota, to talk to/from Node-RED using MQTT.

 ![mains_plug.PNG](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/d/5d499569d2a7c77d1dfbf2235e08d97e1937b829.jpeg)

[https://www.aliexpress.com/item/1005008584169841.html](https://www.aliexpress.com/item/1005008584169841.html)  
They report usage-data... V, A, W, kWh, power factor.

 ![mains_plug_B](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/6/1/61b0f2201b878eab2e9286517cefb2b033755605.png)

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [1 December 2025 18:46 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/3 "2025-12-01T18:46:43Z")

</div>

+1 for Tasmota flashed smart plugs.

Once upon a time you could get almost any brand and flash Tasmota without opening up the case but no longer.

There are are a couple of brands that come pre-flashed: Localbytes in the UK and Athom elsewhere. I guess the iotorero plugs are Athom by another name.

I personally will not buy from Athom because a batch were delivered to the wrong address and stolen. Athom would not take responsibility, despite Evri taking a photo of the package on someone else's doormat.

Don't believe the assertion "The IoTorero plug arrives pre-flashed and pre-assembled, requiring no calibration for immediate use.". You definitely need to calibrate the power monitoring feature.

---

<div class="post-metadata">

### Author: ![Inq](https://avatars.discourse-cdn.com/v4/letter/i/cc9497/32.png) [@Inq](https://discourse.nodered.org/u/Inq)
#### Post date: [1 December 2025 19:55 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/4 "2025-12-01T19:55:08Z")

</div>

It’s good to know there are alternatives to _Matter_ in case these don’t work out. On sale, these Kasa plugs were about the same price at \< $10US. I also need them in 120VAC here in the US vs your 220 in Europe versions. I see they also have 120 though. Although I don’t do Google, Apple Home or Amazon Alexa yet, this Matter works with them also if I need. Does the Tasmota standard work with those interfaces?

---

<div class="post-metadata">

### Author: ![Buckskin](https://avatars.discourse-cdn.com/v4/letter/b/b9e5f3/32.png) [@Buckskin](https://discourse.nodered.org/u/Buckskin)
#### Post date: [1 December 2025 22:06 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/5 "2025-12-01T22:06:41Z")

</div>

I use the `@sammachin/node-red-matter-controller` node which allows the Matter device to be controlled by Alexa & Google (plus Node-RED of course). I only have a Sonoff MiniR4 running on it at the moment but it works OK.

Edit: It requires Alexa or Google to register the device first (or whatever Apple use - probably)

PS Sam also has the `@sammachin/node-red-matter-bridge` which allows devices to be virtual Matter devices. This allows all my zigbee devices to be virtual Matter devices (again all showing in Google & Alexa)

---

<div class="post-metadata">

### Author: ![xx\_Nexus\_xx](https://avatars.discourse-cdn.com/v4/letter/x/54ee81/32.png) [@xx\_Nexus\_xx](https://discourse.nodered.org/u/xx_Nexus_xx)
#### Post date: [2 December 2025 04:05 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/6 "2025-12-02T04:05:48Z")

</div>

I as well using the Matter-Modules from @sammachin and they work reliably since the node was released

I use it in Alexa and Apple environment

---

<div class="post-metadata">

### Author: ![Paul-Reed](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/paul-reed/32/66906_2.png) [@Paul-Reed](https://discourse.nodered.org/u/Paul-Reed)
#### Post date: [2 December 2025 08:54 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/7 "2025-12-02T08:54:33Z")

</div>

> [@dynamicdave](#):
>
> Note: I don't have any Matter devices, so no idea how it works.

Hi Dave, I've got a lot of those devices which I also flashed with tasmota, and they've worked great using mqtt.

However, I understand that tasmota also give Matter support - [Matter - Tasmota](https://tasmota.github.io/docs/Matter/) which should work with that ESP chip, although I haven't got around to trying it yet….

---

<div class="post-metadata">

### Author: ![sammachin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/sammachin/32/5121_2.png) [@sammachin](https://discourse.nodered.org/u/sammachin)
#### Post date: [2 December 2025 10:57 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/8 "2025-12-02T10:57:26Z")

</div>

Until fairly recently Matter didn't have a standardised cluster for Energy Monitoring so devices were all using vendor propriatary implementations for that (the on/off part was standard)  
I suspect these devices might be tp-link specific.

My Matter Controller nodes should be able to read them though but it might be a bit of a chore to figure it out as you'll just get some raw data without any documentation.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [2 December 2025 11:06 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/9 "2025-12-02T11:06:57Z")

</div>

You might like to consider using Zigbee devices. I am switching over to those from flashed devices so that everything works out of the box.

---

<div class="post-metadata">

### Author: ![Paul-Reed](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/paul-reed/32/66906_2.png) [@Paul-Reed](https://discourse.nodered.org/u/Paul-Reed)
#### Post date: [2 December 2025 12:29 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/10 "2025-12-02T12:29:36Z")

</div>

I've read that IKEA are switching all their techie devices to Matter in the new year, and phasing out zigbee.

> **[IKEA launches new smart home range with 21 Matter-compatible products – IKEA...](https://www.ikea.com/global/en/newsroom/retail/the-new-smart-home-from-ikea-matter-compatible-251106/)**
>
> IKEA is launching 21 new smart home products focusing on lighting, sensors, and control — all built to work with Matter, the universal smart home standard. A significant step in making smart home technology easier to use, more affordable, and better...

---

<div class="post-metadata">

### Author: ![hominidae](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hominidae/32/4174_2.png) [@hominidae](https://discourse.nodered.org/u/hominidae)
#### Post date: [9 December 2025 22:14 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/11 "2025-12-09T22:14:15Z")

</div>

so true.  
I've been the nerd for too long and slowly came to the conclusion, that I have to prepare for my legacy in our home...there will be a time when I will be not available or not willing to be any more, as retirement brings other life opportunities. So I'd better leave something behind, that can be used/maintained by the rest non-nerdy/tech-savvy family & friends.

My new "swiss-army knife" here are the gen4 models from shelly, as they support wiffi, matter, mqtt and/or zigbee.

---

<div class="post-metadata">

### Author: ![hominidae](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hominidae/32/4174_2.png) [@hominidae](https://discourse.nodered.org/u/hominidae)
#### Post date: [9 December 2025 22:21 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/12 "2025-12-09T22:21:55Z")

</div>

...with their "Dirigera"-Hub, that offers a matter bridge and another feature which allows to connect to a thread network, there is a good opportunity to re-use or extend the life of your zigbee components.  
This hub works really well with third party zigbee products.  
Because of that, I will chase for IKEA tradfri light bulbs, when they are on sale - these are a around 10-15% cheaper than their matter based bulbs atm.

---

<div class="post-metadata">

### Author: ![craigcurtin](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@craigcurtin](https://discourse.nodered.org/u/craigcurtin)
#### Post date: [10 December 2025 23:56 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/13 "2025-12-10T23:56:06Z")

</div>

> [@jbudd](#):
>
> Don't believe the assertion "The IoTorero plug arrives pre-flashed and pre-assembled, requiring no calibration for immediate use.". You definitely need to calibrate the power monitoring feature.

i have found all of the ESP32 ones with the additional chip seem to be well calibrated (against known power draws here)

The older ones based on the ESP8285 which did not have the seperate power chip did indeed require calibration.

Are you using the ESP32 ones or the ESP8285 ?

Craig

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [11 December 2025 00:02 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/14 "2025-12-11T00:02:07Z")

</div>

Sorry, don't know.

It's true that when I bought some more sockets recently, their calibration was way further out than the original ones. eg it claimed to see 320V.

---

<div class="post-metadata">

### Author: ![Semmu](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/semmu/32/31164_2.png) [@Semmu](https://discourse.nodered.org/u/Semmu)
#### Post date: [12 December 2025 01:15 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/15 "2025-12-12T01:15:16Z")

</div>

~~Keep in mind that Matter and Zigbee devices need an external radio antenna to work~~ (to create a network for them to connect to), unlike WiFi devices, which can connect to your (most probably) already existing wireless network.

Though I would keep all "smart" and IoT devices on a separate/dedicated network, preferably without direct internet access.

* * *

Edit: well I may be misinformed, seems Matter devices can talk on WiFi networks as well? Don't listen to me then haha.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [12 March 2026 01:16 UTC](https://discourse.nodered.org/t/matter-smart-plugs-with-node-red/99829/16 "2026-03-12T01:16:15Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
