Devices and fields


#1

1) Give a description of the problem
how do I get the associated fields for a device … i.e. for my thermostat, what is the field to display temperature or set-point ?

2) What is the expected behavior?
(PUT YOUR INFO HERE)

3) What is happening/not happening?
(PUT YOUR INFO HERE)

4) Post a Green Snapshot of the pistonimage
(UPLOAD YOUR IMAGE HERE)

5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS THEN HIGHLIGHT ALL OF THE LOGS SND CLICK ON THE </> ICON TO FORMAT THEM)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

Documentation is usually hard to come by. You can find parameters by logging to console and see what pops up. You can just log the physical device and see what options it gives or you can put it in an expression. When you use ‘[device:’ it will pop up all your options after the ‘:’. You can log multiple parameters to confirm which is the one you are looking for. Similarly for commands, you can do ‘with device’ and look at what command options are available.