emonpi
emonpi copied to clipboard
Raspberry Pi Based Energy Monitor. Hardware, Firmware & related software for the PI.
see https://community.openenergymonitor.org/t/has-var-log-filling-up-been-fixed/10985/5?u=pb66
In attempting to automate the switching of the postprocess, device and sync modules to newly created stable branches I came across an issue caused by for some reason certain repositories...
I installed the emonpi pre-built SD using the Raspberry Pi imager tool. I used the advanced option in the imager tool to change the username from the default 'pi' (for...
I downloaded emonSD-21Jul21 (Stable), but I don't have a screen, so I can only log in remotely. After I added the ssh file, I can connect but can't log in....
https://github.com/openenergymonitor/emonpi/blob/master/docs/firmware.md mentions how to update the firmware, but doesn't mention how to check the firmware version... Nor does it seem obviously anywhere in the UI how/where to check the versions...
Just downloaded and flashed... ``` $ md5sum emonSD-10Nov22_16gb.img d28fb4d0a32b09f023e21cd4c6d4e24f emonSD-10Nov22_16gb.img ``` Boots up fine but logging in via SSH is not working: ``` $ ssh [email protected] [email protected]'s password: Permission denied,...
There seems to be a lot of things in this repository that simply do not belong here. Does this need a complete clear out and only those items that are...
For sometime now emonPiLCD.py has had the comment on the line 34: config.read(path + '/emonPiLCD.cfg') # FIXME should live in /etc, not /usr/share/emonPiLCD Actually emonPiLCD.cfg is in /opt/openenergymonitor/emonpi/lcd (perhaps it...
Hi, I'm using a physical EmonPi, with the latest version of the prebuilt SD: `emonSD-21Jul21 (Stable)` I've `dd`'d the image to a number of SD cards, and found that no...
Fix RX print_frame function for loop to start at index 2 when using JEELIB_NATIVE format (otherwise sending node id is incorrectly printed twice on the serial FRAME). Fix transmitting to...