Go to file
Maurice Makaay c903677ac5 Added dynamic device naming by allowing a MAC address -> device name mapping in config.h. This keeps me from forgetting to change #define statements in config.h prior to building new firmware. The same firmware can now be deployed to all three my Metriful devices. Also added filtering to publishing values to Home Assistant. Values of zero are not published anymore (these are seen during device startup for example, and are disturbing the graphs. 2021-01-08 13:12:52 +01:00
.vscode Initial import. 2021-01-07 11:57:11 +01:00
doc Added particle sensor doc. 2021-01-07 14:41:24 +01:00
include Initial import. 2021-01-07 11:57:11 +01:00
lib Initial import. 2021-01-07 11:57:11 +01:00
src Added dynamic device naming by allowing a MAC address -> device name mapping in config.h. This keeps me from forgetting to change #define statements in config.h prior to building new firmware. The same firmware can now be deployed to all three my Metriful devices. Also added filtering to publishing values to Home Assistant. Values of zero are not published anymore (these are seen during device startup for example, and are disturbing the graphs. 2021-01-08 13:12:52 +01:00
test Initial import. 2021-01-07 11:57:11 +01:00
.gitignore Initial import. 2021-01-07 11:57:11 +01:00
platformio.ini Don't report unreliable data. Also translate Pa -> hPa, which is a more commonly used unit. 2021-01-08 02:01:24 +01:00