VOLTTRON / volttron

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

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

Open schandrika opened 1 year ago

schandrika commented 1 year 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 1 year 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 1 year ago

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

craig8 commented 1 year ago

I would say that the user should update to 8.2.

schandrika commented 1 year ago

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