Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 805 Bytes

File metadata and controls

12 lines (7 loc) · 805 Bytes

primos-log-parser

The Primos is a solar thermal controller manufactured by prozeda. The device has an SD card slot that can be used to log sensor readings but unfortunately this log is in a binary format that requires a windows only program to view the data.

This project is an attempt to reverse the binary format so data can be extracted programmatically.

The device with WiFi SD card attached: contoller with SD card extender attached

You should be able to read logs for any of the other primos devices.

For further info you can see a simple example implmentation using a wifi sd card here: https://github.com/gotbadger/solar-monitor