i somehow did not understand that i need to call the dimmer script with the trigger blueprint.
i donāt know why but i assumed that it worked as standalone.
now i got my dimming to work just fine and thanks to your work just in a few clicks!
All setup, no issues, no spaces in name āAqaraCubeā and can see under MQTT logbook for the Aqara Cube that the actions are shown. Nothing in main log either.
Have just one automation (double tap) and that is to turn a bulb on, have tried other as well, but nothing happens.
I am obviously doing something wrong, any help appreciated.
After some diggingā¦ I am getting the following in the log. I have also the HA SkyConnect installed, but nothing is on ZHA, waiting for āmatterā to come through.
2023-08-10 12:41:06.725 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities number.aqaracube_last_side are missing or not currently available
Could this be some kind of conflict?
Further update: have disabled ZHA, still the sameā¦
I really have nothing to go on here, other than it donāt work and it canāt find the last_side entity the BluePrint creates.
Did you follow the troubleshooting in the documentation? (top post here or the guide file in GitHub) Did you create the sensor to help you see what the BP is seeing when you preform actions with the cube? Since this is the BP for the old style cube, are you using the old style cube? If this is the T1 Pro style cube, there is a different BP for that.
Hi - thanks for reply, I will go thru docs again. Yes, it is the old cube (original). As a note, tried to setup automations via MQTT and not working their either.
Sounds like you should verify that the cube is there as well. Under the MQTT integration, select devices, can you find it there? When you action the cube is HA responding in the HA log on the right?
Keep in mind that for every time an action is detected, a clear last event action also happens as seen by the log above. There are also wake-ups and noneās and other things the BP does not act on. So many actions are screened out in the BP condition statement as not relevant to the BP.
Activate the cubeās tap or whatever one you have programmed to do the light then look in the traces. Find the trace that the initial condition passed. What did it try to do?
This might be a matter of finding the right side of the cubeā¦
Have you tried an action in the āany sideā section to see if you can get something to work? The drop is a good one to use for initial testing, where you drop the cube from one hand to the other.
I have a video up on how to tap in my instructions. Quick and fairly aggressive. Those cube actions are often misunderstood. Also please know you need a second or 2 between actions or the too soon action will not register. This is a de-bounce thing so that you donāt get unintended double actions on say a light, causing it to flash instead of go on or off.
Does the service call work when called from developer tools - services?
Does the Blueprint trace show that itās trying to do it?
Does the diagnostic sensor register the action you think that you did?
Did you do the action on the same cube side you added the service call to?
These are physical actions sent to the BP the way you configured it. There is no way for me to troubleshoot this. That is why I built the diag sensor tool to help you know what side you are physically activating.
This is like me telling you I turned the key on my car and the radio works but it makes a noise and nothing happens. Please fix it for me. ( over chat )
Iām glad to help where I can, but some things are up to you.
Update: found out that when using call service with the cube turning on/off an entity all works perfectly fine, but toggle just doesnāt want to know.
as a note tho: since you wrote to set the script value for minimum brightness higher as low values might cause bugs i already have set mine to 15. But it also shuts off if you dim to low.
There is the minimum where it should stay on that you can pick, and I also set if it got below 5% it should shut off. This disables the shut off part, which appears to be causing you grief.
Taking that section out should assure the final setting to the light is the minimum level you set in the inputs.