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

https://github.com/openenergymonitor/EmonScripts/blob/e5b4e7583d69dd0e1134a457094ad19ebc6869ff/install/mosquitto.sh#L12 As per most configurations, instead of editing a configuration file that may well be modified on upgrade, use drop in file of settings in the '/etc/mosquitto/conf.d` folder.

enhancement

https://community.openenergymonitor.org/t/additional-kernel-errors/22377/2 The following error is seen on a fresh EmonSD card image ``` Jan 5 17:57:28 emonpi kernel: [ 8915.551988] w1_master_driver w1_bus_master1: Attaching one wire slave 00.d50000000000 crc 68 ```...

Following [https://github.com/openenergymonitor/EmonScripts/blob/master/install/rpi-install.md](https://github.com/openenergymonitor/EmonScripts/blob/master/install/rpi-install.md). 5\. cmdline.txt does not contain the line `init=/usr/lib/raspi-config/init_resize.sh` it instead contains `init=/usr/lib/raspberrypi-sys-mods/firstboot`. I removed that line instead. 9\. A slightly different procedure is required here, rather than copying...

This file https://github.com/openenergymonitor/EmonScripts/blob/658d982aa968076071d46df87ab9174d3c9df1e7/firmware_available.json is used directly from Modules/admin/admin_model.php **firmware_available()** function at the follow address: https://raw.githubusercontent.com/openenergymonitor/EmonScripts/stable/firmware_available.json This is just a heads up! :) https://github.com/emoncms/emoncms/pull/1732

I would like to introduce a new way to install the stack via a makefile it's just a proposal to simplify the maintenance because in the scripts, there are really...

after reboot emonpiupdate.log will be present, remove to ensure emonpifirstupdate runs next time... 1\. Set WiFi country code sudo raspi-config 2\. Prepare wifiAP: sudo systemctl disable hostapd.service sudo wifiAP start...

documentation

'apt' may be in use when the scripts wish to install a package. No check is made to ensure it has installed sucessfully or if apt is in use. This...

The `config.ini` file includes user and password settings for MQTT. These are not used in the `settings.ini file` It would be useful if the config.ini offered the ability to set...

In import/restore documentation see note: *Note: If a new emonSD pre-built-SDcard image has been written to an SD card larger than 4GB the read-write `~/data` partition should be expanded to...

enhancement
documentation

Screenshots of my rotated logs based on the logrotate and log2ram configuration on the present release (https://github.com/openenergymonitor/EmonScripts/tree/master/defaults/etc/logrotate.d): ![rotated_logs](https://user-images.githubusercontent.com/503186/62602282-4cfd3a00-b8eb-11e9-8cb0-faaf7b7aa5ca.png) ![rotated_logs_emoncms](https://user-images.githubusercontent.com/503186/62602288-4ff82a80-b8eb-11e9-8d77-d978c2bf4923.png) ![rotated_logs_emonhub](https://user-images.githubusercontent.com/503186/62602289-51c1ee00-b8eb-11e9-92b8-49ad939e7581.png) Is this number of rotated logs based on the 100k...

testing required