As noted in the Tasmota Blakadder template page - the 3-gang (Zemismart/Connect Smart/etc) KS-811 can’t be Tuya-converted. Pretty easy to do via serial BUT I’m getting semi-regular rolling reboot/resets. I can get as far as loading the template, setting up MQTT, but then within a few minutes it is back to “base” Tasmota, in AP mode.
I haven’t had this before with Tasmota - anyone got tips on semi-rolling reboots/resets with Tasmota?
While I have moved over to DC fans which I control through a Broadlink RM4 to send RF codes. While I had an AC fan I ended up running one of the SRL 4 gang switches and connected the AC fans capacitors between 3 of the switches. It stopped the humming and also gave me 4 speeds SW1, SW2, SW1+SW2 and SW3. Little weird.
I am also run a bunch of the 4 Gang switches (all converted to Tasmota) and they seem to be running well.
I have bought a bunch of the BrilliantSmart switch mechs and dimmer mechs and they are all working fine in the Tuya app, so I am not trying to get them changed to ESPHome. I have flashed a switch mech, using the config from the DETA switch, but it doesnt work. Does anyone have one of these working on ESPHome? I saw up thread someone had posted a config for the dimmer mech, I will try that tomorrow.
Has anyone also managed to convert the BrilliantSmart Intellicannser Wifi Outdoor PIR Sensor model 21016/09 or the Frontier Wifi Twin Security Light CCT LED model 20850/06 to ESPHome?
They are both working in Tuyasmart app, the security light is appearing in HA in the Tuya integration, the PIR sensor doesnt even appear since the Tuya integration doesnt support sensors.
I emailed BrilliantSmart support and asked if they would supply the GPIO pinouts and they said no.
Is there a certified device for AU that can go inline on hard wired devices such as hot water, split systems etc that that can do the same power monitoring stuff that the smart plugs do? Ability to turn them off and on would be a secondary consideration as these things dont tend to need to be turned off. I assume we need to limit it to 2400W so would rule out the oven and induction cooktop unfortunately.
There is something that @sparkydave has used and recommended that uses CT clamps (I think) on the line to the product. IoWatta or something like that I think it’s called.
Depending on load, CT’s might be the best option.
Products like the Shelly1PM will do what you want, with limitation being it’s rating of 3.5kw, and even that would only be for a purely resistive load like a hot water element.
Yeah you really want to go down the CT clamp route - i would highly recommend the IOTAWatt - expensive to get into initially but will then let you monitor upto 13 inputs.
The benefit of this over just a CT clamp is that it does proper voltage and phase monitoring on an ongoing basis so it calibrates as it goes (you plug a special AC transformer into a power and have this as the reference into the unit)
YOu can buy CT clamps to suit your different loads (including 3 phase)
Have you successfully flashed your Deta Inline switch (6000HA) with Tasmota and get it working?
I am having a little bit of problem and wonder if you could point me to the right direction.
I recently only bout the Deta switch from Bunnings about 2 weeks ago, and just flashed it with the latest Tuya-Convert/Tasmota.
It seemed ok, and I have set up all the config (MQTT topics, and the setOptions) as far as I can see,
However, when I issued a Power ON command, it appears that the LED will light up, but I don’t hear a click on the relay and I get no power coming out of the LOAD (Output) end. The button on the switch itself is also not toggling the relay to turn on or off.
I wonder if the template found here:
is still valid for the Deta Smart Inline switch, I wonder if they have changed some of their settings to a different set of GPIOs.
It does have the same pinout as an esp8266 tho, so if your game you can try remove and replace. Just to note, it talks serial to another microcontroller that controls the lights, etc. I’m 3/4’s the way through writing custom firmware for an esp replacement. I’ve decoded everything and almost got it working.
I did get it to work. I would have to find the raspberry pi + SD card somewhere in my pile of spares which I used to flash the to get the exact template (I flashed to ESPHome directly not Tasmota). Any idea if I can get the template or configuration directly from the device?
I was under the impression that anything that is Tuya based ie that works in the Tuya home app meant it was using an ESP, is that not correct? leyton01 also says he got it working in ESPHome.
Edit. Just realised that leyton01 was replying to autumnleaf about the deta switch, not to me. Sorry about that.
I’m hoping the Shelly 3EM gets certified at some point. (Saw some comments somewhere that suggested a number of other Shelly devices should be getting certified this year …)
If it doesn’t, I think IOTAWatt is the go for me too.
I flashed the Deta inline switch with Tasmota, have yet to try Esphome. I think your code will definitely help.
What bugs me right now is that the LED is on when the switch is Power off and Off when the Power is On with Tasmota. I can’t find what settings to use to reverse that. Went through the whole list of SetOptions and LedState command doesn’t have one that will allow us to reverse the Led light I think.
Neverthless, your ESPHome code is definitely helpful and I might try going with ESPHome rather than Tasmota for the Deta inline switch.