FYI - After much work, I have begun to finally have sucess and the ‘Nue’ / ‘3A Smarthome’ switches are beginning to be supported with the awesome Zigbee2MQTT component, via a cheap CC2531 Zigbee dongle.
I’m hoping to have the rest of the models I own supported in the coming week/s.
These can be flashed with Tasmota or ESPhome (using this) to be integrated with HA without any need for Cloud connectivity. I’ll be getting a couple soon to try out. They don’t have power monitoring so are limited in a way, but good value for money
Ended up picking a few of the Brilliant Smart Plugs (thanks for the heads up @sparkydave). Flashed them with esphome using tuya-convert via a Raspberry Pi 2 B+ w/ Raspberry WiFi Adaptor.
Should anyone else wish to use esphome, please find below the configuration I ended up using which still allows you to use the button on the plug.
I know this is a little off topic but I just discovered that the below RPi package actually lets you select an SD card with HassIO already on it. Thats pretty cool! (I was only looking because a friend wanted a shopping list to get started with HA)
Re: Sandisk, I’ve had a 200GB Sandisk Ultra running for a year without issue. Obviously this is anecdotal but I wonder if cheap ebay fakes are to blame.
Could be. I was originally running a genuine RPi SD card (was an old NOOBS card) that I had previously used on another project. It eventually died and I swapped to a Samsung EVO which has been great since. Good to hear someone with a positive Sandisk experience as I always thought they were supposed to be good quality cards
I had a noobs card that was a total nightmare with HA… it would crash every few days. Weird thing was when I replaced it with a Samsung EVO, the samsung was great but the noobs card actually passed a hardware test I did on it… but def no good for HA.
I just stumbled upon these. Nice cheap way to integrate a light switch with HA if you have neutral wires at the light switches. Simply mount the unit in the wall such that you press the button on the front as the light switch. A way of making it nicer looking could be to mount it behind a Clipsal 4000 series pushbutton wallplate so that the Clipsal button pushes through to the Broadlink one… unfortunately I think they are too big to do so neatly here in WA where we have double brick walls. It would be easy with gyprock walls.
What is the stance when it comes to reflashing with replacement firmware(ESPHome for example on the Bunnings switch)? Does that void all the various ticks as its then not certified as tested? Do they actually test the software component or just the hardware to ensure it wont burn your house down?
I get an error trying to compile your code for the Brilliant plugs. It fails because of:
on_turn_on:
and
on_turn_off:
not being correct… how did you get this code to work???
EDIT: I noticed that esphomeyaml: has changed to just esphome: for the start of the code. Is this something that only works in a recent version of HA? I’m still on 0.87.1 (time to upgrade I think)
It errored out on me using esphome 1.10.1 with just esphome: code. I #'d out the on_turn_on and off stuff and used esphomeyaml: and it’s currently compiling so I can’t try other options. For some reason I’m not seeing a possible update for ESPhome in the HassIO add-ons, so I’m guessing it has to do with my HA version…
I don’t use hassio but maybe since you’re still running 1.10.1 you’re not seeing any updates because the repository has been relocated to esphome/hassio since 1.11.0.