You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 usd to be in /usr/share/emonPiLCD)
Anyway as I have changed emonPiLCD.cfg on all my devices (mainly to get away from using the default MQTT password) this causes me to have to fiddle each time I want to check if there have been any real updates to the emonpi code - as I have to login change to /opt/openenergymonitor/emonpi and do 'git stash' before trying to any update, then check if any real changes have been made and then doing 'git stash pop' to get my configuration back.
Any chance that emonPiLCD.cfg can be correctly moved to /etc ??
The text was updated successfully, but these errors were encountered:
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 usd to be in /usr/share/emonPiLCD)
Anyway as I have changed emonPiLCD.cfg on all my devices (mainly to get away from using the default MQTT password) this causes me to have to fiddle each time I want to check if there have been any real updates to the emonpi code - as I have to login change to /opt/openenergymonitor/emonpi and do 'git stash' before trying to any update, then check if any real changes have been made and then doing 'git stash pop' to get my configuration back.
Any chance that emonPiLCD.cfg can be correctly moved to /etc ??
The text was updated successfully, but these errors were encountered: