Proddy

Results 323 comments of Proddy

See https://tasmota.github.io/docs/Safeboot/ and https://github.com/arendst/Tasmota/blob/development/partitions/esp32_partition_app2880k_fs320k.csv for examples. The idea is to create a smaller firmware image that is half the size and fits into 830Kb (it's now 1.9Mb). This could be...

that's friggin' awesome! you managed to create a bare-bone EMS-ESP with the WebUI. Other than MQTT and the project stuff what else did you have to exclude to fit this...

yes this is good. It's a nice addition. We would need to give bbqkees instructions on how to load the two images

what's the difference between 20 and 20.0 and why would IP-Symcon care?

ideally, we should make all numbers of type DeviceValueUOM::DEGREES be rendered as floats, if only I knew how. The ArduinoJson library always supresses the .0 . We would probably need...

I tried https://arduinojson.org/v6/how-to/configure-the-serialization-of-floats/#how-to-add-trailing-zeros and it didn't work for me

wow that's much cleaner. and we don't need make_float anymore? nice work!

> Also it sets the decimals only to scaled values. e.g.: designtemp, targetflowtemp, summertemp are int with 1 degree scaling. That's good and bad. Later if we want all temps...