EmonScripts icon indicating copy to clipboard operation
EmonScripts copied to clipboard

Emoncms Stack Installation and Update scripts

Results 40 EmonScripts issues
Sort by recently updated
recently updated
newest added

1\. Default SSH password set using userconf file in /boot 2\. After running init_resize I then ran firstboot but with the do_resize part commented out Building on: https://github.com/openenergymonitor/EmonScripts/issues/145 and: https://github.com/openenergymonitor/EmonScripts/issues/147...

The latest RaspberryPi OS Lite 32bit /boot/cmdline.txt looks like this: > console=serial0,115200 console=tty1 root=PARTUUID=b1214a26-02 rootfstype=ext4 fsck.repair=yes rootwait quiet init=/usr/lib/raspberrypi-sys-mods/firstboot Note in particular: init=/usr/lib/raspberrypi-sys-mods/firstboot is different from previous call to resize...

@borpin often writes not to use pip with sudo and he is very right. For me, the use of sudo with pip was to install package globally and I thought...

https://github.com/openenergymonitor/EmonScripts/blob/850099f87a699a3b5ac6516ef5d8e3a312559ec0/update/main.sh#L66 An `apt update` is done, but not an 'apt upgrade` during the update process. On my old system, I had 600 odd packages to update. A fresh Nov22 image...

#163 Continuing and taking @alexandrecuer comments. Looks like the permissions are possibly wrong but also 0 size files being created ``` /var/log/emonhub: total 2884 drwxr-xr-x 2 pi root 260 Feb...

Does somebody has got this kind of things at boot in the apache2.error.log ? ``` cat: /sys/devices/virtual/dmi/id/board_vendor: No such file or directory cat: /sys/devices/virtual/dmi/id/product_name: No such file or directory cat:...

Latest version of EmonScripts builds correctly on DigitalOcean Ubuntu 20.10 x64 Build (2nd Nov 2022). Including php8.1 redis and mosquitto-php extensions. Install process requires a system reboot after first system...

This file https://github.com/openenergymonitor/EmonScripts/blob/658d982aa968076071d46df87ab9174d3c9df1e7/components_available.json is used directly from Modules/admin/admin_model.php **components_available()** function at the follow address: https://raw.githubusercontent.com/openenergymonitor/EmonScripts/stable/components_available.json Suggest to add : - description -> optional text that appear on the component module...

My version of `avrdude-rpi` had not been updated as part of the update process. I can see where it is installed, but not that it is then updated at any...

I was able to get through most of the script, but near the end, the script asks for a password, specifically "Please enter a new SSH password to secure your...