Brian Orpin

Results 57 issues of Brian Orpin

https://github.com/openenergymonitor/emonhub/blob/afa562bb371a2a426c80ed15a96d808efefc2fed/src/interfacers/EmonHubSerialInterfacer.py#L74 https://community.openenergymonitor.org/t/valueerror-invalid-literal-for-int-with-base-10-ok/22567/1

Currently, all the sensors have very generic names so it is difficult to identify what device created them. e.g. `sensor.body_battery_highest` These need text to link to the Device e.g. `sensor.Garmin_connect_body_battery_highest`...

Would it be possible to have more than 3 severity states? In addition, could a specified textual severity element be displayed instead of the actual gauge number (os Low/Med/High/VHigh) for...

#85 solves the issue of logrotate not rotating it's own logs. However it does not solve the issue of once `/var/log` fills up the update can no longer run. @TrystanLea...

When running the scripts, I currently `tee` it to a log file. ``` ./main.sh 2>&1 | tee install.log ``` I suggest that this is done by default to aid debugging...

enhancement

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...

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...

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 ```...