floatplane / MitsuQTT

Use ESP8266/ESP32 hardware to control Mitsubishi heat pumps via MQTT
GNU Lesser General Public License v2.1
3 stars 2 forks source link

Mustache templates #39

Closed floatplane closed 5 months ago

floatplane commented 5 months ago

might not use this, still looking at alternatives.

the alternatives were either non-functional or blew up the program size, so here we go: a mostly complete implementation of Mustache templates for Arduino. passes all but one of the tests from the core spec. probably will turn this into a separate library at some point.

only changed the metrics endpoint in this PR, will change others in a followup.