Is this not the same globe ?
Oh I see. Yiu confused me by saying that you were using the swicago firmware.
Yes thanks! My config is the same as that though, and it doesnât behave like it should.
Hi there bro
âBuggerâ must be a other KIWI
ChCh, and you?
New Plymouth
Iâm part way through that too. Just waiting on more parts from Aliexpress
my one didnt work
I think because I used an 8Mhz 3.3v arduino as its what I had laying aroudn, im waiting for a 5v one now
Yeah I noticed his statement:
Note that the 3.3V/8MHz version is NOT directly compatible and logic level conversion is necessary. The 8 MHz is possibly to slow to keep up with SPI communication and data processing, although I didnt test this.
Thats my Im waiting for some new kit
I was in Bunnings today (Torquay, Vic) and they had the Arlec starter kit on clearance for $15.
2 x CCT LED smart lights and 2 x smart Plugs.
Each of those products separately are over $15.
I have a number of the Brilliant Smart Elite wall switches which I am still setting up. I have converted to Tasmota using Tuya-Convert. I am using Rules in Tasmota to handle the need for two and three way switching but this would work better if I could access them as buttons in Tasmota - has anyone managed to get that working?
Logs show that Tasmota knows if the relay has changed state via a button or remotely (src: line from logs) but I canât see how to access this info either in a rule or via MQTT. Iâd love to be able to use spare switches for other automations through HA/NodeRed but itâs easy to get caught in a loop - it should only send a MQTT command out if the state of the relay is changed locally.
A websend from another unit looks like
21:03:54 HTP: Command
21:03:54 SRC: WebCommand from 10.1.5.167
21:03:54 CMD: Group 0, Index 1, Command âPOWERâ, Data â0â
21:03:54 TYA: Send â55aa0006000501010001000dâ
21:03:54 MQT: root/mobile/devices/b_units/b_S1/RESULT = {âPOWER1â:âOFFâ}
21:03:54 MQT: root/mobile/devices/b_units/b_S1/POWER1 = OFF (retained)
21:03:54 MQT: root/mobile/devices/b_units/b_S1/RESULT = {âTuyaReceivedâ:{âDataâ:â55AA0107000501010001000Fâ,âCmndâ:7,âCmndDataâ:â0101000100â,âDpIdâ:1,âDpIdTypeâ:1,âDpIdDataâ:â00â}}
A local switching looks like
21:03:54 TYA: RX Relay-1 --> MCU State: Off Current State:On
21:03:54 SRC: Switch
21:03:54 MQT: root/mobile/devices/b_units/b_S1/RESULT = {âPOWER1â:âOFFâ}
21:03:54 MQT: root/mobile/devices/b_units/b_S1/POWER1 = OFF (retained)
21:03:54 RUL: POWER1#STATE performs âWebSend [10.1.5.167,usr:pwd] POWER1 0â
Other than that they work great and are Australian certified.
bumping this question up again - or is there anything similar with Australian approvals?
Itâs a plain Wifi switch which can be retrofitted behind existing wall plate. My wife doesnât like the Brilliant Smart Elite Glass style/colour, wants black coloured face plate.
Isnât the deta switch from bunnings suited to this application? I think itâs a special order only - itâs listed in this thread, but not easy to find quickly.
Also half the price of the Brilliant model.
I think in the Tuya devices with a secondary MCU (like this one) it isnât possible to control the button separately from the relay. I think the button must talk to the relay via the secondary MCU, rather than via the ESP8266 module, so Tasmota canât intervene and respond to a button press without activating the relay.
At least, I havenât figured out how to do it yet. If anyone has got this working Iâd be interested to hear about it.
You can do this with the 2-gang DETA wall switches though, as they donât have a secondary MCU.
I just realised this item doesnât have a switch input, so same problem as a smart downlight, if you turn of power at the switch, you canât control the lights.
Thanks, but I canât find any technical info on the Deta wifi switch. I did find a photo of it in this thread, but itâs not a good sign if thereâs no datasheet or any other info or pricing available.
Thanks - that makes sense but it would be enough to know what triggered the relay so I could only run the rule if manually triggered(and perhaps send via MQTT or a Rule). It seems like this should be possible as the Tasmota log displays the src. I might try a Tasmota forum perhaps?
If anyone is considering getting the Brilliant Smart Elite glass wall switches be aware there seem to be two identically looking models - but one has an ESP8266 and takes Tasmota easily while the other has something different.
ESP8266 versions âseemâ have model numbers ending in odd numbers
(20681/05 , 20683/05 , 20685/05 , 20687/05) Purple Box
while the non ESP8266 models âseemâ to have model numbers ending in even numbers
(20682/05, 20684/05, 20686/05, 20688/05) Yellow box
I canât be sure this is always true but I have had more than a dozen of the first flashed successfully using Tuya-convert and Tasmota but only one of the second type (and two hours of frustration before figuring it out)âŚ
That is definitely possible.
Do you have SetOption59 set to 1? That should mean an MQTT state message gets sent whenever the power state is changed, even if it is from a button press.
Also, just to check, do you have the fnId and dpId values set using the TuyaMCU command?