This website requires JavaScript.
Explore
Help
Sign In
OpenSourceProjects
/
arduino-metriful
Watch
1
Star
0
Fork
You've already forked arduino-metriful
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
1.5
MiB
C++
74%
C
18.1%
HTML
7.9%
c903677ac5
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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