Fibaro UI values

Hi Bill

I have found a topic, where we discuss, how to get from FIbaro UI a label content.
In this topic there is a solution, what apparently works for the other user, however
in my case, it doesn’t. I have tried the combination of all possibilities.

So a label content from Fibaro is supposued to be reached by

ui.lblName.text

like in this post

https://community.thehomeremote.com/t/re-fibaro-hc3-and-quickapps/2573/2

but it doesnt work for me

buttons can be reachable by uiCallbacks.btnName and using the onReleased function on trigger, but labels are not accessble. At least for me…

I am using HC3, maybe it is not possible with HC3 ?

THanks

@Zoltan_Kiss
Labels in HC3 works fine in HR, but you have to add all attributes manually.
EDIT
Is your Label updated correctly in HC3?

Yes, I have them correctly set and updated.
It’s exactly how it’s on your picture.

A QA Label is only updated in HR if its content changes, so try to force new values in HC3 and check that your QA in HC3 is also updated.
EDIT
If I understand you correctly, your QA is intended for lawn/greenhouse irrigation?
If you send me a PM with your QA I can see if I find any problem.

This QA is not about irrigation. That one i have finished already. Im this one i am using a virtual thermostat that’s getting the temperature value from another device, and puts it into one label.
From this label i need to get the temperature into HR.
Okay i will force some change, and will see.
Thanks a lot for the help/

@Zoltan_Kiss
If you write your QA data to HC3 dashboard, you can easily download this to HR.

self:updateProperty(“value”, VP_power)
self:updateProperty(“unit”, “W”)

Or is that place occupied with other data?

VP_power

Yes, that’s correct. And now i realized, that updating the label is the only way to update value in HR…
So that was my probelm…The updating
Thanks for the help. Really appreciate it.