Thatās awesome! Iāve been meaning to post a video of these LEDās in action because previous explanations of how they work didnāt seem correct and I was hoping it might help someone crack the secret. Did you figure out a way to do the standard firmware effects?
Thanks to Ssieb in Discord writing an new custom component for me, we have been able to get full operation of the light. Full brightness and Colour Temp changing.
What effects does the standard firmware have?
Ok, so there is definitely something technical going on here. Its not just a case of PWM signals. The string can have a multitude of colours on at the same time.
Ok, still mixed topics here. @BennyB44 was referring to a white downlight.
Do you have a string you can open up and see how itās wired? Are the colors always in the same place or can an individual light have multiple colors?
The motion sensor will now work with Tasmota using the new TuyaMCU options - see: https://templates.blakadder.com/mirabella_genio_I002576.html
and: https://tasmota.github.io/docs/#/TuyaMCU
Sorry, I was referring to the string of posts we had a while back regarding the christmas lights that started way back here.
The LEDās run on a 2 wire system (literally only 2 wires coming out of the controller, pics in previous posts about these) and yes an individual LED can be any colour.
@marc315 & @aogorman - have just finished setting up the motion sensor in Hassio, using Tuya-convert to flash then following the template and TuyaMCU commands in the link above.
Ignore the rule they use for the sensor topic, the built in topics suffice using a template:
- platform: mqtt
name: "Garage PIR"
state_topic: "GaragePIR/tele/RESULT"
value_template: "{{ value_json.TuyaReceived.CmndData | truncate(9, false, '') }}"
payload_on: "650100010"
off_delay: 3
device_class: motion
Did you open it up to see what kind of circuit itās using? Do you have an oscilloscope to check the signals from the ESP?
Itās all in the previous posts above. I havenāt personally opened one up and unfortunately donāt yet have an oscilloscope (one has been ordered but will take a while). There is a link in this post which we thought is how they work however my findings regarding the LEDās being able to do multiple colours along the string at the same time would suggest (at least in my head) that this isnāt how these workā¦
Right, Iāve read the other posts. You clearly have a different string than the other ones that were discussed here. Thatās why I was hoping you had looked inside yours.
Its the same string, just a single length rather than being made into a Christmas tree shape. Its the same brand etc and still only has 2 wires. From what I can tell all the models are the same other than the āshapeā they unold to.
Iāll crack one open this weekend
Iām referring to the other guy who had a 2 wire light string. His was definitely just 2 colors and controlled by an h-bridge.
nope, those are the same brand etc with exactly the same effects (when using the stock firmware) simply a different string shape, however as he was running Tasmota he lost those effects so results were much different.
Iāll get mine opened up and post photos
There have been several people here. lindsayward might have the same lights as you, but I was referring to HasQT who I gave some code to that worked a bit, but was limited by the software PWM.
Thanks to those trying to get these devices going in Tasmota/ESPHome. It looks like I have the same string as @sparkydave - 150 multi-coloured bulbs with effects. Nice, but Iād like to get off the cloud with them without losing functionalityā¦ as with all of us.
@mr.sneezy - you mention the diffuser. I have one of these KMart Mirabella Smart Diffuser ones.
EDIT: Donāt need to ask how to get it to work. I just found the template has been added! #winning!
EDIT2: I edited to replace my question with a link to the template but didnāt save before @zoogara replied
Local control of the diffuser is available using Tasmota:
Thanks for the reply about the diffuser. Iāve got it to work in Tasmota now . It works but doesnāt include the local buttons & lights.
I canāt see from the GitHub historyā¦ Do we know who contributed this template?
Great Job! Iāve had one of these PIR sensors in the drawer for a couple of months now, having given up on it as a lost cause when it seemed that there was no way of making it work with Tasmota. Anyways, Iāve managed to implement the updated device template, and I guess from what I am seeing that itās functioning correctly. Yay! Now iām stuck. Iāve entered the Sensor information as per your post, and I am getting the following feedback when I check the Config fileā¦
Configuration invalid
Invalid config for [sensor.mqtt]: [payload_on] is an invalid option for [sensor.mqtt]. Check: sensor.mqtt->payload_on. (See ?, line ?).
I canāt really tell where I went wrong (did I miss any precursor steps?, etc). I believe that I followed the details of both the template and the config.yaml info to the letter, and as this is my first implementation of this kind of device Iām sorta flying blindā¦ so any and all advice would be appreciated.
Post your config making sure you tag it for formatting. Maybe itās just a typo.
Iām having issues with the tamper sensor in these causing false triggers, itās vibration based and the metal wall I have it on must vibrate in the strong winds we are having at the moment, itās been going off all day.