Page A

*** currently under construction ***

Read More

Page B

*** currently under construction ***

Read More

Page C

*** currently under construction ***

Read More

Grafana water-temperature

Bosch Heat-pump, Influx, Grafana and Home-Assistant: get the water-temperature presented

Used Hard/Software:Home Assistant Frontend 20240806.1 Core 2024.8.0 Supervisor 2024.08.0 Operating System 12.4 HA-Integration: Bosch custom component v0.26.1 It was a hard time to find the right Grafana-settings to get the water-temperature presented.Bosch/Home-Assistant transports this value based on the state-series: Hence Grafana needs a statement as shown: Example output: Done 🙂

iPad Samba file transfer fails

To be able to copy files over from iPad to Samba-shares the enhanced compatibility with Apple SMB clients and interoperability with Netatalk 3 AFP fileserver must be enabled. Vfs-module is typically missing if you see in tshark messages like: To get this fixed add to the [global] section in /etc/samba/smb.conf the following command: The package

remove/rename files with spaces in filename(s)

Let’s examine the folder structure: Search for files with space(s) in the filename(s) To do a search within the current folder for all files with a space in the filename do: the “-maxdepth 1” parameter limits the search within the current folder.“-maxdepth 2” would search within the current and the first subfolder(s) To do a

Ubuntu: remove ipv4-protocol from ethernet interface

On my Ubuntu-host I have my ethernet-interface connected to an mirror-port.I want to remove the ipv4-protocol from this interface to avoid unnecessary traffic on this interface. With root-rights execute “nmcli connection show –active”: my ethernet-interface (enp6s0) has UUID 57bc44f6-5190-42b2-b17f-e928868a42c0. Let’s remove ipv4 : Check again: done!