I am using a incandescent bulb 60w and a brennenstuhl energy meter. After matching the voltage and current I get the following values:
228V , 0.26A and 109W.
I doubt if the power is calculated because it is measured with the CF pin. The cf1 pin is for volt and current. The calculated value should be right (228 * 0.26 = 60Watt )
Hi sparkydave, I have the same Kogan bulbs but using Tasmota, I am trying to configure with template, but canāt quite get it right. I have tried the template from Kang_who, but its not quite right, but was wondering if this maps well in ESPhome? Any tips for Tasmota?
Which bulb do you have? The reason I ask is that they have released some newer version since I made the Tasmota template, so it may be that you have a newer version, or slightly different model.
The template I posted should work. The issue with those bulbs is the have no pure white channel, only a yellow white, you canāt get bright, pure white light. You can get it using the RGB channels, but the brightness is only about 20%.
I ditched mine due to that and got Arlec bulbs from Bunnings.
The latest Arlec bulbs are smaller, lighter and seem better made than the Kogan ones. However beware! They currently canāt be flashed with tuya-convert.
I was wondering I got the Kogan smart plugs with 2x2.4 USB in the latest kogan deal. I was wondering if i should flash tasmota or esphome to the plugs. I donāt run any tuya based devices at the moment on HA.
I donāt run a MQTT server or even run tuya-convert yet. But depending on recommendations I can set what ever is better all up. Currently running HA in docker (not hassio), So it requires a little more work to setup MQTT etc :).
There is a Tasmota template available so you could just convert that to ESPhome. This has to be done manually but is pretty easy following the docs for Tasmota templates to work out what each parameter is set to.
Thanks Dave, managed to setup the Tasmota template and a few input selects for the keep warm function. Working well at the moment so if it isnāt broke, I shouldnāt fix it.
Hi just got my kogan + usb plugs and setting up a rpi for tuya-convert. Is there a comprhensive guide to flashing the firmware thatās recent? I see you are supposed to use tasmota 7 to flash esphome?
I have setup ESPHome dashboard in docker. Just have to get the right config into the esphome dashboard and then i can use the tuya-convert to flash it. I watch quinorās video seems straight forward.
Just compile the ESPhome .bin file and put it in the correct folder in tuya-convert. From there you can select to flash it to the device. Nice and easy
I have one plug now flashed with esphome and itās in HA automatically. I just looked at the calibrations they are a little off which means I have to fiddle with the variables. I used the default template off the esphome template site.
# Higher value gives lower watt readout
current_res: "0.00225"
# Lower value gives lower voltage readout
voltage_div: "805"
Can someone help with the calculations to get it a little closer to the power meter.
Question 2!!
Now that the plug is in the esphome dashboard. Can I just uploaded the firmware via there when i adjust the changes or should I flash via the tuya-convert again?
Thanks for all the help with the dumb questions everyone!