How to get the RAW Data from CAN ID #213
Unanswered
martin8310
asked this question in
Q&A
Replies: 1 comment
-
@martin8310 this was answered on discord
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Can someone explain to me how I can send the RAW data from an address via MQTT?
I would like to have this monitor data sent directly via MQTT. How does that work?
I need the DATA block so that I can use this formula in Node-RED:
(B2 * 16.777.216 + B3 * 65536 + B4 * 256 + B5 ) / 16 / 100
Wican has no space for this under Expression.
regards Martin
Beta Was this translation helpful? Give feedback.
All reactions