Replies: 2 comments
-
I am no Python expert, but Sensor data / new values for something are sent as delta messages over the WebSocket connection. The simplest delta is {"updates":[{"values": [{"path":"a.b", "value":3.14}]}]}. This is what my ChatGPT query gave me - looks legit to my non-pythonist eye.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Also: the title of your entry does not match the content at all. Are you a human or a bot? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a raspberry pi 4b and a x728 ups. i already have gps data being sent to signalk from my BerryGPS IMU v4 and i also have data being sent there from my arduiono mega. But everytime i try to write a python script to send data there i can never get it to work. My data from my ups is just voltage and percent. I thought it would be handy to have that data just to keep an eye on it. I been trying to get this to work for a while now and I am at the end of my rope. I am not experienced in this, I have been playing with raspberry pi's, arduino's, etc for about a year now.
Here is my code
Beta Was this translation helpful? Give feedback.
All reactions