Maurice Makaay mauricem
  • Joined on 2021-05-24
mauricem pushed to main at OpenSourceProjects/sidn-lxd-ansible-demo 2021-05-28 13:32:44 +00:00
a40ccff671 Test commit pull merge thingy
54bfb7d713 Fixed vlans: syntax in netplan example.
836af509a9 Last commit after demo.
ad989ef1ee "Done"
Compare 10 commits »
mauricem created branch main in OpenSourceProjects/sidn-lxd-ansible-demo 2021-05-28 13:32:43 +00:00
mauricem created repository OpenSourceProjects/sidn-lxd-ansible-demo 2021-05-28 13:32:22 +00:00
mauricem transferred repository mauricem/go-toml to OpenSourceProjects/go-toml 2021-05-28 13:24:53 +00:00
mauricem pushed to main at OpenSourceProjects/arduino-ESP01-P1-smartmeter-to... 2021-05-28 13:23:15 +00:00
08926337a4 Added example home-assistant config file.
401777e1ee first commit
Compare 2 commits »
mauricem created branch main in OpenSourceProjects/arduino-ESP01-P1-smartmeter-to... 2021-05-28 13:23:14 +00:00
mauricem created repository OpenSourceProjects/arduino-ESP01-P1-smartmeter-to... 2021-05-28 13:22:47 +00:00
mauricem pushed to main at OpenSourceProjects/arduino-metriful 2021-05-28 13:17:16 +00:00
1bcb67bb12 Added Metriful board documentation PDF.
604198c352 Added white light level to the output.
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.
d67511fbb5 Don't report unreliable data. Also translate Pa -> hPa, which is a more commonly used unit.
0767d1661f Added particle sensor doc.
Compare 6 commits »
mauricem created branch main in OpenSourceProjects/arduino-metriful 2021-05-28 13:17:15 +00:00
mauricem created repository OpenSourceProjects/arduino-metriful 2021-05-28 13:16:51 +00:00
mauricem pushed to main at OpenSourceProjects/arduino-doughboy 2021-05-28 13:16:32 +00:00
e48e44f287 Implemented the calibration mode and introduced a 'height' value in the mqtt stream, which is (container height - distance measurement). First implementation, so much might still change. I'm thinking about introducing a virtual sensor, but I'm not sure yet what the cleanest implementation will look like.
e416dab9dd Temperature and humidity are now propagated to the distance sensor.
2022eb33c5 Got rid of the now useless main.h #include.
02e5cc2e14 Implemented state change handling using a plugin mechanism for the new AppStateController class. This way, I now have a class that handles all state changes, combined with a loosely coupled plugin for it, which takes care of notifying an communicating the state changes.
4c5ea8c001 Backup work on making the application state a separate class, so I can keep all state knowledge in one place.
Compare 10 commits »
mauricem created branch main in OpenSourceProjects/arduino-doughboy 2021-05-28 13:16:31 +00:00
mauricem created repository OpenSourceProjects/arduino-doughboy 2021-05-28 13:16:05 +00:00
mauricem pushed to main at OpenSourceProjects/pgbouncemgr 2021-05-28 13:15:44 +00:00
31335197dc Implemented node poller tests.
5e84e88bc1 Completed the postgres module tests.
475e20a588 Backup work in progress on postgres tests.
c8595f0a55 Backup work on unit tests using a psycopg2 stub.
4f8f1473a1 Moved all constants into their own pgbouncemgr.constants module.
Compare 10 commits »
mauricem created branch main in OpenSourceProjects/pgbouncemgr 2021-05-28 13:15:43 +00:00
mauricem created repository OpenSourceProjects/pgbouncemgr 2021-05-28 13:15:22 +00:00
mauricem created branch main in OpenSourceProjects/go-toml 2021-05-28 13:14:46 +00:00
mauricem pushed to main at OpenSourceProjects/go-toml 2021-05-28 13:14:46 +00:00
22144487f0 String parser replaced with a low level parser for performance.
ed846c7e53 Wrote a first crude version of specific tokenizer handlers for string parsing. Missing feature is good error reporting from the tokenize handler code (which has been a TODO for a while, so a nice one to implement after this).
5ff6f20ab7 Speed improvements
74274e04fb Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte.
44f022544f Restructured the BurntSushi testing code, to not let it be a part of the TOML AST.
Compare 10 commits »
mauricem created repository OpenSourceProjects/go-toml 2021-05-28 13:14:25 +00:00
mauricem created branch main in OpenSourceProjects/go-parsekit 2021-05-28 13:14:04 +00:00