The Loggamera custom integration for collecting consumption data from your Loggamera-connected power meeter is now added to the HACS library.
Github repository: https://github.com/svante-jacobsen/loggamera-home-assistant/
The Loggamera custom integration for collecting consumption data from your Loggamera-connected power meeter is now added to the HACS library.
Github repository: https://github.com/svante-jacobsen/loggamera-home-assistant/
$ sudo apt-get install gnome-session-fallback # And log in with Classic No Effects ditching Unity and Compiz
$ gsettings set org.gnome.desktop.wm.preferences button-layout 'menu:minimize,maximize,close' # move windows buttons to the right
$ gconftool-2 --set /apps/metacity/general/button_layout --type=string
'menu:minimize,maximize,close' # again for chrome
$ gsettings set org.gnome.nautilus.preferences always-use-location-entry true # Fix broken address bar in Nautilus
Remove top desktop panel (place tray on the bottom right and set up Ubuntu Main menu bottom left using Alt-Right clicks), Tweak my MS-mouse speed.
sudo gedit /lib/udev/rules.d/97-bluetooth-hid2hci.rulesLook for the folowing lines:
# Logitech devicesSimply change from hiddev to hidraw like:
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ RUN+="hid2hci --method=logitech-hid --devpath=%p"
# Logitech devicesRestart Ubuntu (sudo reboot now). Short-press connect button on both keyboard and dongle. Done.
KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ RUN+="hid2hci --method=logitech-hid --devpath=%p"
sudo gedit /lib/udev/rules.d/62-bluez-hid2hci.rules