The one I popped open had a dead ESP module. It was getting a stable 3.3v but doing nothing. I could have replaced it but have had enough. Moving on.
Do you know if increased flash write cycles could be the cause of that kind of thing?
I seem to recall some mention of it a while back.
Still getting my head around what triggers a write and how it applies to esp8266 & esp32
Any Athom Smartplug users feel free to drop your lifetimes over here as they come inâŚ
Thereâs some early indications of potential issues.
Iâll leave this thread clean for certified topics;)
That is mighty disappointing as Mercator isnât the cheapest of the lot either!
I think iâll be looking for a new dimmer mech , now the search for a no neutral dimmer is gonna be fun
Not sure about the dimmer mech, but I know Shelly make a no-neutral dimmer relay Shelly Dimmer2 - All Products - Products - Shelly
Curious if anyone has looked into smart (major) appliances that can be integrated with HA?? When iâve looked previously, a lot of the smart(er) models have not been released in australia.
While I have traditonally been against smart appliances (couldnt see the point), I have been working on optimising my energy use in the house (primarily by hunting down phantom power). But doing so has got me thinking my other appliances like the dishawasher, washing machine, and tuble dryer; where it would be nice if I could control when they start their respective cycles. That way we could load it up, mark it as ready to run, and when there was spare solar power available start the cycle going.
My current dishwasher could probably be rigged with a couple of switchbots for the cheap solution, but my washing machine requires a dial to be turned to set the correct cycle.
what would work with mine is I could turn the dial ready to go but use a smart switch to isolate power and then turn it on when I wantedâŚ.
Didnât go with smart white goods. Have had to replace the fridge, dryer and washer this year though.
Fridge⌠Itâs gonna fridge anyway. Did manage to drop abit of consumption there for a larger fridge compared to the old one. Went from 1.6kwh to closer to 1.2kwh per day. (itâs actually a touch louder than the old one⌠Quiet, but we never heard the old one.)
Dryer, (not smart) went from an old vented resistance style to a heatpump, little bigger. Donât actually track the individual power on that, overall usage seems about the same, but the dryer gets used more. (also takes like 3.5hrsâŚ) it does delay start by 1hr increment and also sense dry for early stopping. (keeps the laundry(room) dry unlike the vented one)
Washer, replaced a smaller older front loader, the carbon contactors on the motor had worn right out, it was going to be 1/3rd of the price of a new washer to replace the rods without labour $$s. So new inverter washer. Quick wash is 16mins, normal wash is 1hour, eco wash is 5 hours. I have no idea how that makes sense. Canât tell you if the 5hr cycle actually saves any power. The 16 min or 1hr cycles are fine. Also has delayed start by 1hr increments.
We have solar, our peak is 3pm to 9pm. Mostly just try not to run stuff at peak.
Oh thatâs a nice discovery. How do you set the time value for this in localtuya?
Iâve got a smart dishwasher (LG) and a smart dryer (electrolux).
The dishwasher canât be turned on remotely so the smarts are purely for monitoring and data in HA.
The dryer can be remotely stopped and started but only if a button is pressed on the dryer after it is powered on each cycle. Itâs an enable remote control type button and defaults to off every time.
The electrolux app is also so Extremely flakey that it often fails to connect and trying to stop the dryer seems impossible. This follows it into HA also when using an integration so thereâs no good local control.
I have a myzone 3 aircon controller. The myzone app is completely stuffed and fails to connect and respond all the time. Itâs actually the reason i got into HA. Someone developed an integration for it and itâs local and reliable. It works 100% of the time and i would recommend it to anyone.
When defining the devices in LocalTuya I add entities for dp_id 9 (countdown) and 38 (relay_status) and also 18, 19 and 20 (though current, power and voltage are already available as attributes of the switch entity). I find that some units also expose dp_id 17 add-ele (this doesnât seem to be useful in HA); and dp_ids 21-26 (these values never seem to change, so maybe some serial number ?)
To start the countdown, simply set the value of the
When the countdown (in seconds) hits zero, the state of the switch is toggled (on â off or off â on)
I have LG thinQ washing machine and dryer integrated into Home Assistant.
I find I get more utility from a Athom/ Kassa/ Meross Smart Plug to give me power/ energy consumption.
Which I can then use in my energy dashboard with my other devices. (Negative costs to run some of my devices is because Iâm with Amber Electric)
Thanks I will go through my localtuya devices and do this - itâs a shame I canât see a way to do this without recreating each device
What is the relay_status
entity achieving?
Yes, it is a royal pain having to totally re-create a device just because of a spelling mistake or to add an extra entity. I appreciate though that it makes the integration a whole lot easier to program.
For my PC191HAâs it contains values âonâ, âoffâ, or âmemoryâ - which i believe tell it whether to power-on in the on, or off state, or to remember whether it was last on or off. Again, something I donât need - until one day I might
With the Shelly PRO 4PM, would you use one of these in place of an IoTaWATT?
Depends on your preference for connection method. Direct wiring - Shelly PRO, current clamps - IotaWatt.
Also the IotaWatt can monitor more circuits, but has no local display or switches.
Iâve been looking at the Shelly Pro line since they were announced, are they suitable for a house main switch board? Apparently, mine doesnât meet current regulations, it also has asbestos backing so needs replaced, as such wondered if I should consider the Shellyâs.
Currently got an IotaWatt monitoring the main board but would be open to switching to something new, more just so I have a new toy rather than any other reasonâŚ
I set up a new switch today and used a number entity for the countdown timer, easy enough.
For the relay state, I used a âselectâ entity and set it as per the tuya developer page dp_id:
"code": "relay_status",
"dp_id": 38,
"type": "Enum",
"values": "{\"range\":[\"power_off\",\"power_on\",\"last\"]}"
What I got was an entity that I could select off,on or last (as I set up) but it didnât change the state in the smart life app. What type of entity do you configure that one as?
Yeah, nah. For PC191HA the Tuya website says as you have shown ⌠however I noticed that the actual values reported when setting up the devices in LocalTuya are âonâ, âoffâ and âmemoryâ.
I use a âSelectâ entity with values âon;off;memoryâ ⌠though to be honest I canât remember if I have tried changing any.