VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
452 stars 217 forks source link

Add base historian error handling when device point data has invalid string content #3130

Open schandrika opened 8 months ago

schandrika commented 8 months ago

User posted html string in a point to device topic instead of to record topic. This cause base_historian to error. The user was testing this in older volttron(7.0.1?) Test and make sure historian handles this correctly in the latest volttron version.

schandrika commented 8 months ago

What should be expected behavior. Should we skip that single point and still record everything else for that timestep and record error? Should status of historian show bad? @rlutes @shwethanidd @craig8 - thoughts?

schandrika commented 8 months ago

I am not able to reproduce this error in develop, releases/8.2, releases/8.1.

craig8 commented 8 months ago

I would say that the user should update to 8.2.

schandrika commented 8 months ago

@rlutes could you comment. Could the users update to 8.2?