emonpi icon indicating copy to clipboard operation
emonpi copied to clipboard

Raspberry Pi Based Energy Monitor. Hardware, Firmware & related software for the PI.

Results 21 emonpi issues
Sort by recently updated
recently updated
newest added

uselogfile is always True if using config.get() the solution is to use config.getboolean() The current solution does not work. It always need a logfile. If you specify uselogfile = false...

https://github.com/openenergymonitor/emonpi/blob/9f87e5380ac4042e300f6f80d115695fc491b00f/firmware/src/src.ino#L93 The model referenced here (77DE-06-09) is now no longer manufactured. It has been replaced with 77-DB-06-09. Spec sheet for old model: https://www.farnell.com/datasheets/1596487.pdf Spec sheet for new model: https://www.farnell.com/datasheets/1772940.pdf There...

I downloaded emonSD-21Jul21 imaged and created a SDcard to install in Rpi zero w 2. At the time of created imaged I did modify hostname, SSH and Wifi settings, using...

I purchased and installed an emonPi to read power consumption, PV production, etc. It was working just fine for many years to suddenly stop logging one day without any warning....

new install of emonSD-21Jul21.img onto emonpi error: Warning: require_once(/home/pi/demandshaper/lib/misc.php): failed to open stream: No such file or directory in /opt/emoncms/modules/demandshaper/demandshaper-module/demandshaper_controller.php on line 31 Fatal error: require_once(): Failed opening required '/home/pi/demandshaper/lib/misc.php'...

I recently installed emonSD-24Jul20, and one of my ansible jobs is complaining about a recursive symlink in /opt. If I remove it it gets recreated, so it appears something is...

In [src.ino](https://github.com/openenergymonitor/emonpi/blob/24dee5dd0ed66a6f366b11d1dd90a0bde74fb6fc/firmware/src/src.ino#L232), the variable `now` is set to the result of `millis()`. The [Arduino documentation for this function](https://www.arduino.cc/reference/en/language/functions/time/millis/) states: This number will overflow (go back to zero), after approximately 50...

bug

There appears to be no versioning on the emonpi repository. The impact of this is that there is no way to confirm what state the emonpi part of an EmonPi...

bug
enhancement

Following on from a discussion https://community.openenergymonitor.org/t/help-fatal-error-after-emonpi-update/9681 where a user updated then had issues with their system, I suggest that users are encouraged to backup their instance before performing updates. Even...

enhancement
documentation

See https://community.openenergymonitor.org/t/permanent-raspberry-pi-booting-after-failed-emonpi-update/10963?u=pb66

bug