Looks like this Nue / 3A NUE-ZBFLB control via MQTT | Zigbee2MQTT
You can probably buy it on ali, but no guarantee it will be exactly the same as the approved au device.
Looks like this Nue / 3A NUE-ZBFLB control via MQTT | Zigbee2MQTT
You can probably buy it on ali, but no guarantee it will be exactly the same as the approved au device.
These work very well, I have a few of them. Bunnings also stock them I think
Thanks! They look really good. They have local control by the looks. I canāt find them anywhere close though. Any ideas of the TP-Link Tapo ones use the same integration? They have them locally and are a bit cheaper. https://www.binglee.com.au/products/tp-link-smart-monitoring-wifi-plug-p110
Doesnāt look like they are supported.
They do, yes
https://www.mwave.com.au/product/tplink-kasa-kp115-smart-wifi-slim-plug-with-energy-monitoring-ac40782
Mwave has stock ready in 7 days by the look and will post.
Thanks! Will order a couple from Mwave when they home in and see how they go.
Reports are that these are no longer ESPHome flashable. But I believe you can use them with localtuya.
I really like my ESPHOME flashed ones.
The Kasa KP115 are awesome. One of my favourite devices. I now have 20 of them running, and as soon as I see them on sale again Iāll likely buy more.
The device itself is great, and the home assistant integration is great. Actually I generally prefer them over tasmota/esphome specifically for smart plugs, because of ease of setup. No flashing, no risk of needing chip swap, no configuration at all. Takes 2 mins to go from opening box, to device set up and running in home assistant with energy monitoring entities and power switch.
Why they are awesome:
Side note: itās fine to allow it to update firmware, at least in AU. I think all of mine have updated once when new out of box, then never again. It doesnāt break local functions.
I have noticed that pre-flashed Tasmota Athom plugs are being sold here for an extremely attractive price:
2-pack for $27.60 with free shipping if ordering over $100, coming from warehouse in Sydney. Does anyone know if these are certified and if they are any good? Being pre-flashed makes them competitive to me, as it puts them back in line with KP115 for āease of setup/ease of useā. Most other plugs, Iād rather pay $5-10 more for KP115 for the sake of not screwing around with flashing etcā¦
Does not look like it but Iāve emailed them to ask.
They are not certified for use in Australia. They are looking into SAA certification, possibly next month.
I bought my Kasa HS105 from officeworks so Iām certain that means theyāre Aus certified. Is that what youāre talking about?
The athom shows promise but has that sneaky show you dollar signs but then at checkout says - hey dude we were talking in US dollars. makes them pricey and no cert means the tp link ones come out on top
How to i integrate Tontine Comfortech Wi fi blanket to homeassistant?
With the tuya or maybe the local tuya integration
Yes, we use Grid Connect with the smart life app as it seems to work better than the grid connect/Tuya app. They all worth together fine
Set one up today. Slightly tedious to do the Tuya set up and get local access codes, but that applies to any Tuya not these specifically. Now set up they work just fine and as electric blankets they do what youād expect.
I used localtuya installed via HACS. GitHub - rospogrigio/localtuya: local handling for Tuya devices. From tuya-cli
I found the ids and values that correspond to the physical controllers. Note that the left and right sides are independent devices (LHS and RHS).
Hereās the configuration.yaml
for them, you just need to add the relevant secrets.yaml
localtuya:
- host: !secret localtuya_bed_right_ip
device_id: !secret localtuya_bed_right_id
local_key: !secret localtuya_bed_right_secret
friendly_name: Heated Blanket RHS
protocol_version: "3.3"
entities:
- platform: switch
friendly_name: Heated Blanket Power RHS
id: 1
- platform: select
friendly_name: Heated Blanket Heat Level RHS
id: 4
select_options: low;middle;high
select_options_friendly: Low;Medium;High
- platform: select
friendly_name: Heated Blanket Auto Off Time RHS
id: 9
select_options: 1;2;3;4;5;6;7;8;9;10
select_options_friendly: 1 hour;2 hours;3 hours;4 hours;5 hours;6 hours;7 hours;8 hours;9 hours;10 hours
- platform: sensor
friendly_name: Heated Blanket Right Auto Off Remaining RHS
id: 10
unit_of_measurement: "minutes"
- host: !secret localtuya_bed_left_ip
device_id: !secret localtuya_bed_left_id
local_key: !secret localtuya_bed_left_secret
friendly_name: Heated Blanket LHS
protocol_version: "3.3"
entities:
- platform: switch
friendly_name: Heated Blanket Power LHS
id: 1
- platform: select
friendly_name: Heated Blanket Heat Level LHS
id: 4
select_options: low;middle;high
select_options_friendly: Low;Medium;High
- platform: select
friendly_name: Heated Blanket Auto Off Time LHS
id: 9
select_options: 1;2;3;4;5;6;7;8;9;10
select_options_friendly: 1 hour;2 hours;3 hours;4 hours;5 hours;6 hours;7 hours;8 hours;9 hours;10 hours
- platform: sensor
friendly_name: Heated Blanket Right Auto Off Remaining LHS
id: 10
unit_of_measurement: "minutes"
Has anyone purchased one of these? Iām thinking about buying a couple and wondering if it was working in zwave-js?
Guys,
just thinking if the following would work. Shelly 2.5 double switch hidden in wall cavity controlling a standard double power point?
The shelly should monitor power and also allow both physically switching on/off with the integrated pp switch, as well as controlling the throughput by the wifi.
The trouble I see is the WAF as the physical switch has the possibility of being active in both up and down position?
Iām just trying to avoid spending over 70 bucks on a new double power point with touch buttons.
I guess in my optimal oz world (yeah the market isnāt there) I could buy a wifi (tuya or esp) double power point with energy monitoring and as a bonus two usb ports also switchable. Am I dreaming?
Pat
No. The switch and outlet are integrated into the outlet moulding. You canāt intercept the cables to the outlets or switches.
Tom
ah yes - silly me.
Pat
As an added afterthought (while waiting for origin) how smart is a smart home if we have to plug in wall sockets of variable width configurations to get the power monitoring and wifi control?
Thatās the end of rants - i promise.