Australia - Electrically Certified Hardware

That was my repo contribution. As the image shows, it’s the old version and the config is different. We need to get the new version added to that site as well

Usually these things have a model number, which should be used to distinguish them!

Very true. I’ll update the repo. The model on there is KASPEMHA

1 Like

The new model is KASPEMHUSBA for anyone wondering.

Hopefully you’re not sick of the questions yet, how’d you get on mate?

I have some due to be delivered in the next day or 3 as well. I’ll get them flashed and post an updated config. I have the original USB model and the original non USB version as well.

If you are in Vic … seems like only stocked there?

http://projectsuit.com/bunnings_checker.php?item=0161015

These stores are showing stock and how many (for the quad):

Villawood (NSW) - 2
Ashfield (NSW) - 4
Bankstown Airport (NSW) - 6
Belrose (NSW) - 5
Gregory Hills (NSW) - 2
Glendale (NSW) - 4
Port Stephens (NSW) - 3
Shepparton (VIC) - 4
Dandenong (VIC) - 4
Bendigo (VIC) - 2
Hawthorn (VIC) - 4
Oakleigh (VIC) - 4
Keysborough (VIC) - 4
Moorabbin (VIC) - 8
Mentone (VIC) - 3
Bundamba (QLD) - 3
Caroline Springs (VIC) - 2
Victoria Point (QLD) - 12
Capalaba (QLD) - 3
Cannon Hill (QLD) - 4
Manly West (QLD) - 7
Brendale (QLD) - 7
North Lakes (QLD) - 4
Leopold (VIC) - 4
Kingaroy (QLD) - 2
Mildura (VIC) - 3
Devonport (TAS) - 4
Burnie (TAS) - 4
Parafield (SA) - 3
Marion (SA) - 3
Noarlunga (SA) - 4
Bibra Lake (WA) - 4
Joondalup (WA) - 3

And for the triple gang:

Gregory Hills (NSW) - 2
Maitland (NSW) - 2
Belconnen (ACT) - 6
Tuggeranong (ACT) - 4
Shepparton (VIC) - 4
Ballina (NSW) - 3
Croydon (VIC) - 3
Eltham (VIC) - 3
Pakenham (VIC) - 2
Nunawading (VIC) - 1
Thomastown (VIC) - 4
Oxenford (QLD) - 4
Box Hill (VIC) - 0
Clyde North (VIC) - 3
Hawthorn (VIC) - 7
Moorabbin (VIC) - 2
Maribyrnong (VIC) - 8
Newstead (QLD) - 2
Brendale (QLD) - 7
Morayfield (QLD) - 3
Delacombe (VIC) - 4
Waurn Ponds (VIC) - 3
Devonport (TAS) - 4
Burnie (TAS) - 4
Armadale (WA) - 2
Belmont WA (WA) - 2
Balcatta (WA) - 4```

Cheers - my checker must be broke!

They don’t seem to flash OTA. I don’t think I have the components or knowledge to flash them by hand so I guess I’ll just wait it out :o)

Edit: Looks like it is already noted https://github.com/ct-Open-Source/tuya-convert/issues/483#issuecomment-625758999

New custom component? What does Bunnings have in stock for HA users.

2 Likes

Well it was literally 11 lines of code to get all of that, which could be edited down to 7…

This is the code

import requests
import json

r = requests.get('https://www.bunnings.com.au/api/v1/store/7333/nearest/300/0161014', headers={"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0"}).json()

for i in r:
    if i['StockStatus'][0]['Message'] == 'In stock':
        print("{} ({}) - {}".format(i['StoreInfo']['StoreName'],
                                    i['StoreInfo']['State'],
                                    i['StockStatus'][0]['StockCount']))

Nooooooooooooo!!! So sad but thank you for having a crack. That’s 2/2 grid products I was really really counting on that can’t be flashed (ceiling fan).

Maybe I just need to wait it out

Hi Mick
Sorry I did receive it but have sent it back :frowning:
It uses a TW-02 V2.0 which is not flashable as its not an ESP82xx. It is a Winner SoC.
It can be used with tuyapi but that does not send feedback when manually switched.
Sorry for the bad news, my search continues…

Hi Mate - thanks for the update

If only the sonoff mini’s were approved…

Have you looked at thr Zemismart rebranded switches sold at Harvey Norman?

They can be flashed with Tuya convert. Sorry if I’m not on the right track.

I have one of those. Just looking for something that can wire into traditional switches. Might have to check out the stitchy or Z-wave stuff but would be best to be a Tasmota.

Has anyone tried the iswitchoz range? https://iswitchoz.com.au/products

Can they be readily flashed with tuya-convert?

I’d like to know this too. Feeling like it’s my last option for Wi-Fi quad gang options. Haven’t seen them on blakadder

1 Like

Have you had a look at the SRL Tech range? FOUR GANG SERIES - S.R.L. TECHNOLOGY. / SRL 4 Gang Switch (SRL 3-4WW) Configuration for Tasmota

I have flashed their fan controller with Tasmota without any issues.

1 Like