Chris Elsworth
Chris Elsworth
If a new database works I wonder if it's because some columns have changed type - for example status used to be an int, but is now a string. So...
Ok, just have to work out what breaks it, my guess is status. I wonder if mine worked because I had no rows for about a year so for internal...
One last test for now, if you could try the binaries at https://github.com/celsworth/lxp-bridge/actions/runs/8292872863 when they're built. This one hardcodes the status field to 0, so it's not a proper fix,...
Oh fault_code and warning_code are probably going to suffer the same fate. Ok I need more of a rethink :) Going to have to work out how to get the...
https://github.com/celsworth/lxp-bridge/actions/runs/8292922880 will also bodge out fault_code and warning_code
Awesome thanks, that at least confirms a goal to work towards :)
https://github.com/celsworth/lxp-bridge/actions/runs/8293129761 has a better fix and should send proper status/fault_code/warning_code to InfluxDb again if you could test? Thanks!
I'll leave this open as while we solved one problem, there's still missing database integration ;)
Huh, thats weird that it just dropped by itself? Initially I wondered if https://github.com/celsworth/lxp-bridge/pull/242 was to blame, but your dev version is from well before that. So your readings dropped...
It looks like a bit of crucial detail is missing in that error, it should be referring to the serial/datalog - they need to be 10 characters for the config...