Alright, I can confirm that my issue was indeed related to a misconfiguration, in this case Rule1 was not posting to the correct topic. After fixing this, speed control works as expected.
I just upgraded my fan controller to Tasmota v7.1.1 and the same configuration that I used with the V7 development build works perfectly fine.
@scottcurrie@kanga_who I got my delivery of the new Kogan smart plugs with 2 USB ports today, flashed using the current tuya-convert to the included Tasmota firmware with no problem, will update once I get the config working properly.
# Basic Config
# https://mirabellagenio.net.au/ses-led-candle
esphome:
name: mirabella_1
platform: ESP8266
board: esp01_1m
on_boot:
priority: 100 # Highest priority, ensures light turns on without delay.
then:
- light.turn_on: light
wifi:
ssid: 'sid'
password: 'wifi_password'
ap:
ssid: 'mirabella1'
password: 'ap_password'
domain: '.mydomain.com'
# Enable logging
logger:
# Enable Home Assistant API
api:
password: 'api_password'
ota:
password: 'ota_password'
web_server:
port: 80
sensor:
- platform: wifi_signal
name: "Mirabella LED Candle WiFi Signal"
update_interval: 60s
mqtt:
broker: MQTT_SERVER_IP
discovery: false
output:
- platform: esp8266_pwm
id: output_warm_white
pin: GPIO12
- platform: esp8266_pwm
id: output_daylight
pin: GPIO14
light:
- platform: cwww
name: "LED Candle"
cold_white: output_daylight
warm_white: output_warm_white
cold_white_color_temperature: 6500 K
warm_white_color_temperature: 2700 K
# Ensure the light turns on by default if the physical switch is actuated.
restore_mode: ALWAYS_ON
That is my config that is working. Converted with tuya-convert v2 OTA and flashed with ESPHome. I have added a PR to the ESPHome-config.io site as well.
Hahaha, good stuff. My wife might like that, we have a 4 point GPO for our fish tank, so Iām sure sheāll want to monitor the power of the pump, light, heater and filter all separately. Iāll probably end up having to get 2 packs
Strange. Iām running a NUC with proxmox. Whiskerz007ās tuya-convert v2 container and vtrust running on an ESP8266 (which frees up my phone). trying to connect to the new KOGAN power monitoring plugs basically timed out. I had luck with Lohas bulbs from Amazon (recommended by Digiblur) using this setup. Hmmm.
Iāve only tried one plug out of 4. Currently Iāve been away for a while and havenāt had a chance to try it again or on the other plugs.
Iām running tuya-convert on a fresh and updated install of Raspian Buster on a RPi3, and used my phone to connect to vtrust. All 4 Kogan plugs flashed without any errors, actually this is my first time using tuya-convert where I didnāt have issues with the install_prereq.sh script.
I Picked up one the of the smart Mirabella powerboards from Costco for $39, flashed with OTA TUYA Convert2 and worked perfectly.
Iāve applied the Tasmota template, but thereās still one socket (closest to the USB ports) that doesnāt respond, its always on, and neither of the USB ports work. Has any one else fiddled with one of these to get everything working?
Little nervous about fiddling with the template in case I brick it or something.
Just came across this youtube video and itās a project that I have been wanting to do for a while now. Convert home security system
I was just wondering what the legality of it is?
All the sensors are already run throughout the house and all I would have to do is plug it in to a raspi some sort of board.
Does anyone know if using esp8266ās and raspberry piās is alright in Aus? Places like jaycar and altronics sell them so I assume they are certified?
Also how would you guys tackle this? would you use home assistant and automations or something?
Or would you use your own scripts?
Or is their even someone that has done this before and has a guide online?
Do you already have an alarm panel that all the sensors are connected to?
Iād be inclined to use something like below if you already have a working panel. Konnected envisalink Alarm Decoder
Legally I believe you can work with ELV (Extra low voltage, less than 48 volts?) without issue, although someone else can probably clarify that.
The other issue would be if your insurance company accepted it as a valid alarm, but thatās kinda another whole kettle of fish.
Like @BradAU, I would recommend the Pi3/Raspbian combo as well. Thatās what I use and never have an issue. If you plan on flashing a bunch of stuff, then spending $50 to set up a designated Pi to do it with is a good investment.
Hey everyone, been fiddling with a few of these adapters, Bought a brilliant plug from office works and that flashed no issues with Tuya Convert1. However iāve gone and bought 3 Arlec devices from bunnings, 1 powerboard which flashed fine with Tuya Convert 2 but the plugs i got are not the 89HA theyāre a 190HA and theyāre not flashing OTA with Tuya Convert 1 or 2. In fact with Tuya Convert 1 it stops them continuing to flash their led AKA takes them out of update modeā¦
I also canāt seem to flash the plugs using the TX RX pins.
I bought a FTDI from altronics https://www.altronics.com.au/p/z6225-funduino-ftdi-basic-usb-breakout-3.3v-5v/
Set it to 3.3v connected ground and crossed TX and RX and connected the benchtop PSU for 3.3v (as i dont trust the fact that its using the FTDI vreg to provide 3.3v to the ESP. Then tried ESP Easyflasher and ESP Home flasher both with the Tasmota v7 bin but its not even turning up that theres an ESP attached to itā¦
Pretty new to all this! Let me know if iām doing something wrong and should i try and debug this as to why OTA isnāt working so people can dev the Tuya Convert 2 to make it work with them?