Replies: 6 comments 3 replies
-
Hi Fulvio, are you using this software or are you implementing yours? (if so, it's OT) I would say, you are reading the wrong register, you should take a look to this specs and double check the address of each register: https://github.com/Bettapro/Solar-Tracer-Blynk-V3/blob/v3.x.x/docs/1733_modbus_protocol.pdf |
Beta Was this translation helpful? Give feedback.
-
hi, no i'm using this software, i just add the part that write some variables on the hikvision camera, like: the question is which are the variable that i can use in the loop section to have battery and pv voltage, battery temp and overall battery current |
Beta Was this translation helpful? Give feedback.
-
hikvision is a ip camera and i send to it xlm code with all info that i want to see in overlay when camera broadcast in your code, i use Battery_voltage in the LOOP section but has always same value "6" |
Beta Was this translation helpful? Give feedback.
-
sorry, i forgot to tell that all value are ok, because i have implemented blynk and on mobile i can see that all value are ok, 6 is not a correct value. i loop section i have: in ConnectCamera3() function, i compose the message to send to the camera : but the values are wrong |
Beta Was this translation helpful? Give feedback.
-
in loop section all the value are not correct, but on the mobile are ok. the code are super optimize so i'm not so good to see when and where the BATTERY_VOLTAGE has the right value. for this topic im using the version 2, but the version 3 is very good |
Beta Was this translation helpful? Give feedback.
-
HI, i try to display data from epever to the Camera (hikvision).
What i can't be able is to pickup the value like BATTERY_VOLTAGE, i have a function in the loop section that every 5 minutes send to the camera some value but for BATTERY_VOLTAGE it is always 6.
In the V2 was simple, i used "bvoltage = node.getResponseBuffer(0x04) / 100.0f;"
somebody can tell me where pickup the value read from epever?
thanks
fulvio
Beta Was this translation helpful? Give feedback.
All reactions