Replies: 3 comments
-
First make it work without even looking at HA. But how did you configure the lamp? In simple cases, you may have success with the command To be clear, I'm not at all knowledgeable about messing with TuyaMCU (I avoid those devices like the plague), but I suspect that you did not understand the "TuyaMCU Config" part of the template page. Here's another lamp where such steps are spelled out: https://templates.blakadder.com/hugoai_HG02 What exact settings you need depends on details of your specific lamp. |
Beta Was this translation helpful? Give feedback.
-
Alright, I've finally come to the conclusion that Tasmota does not support the Tuya MCU in this light. I finally figured out all the functions (FnID) for each device pin ID. However, when I properly set all of them, the Tasmota main screen does not show appropriate controls. The documentation just sent me around and around and wasting HOURS trying all different combinations. Thanks to SillyFrog's amazing JS helper tool (https://github.com/sillyfrog/Tasmota-Tuya-Helper), I was able to confirm that the functions and device pin IDs are correct. I can manually manipulate the values for each dpID and the light works exactly like expected. However, since the controls don't show up on the main page, they also do not show up in MQQT and I cannot use the light with Home Assistant. The configuration that should work would be (description, fnID, dpID): Device Template #1 - No RGB Color Modes: Device Template #2 - RGB Color Modes with bugs: The only problem I'm still trying to fix is that only the power switch entity is controlable in Home Assistant. as light.tasmota. The rest of the 9 entities are just readable values like wifi, uptime, etc. Not sure why the dimmers and other modes didn't get auto-discovered but hoping I might be able to manually add them using the yaml files. Functions that don't have Tasmota support currently: Below is a summary of the JSON from TuyaCloud which shows the details. Hoping that the Tasmota developers can add functionality to support the v2 modes and the scenes and music modes (not that I use them frequently, or ever?)MCU INFO FUNCTIONS
|
Beta Was this translation helpful? Give feedback.
-
Oh, this is likely the same device but the template isn't present. I submitted the information so hopefully they can update this device page too. https://templates.blakadder.com/LDD-25W-D.html |
Beta Was this translation helpful? Give feedback.
-
I have an RGB floor lamp that I bought off Amazon but the manufacture went out of business and I can't find any information on it. I've figured out that it has an ESP8266EX chip and was able to install Tasmota on it using Tuyaconvert and it even auto-detected in Home Assistant.
Now the problem is that the configuration doesn't work. Home Assistant and Tasmota web-interface only show a toggle for on/off, which doesn't work. I tried using the template for "RGB floor lamp" that I found, but that doesn't work either and also doesn't show RGW controls, just on/off, which doesn't work.
I've since discovered that it is a lamp with a Tuya control module and was trying to figure out the commands using the guide here: https://tasmota.github.io/docs/TuyaMCU/ but am getting totally confused. I got as far as going to the console and pushing the buttons on the lamp and recording all the Tuya commands on the console, but I don't know how to get from there to a configuration that works in home assistant. I've even tried typing tuyasend commands at the console but none of them that I've tried have done anything.
If someone could help explain the next steps that would be great. I thought about reflashing with ESPHome (which I better understand) but apparently, I can't because Tasmota version is too high (v14) and there is no way to downgrade the version.
Beta Was this translation helpful? Give feedback.
All reactions