Administrator Log Energy Data on a Raspberry Pi with rbAmp — CSV and SQLite in Python, No Cloud The monitors read it; the relay acts on it — this one keeps it . An rbAmp module and a Raspberry Pi make a standalone logger: timestamped voltage, current, power and kilowatt-hours appended to a CSV f... python 30/07/2026 Projects and Tutorials
Administrator Trip a Relay on Over-Current from a Raspberry Pi — Local Load Control in Python The Pi monitor reads the current; this one acts on it . When a circuit stays over your limit, a Raspberry Pi switches a GPIO relay to shed the load — locally, in its own Python loop, no Home Assistant... python 30/07/2026 Projects and Tutorials
Administrator Meter Several Circuits from a Raspberry Pi — a Multi-Module rbAmp Bus in Python The single-module monitor read one circuit. A whole home has more — mains plus branches, or three phases. On a Raspberry Pi the answer is the same as on a microcontroller: a bus . Two or three rbAmp m... python 30/07/2026 Projects and Tutorials
Administrator Build a Raspberry Pi Energy Monitor with rbAmp — Live Watts in Python, No Cloud If your home server is a Raspberry Pi, you don't need an Arduino or Home Assistant to read your mains — a few lines of Python and an rbAmp module will print 230.4 V · 0.21 A · 48 W · 0.97 PF to the te... python 30/07/2026 Projects and Tutorials
Administrator Which boards and frameworks can I use with rbAmp? Anything that speaks I²C: ESPHome / Home Assistant , Arduino / C++ (ESP32, Uno, Nano, STM32, RP2040…), Python on a Raspberry Pi or other Linux SBC, and ESP-IDF . All four client libraries are open and... Arduino esphome faq integration python 30/07/2026 FAQ