Jaakko Haakana

Results 27 comments of Jaakko Haakana

Based on quick git bisect, it is this commit that has broken it: 101a18fc8466577501b57eac6a4b5d07351c9ec6. The commit before that (22bcc7be428c94e9408f589966c2040187245d81) still works.

Based on quick git bisect, it is this commit that has broken it: 101a18fc8466577501b57eac6a4b5d07351c9ec6. The commit before that (22bcc7be428c94e9408f589966c2040187245d81) still works.

Is there a workaround and/or do you need help in fixing this?

I was able to replicate it with a query to a table that has about 10 columns and returns roughly 20+ rows (SELECT \* FROM Table). If I take the...

Here are some observations... I have a table called PlayerAccount with 1313 rows. "SELECT COUNT(*) FROM PlayerAccount" works "SELECT \* FROM PlayerAccount" fails before getting any rows "SELECT Name FROM...

Hey, @petergolde do you think this could be merged?

@petergolde , After a couple of months, I'm again asking whether this could be merged? Please comment if there are some concerns.

@petergolde Do you think this change would make sense?

This might be related to the fact that these are values that the HA sends conditionally. For example: ``` if (supports_charged) { if (datalayer.battery.status.total_charged_battery_Wh != 0 && datalayer.battery.status.total_discharged_battery_Wh != 0)...

Here for example while the BE doesn't yet have the cell voltages available, it still reports status to MQTT/HA with these missing values: ``` if (battery.info.number_of_cells != 0u && battery.status.cell_voltages_mV[battery.info.number_of_cells...