Replies: 8 comments
-
You can select specific bit with:
added into entity description. |
Beta Was this translation helpful? Give feedback.
-
I dont know how to read bits from 0 to 4 and then get integer from 0 - 17 like in a table.
but not working |
Beta Was this translation helpful? Give feedback.
-
Show me full entity description and please don't forge to wrap the yaml snippet in ```{code}``` (It's simple, just select text which belongs to the yaml snippet and click on button which looks like this "<>"). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
this reads single register and return value 0 or 1 |
Beta Was this translation helpful? Give feedback.
-
Ah sure, I get it now! 😉 You need to use mask:
|
Beta Was this translation helpful? Give feedback.
-
And there is also another route you can take:
|
Beta Was this translation helpful? Give feedback.
-
Thank You for your help and tips.
|
Beta Was this translation helpful? Give feedback.
-
I need help with writing yaml code.
How can I read bits from registers?
Register 0x3104 return integer like 12610 or 12866.
I need to get values in table for that number.
Thanx
Beta Was this translation helpful? Give feedback.
All reactions