Hi Edward. I think that all you need to do is use āLed1iā instead of āLed1ā (the āiā suffix means the pinās function is āinvertedā, so 0v is āonā and 3.3v is āoffā, more or less). This should give you the equivalent in tasmota as esphomeās āinverted: Trueā setting.
Hope that helps!
Hi Ashely, thanks mateā¦ that was it! Changed it to āLed1iā and now it is working like what is should.
Thankful for your help!
Woohoo! Awesome
It looks like both Shelly1 and Shelly 1PM are now certified to meet Australia standards
I use Open Energy Monitor out of the UK - good kit. I have the SolarPV kit with 2 x clamps (solar and mains).
Hi All,
I bought a couple of these Kogan bladeless fans and went through the process of flashing them in case anyone wants to follow.
URL:
https://www.kogan.com/au/buy/kogan-smarterhome-bladeless-dc-motor-turbo-smart-fan-silver/
Flashing them with tuya-convert was fairly painless - just follow instructions and youāre good. I went the Kali VM + USB Wifi dongle and aside from having to install configure/upgrade drivers it was easy.
Next up was figuring out how they worked. Turns out TuyaMCU was the correct protocol which I probably should have guessed given how the remote and buttons all still worked even after reflashing.
On the console I ran:
"module 54" - to enable TuyaMCU
"TuyaMCU 11,1" - setup the on/off button
"TuyaMCU 12,8" - setup the fan oscillation on/off
Iām a little stuck on the fan speed though. Sending āTuyaSend4 2,{fanspeed-1}ā works but I donāt know how to set it up with TuyaCMD yet. If anyone knows how that part works Iād be interested to know.
Next up is to configure the MQTT part but there is plenty info already available on that.
Cheers,
John
I donāt have the same fan, but have documented how I set up a different Tuya based fan controller with Tasmota and MQTT.
Thanks exxamalte,
Iād actually found your blog while searching for the answers. Iāll have another read to see what Iāve missed.
I bought a couple of these e14 bulbs today from Bunnings
Unfortunately they came with the new tuya firmware, so couldnāt be flashed OTA. So these are off my list - donāt fancy pulling them apart to try and flash them and put them back together.
Hi,
Any thoughts on the esphome code for the Brilliant Switch Mech product code 21322? I can flash it with Tuya-convert but cant get any joy from there, I assume it also needs the TuyaMCU stuff, which I have idea on as yet.
Sorry mate - dont have one to play with. But i would assume it would also need TuyaMCU config.
Tried this?
# Configure Serial Port for communication to TuyaMCU
uart:
rx_pin: GPIO3
tx_pin: GPIO1
baud_rate: 9600
Thanks K-1
No, I dont have any understanding of the TuyaMCU config, I hadnt even seen it until yesterday.
Would I also need
*# Register the Tuya MCU connection*
tuya:
light:
- platform: "tuya"
name: "Master Bedroom Light"
switch_datapoint: 1
or something along those lines?
Yeah that should do the job.
Hey guys,
I know this isnāt a tasmota forum but if anyone is running rules with their Deta switches would you mind DMing me? Trying to turn spare Empty gangs into buttons and Iām having trouble getting my head around it.
Thank you
Lint
Probably overthinking it? just put a automation rule in HA for the state of the switch/button to do something else.
If state is ON then do X
If state if OFF then do Y
Hey @K-1,
Yep absolutely I can do that, and have for where Iāve created a 2-way switch but most of my relays are really loud when they switch off so Iād like to disable them where empty.
Also I donāt really like the idea that there are relays on in the wall with nothing attached. Iām sure nothing would come of it but I know its possible to disable.
Iām also hoping to get my head around multi and long presses
Now if someone has a miracle cure for loud relays iām all ears.
Now if someone has a miracle cure for loud relays iām all ears.
https://www.bunnings.com.au/3m-disposable-ear-plugs-80-pairs_p0054518
@boc with the way my morning is going that response may be the highlight of my day. Thank you for that giggle.
Lol shame I donāt think packing the void between the chip daughter board and the main circuit board with foam would do any good.
If you havent checked out digiblur alreadyā¦ he probably is a good place to start with tasmota rules for multipress etc.