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
emonhub not launching in ubuntu because of these:
Requires=var-log.mount
After=var-log.mount network.target
file: /etc/systemd/system/emonhub.service
/opt/openenergymonitor/EmonScripts/install/config.ini file lacks emoncms_modules[config]=master
so if install_emonhub=true it still does not install in ubuntu.
/opt/openenergymonitor/emonhub/install.sh i don't think that bluetooth modules is needed for ubuntu installation: bluetooth libbluetooth-dev
now:
sudo apt-get install -y python3-serial python3-configobj python3-pip python3-pymodbus bluetooth libbluetooth-dev
sudo pip3 install paho-mqtt requests pybluez
if [ "$emonSD_pi_env" = "1" ]; then
...
emonhub not launching in ubuntu because of these:
Requires=var-log.mount
After=var-log.mount network.target
file: /etc/systemd/system/emonhub.service
/opt/openenergymonitor/EmonScripts/install/config.ini file lacks emoncms_modules[config]=master
so if install_emonhub=true it still does not install in ubuntu.
/opt/openenergymonitor/emonhub/install.sh i don't think that bluetooth modules is needed for ubuntu installation:
bluetooth libbluetooth-dev
now:
improvement:
The text was updated successfully, but these errors were encountered: