Wrong gas value causes unknown errors

Hello.

Seems the validation routine on the gas value under Configuration → Energy throws an error when you add, for example, 2.62 KwH

thing is, I’m not 100% sure where or what config file holds this value to remove it. The logs show that

Screenshot 2021-10-12 at 14.29.59

Digging into this a little more, the error reported in the logs is

digging into the code itself, I’m wondering if this could be one of the issues?

it correctly defines number_energy_price as a float if stat_compensation is set to None. I initially thought this might be the cause of the error, if you supplied a float already

Screenshot 2021-10-12 at 17.09.23

but that doesn’t do much so im kinda lost still.