Victron MultiPlus 2 48V Fan plug type

In the endeavor to silence an Victron MultiPlus-II 48/5000/70-50, i replaced the internal fan with a much more silent fan - the Noctua NF-F12 iPPC-24V-3000. For this purpose i needed remove the original fan. Unfortunately Victron decided to use a non-standard fan plug (which makes sense since the MP2 is also used in environments where the plug might be rattled out) which left me with two options: Cut the original fan and resolder the plug to the new fan –> Potential warranty loss Find the plug type for the fan After a while of researching i found out that it is a H2P-SHF-AA....

Klipper: bed_mesh: min/max points too close together

After having implemented KAMP (Klipper Adaptive Meshing)  on my Klipper instance, no print worked anymore as i always got the following message in the Klipper Console: 1 bed_mesh: min/max points too close together The reason is relatively simple - it is a bug  in my currently used slicer, OrcaSlicer  . It appears to be related to having multiple build plates visible in the slicer - hence it might not happen to you immediately as long as you do not use that feature....

Unifi Dream Router (UDR) shows internet offline but is online

My Unifi Dream router showed the internet status as offline since it had been upgraded to Unifi OS 3.x Per default the device tries to reach the address ping.ubnt.com which was reachable without any issues on the commandline of the device. Nevertheless i was not able to figure out why that doesn’t work. A thread on Reddit  finally told me the correct solution - it is possible to change the address....

Unifi Dream Router - Setup of podman

After having the new Unifi Dream Router for a while i had the desire to add additional services like NTP. For this you’ll need a container engine like podman which unfortunately isn’t pre-installed anymore. On-Boot Script Install the unifios-utilities according to instructions  : 1 curl -fsL "https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/HEAD/on-boot-script/remote_install.sh" | /bin/sh The directory /mnt/data/on_boot.d should now be available. Unfortunately the filesystem layout has changed in Unifi OS 2.x, hence we need to move the directory to the internal SSD:...

Unifi Dream Router (UDR) - Setup of the NTP Server

After i had installed my new Unifi Dream Router i discovered after a while that the time of some of the devices in my network was screwed up. After a bit of research i found that the UDR (in contrast to my previous Unifi Gateway) doesn’t feature NTP. Hence i had a pretty timeless setup. Setup of podman The NTP server is setup in a container  , hence it is important to first setup podman on the UDR....

Homeassistant - Exposure of binary_sensor state to the KNX bus

Recently i wanted to expose a binary_sensor state from Homeassistant to the KNX bus of my home. For this i wrote a simple automation blueprint:

Unknown Command "M486" in Klipper - Superslicer

On Multi-Object Prints in Klipper  , you might see the message: 1 Unknown Command "M486" To me that happened when i switched to Superslicer  . Thankfully it is easy to solve: Open Superslicer Open your Print Settings Search for “Label Objects” (should be in “Output Options”) Uncheck the tickbox That solves it ;)

Type Conversion from Int to Float in the Arduino Code

A couple days ago i played around with a SI7021 on my ESP8266 and recognized that the temperature output of the used Library  was given as an integer, so without a comma or dot for the separation of the decimal places. Like 2495 instead of 24,95°C. Not really problematic, but for using the numbers with MQTT it was relevant to convert it to the proper type which was “Float” Solution That is how this works:...

SAP HANA: check_pse_store.cc(00178) : Trying to add invalid certificate as part of own certificate PEM

If you try to manage your HANA certificates via SQL you might want to set the “OWN CERTIFICATE” where you come across the following error in your SQL Commandline: 1 2 Could not execute 'ALTER PSE HANA\_X509 SET OWN CERTIFICATE '-----BEGIN RSA PRIVATE KEY----- ...' SAP DBTech JDBC: [5634]: Certificate definition inconsistent Looking at the indexserver trace you will find: 1 2 [113263]{213394}[35/-1] 2016-05-24 15:44:56.384001 e Crypto check\_pse\_store.cc(00178) : Trying to add invalid certificate as part of own certificate PEM: exception 1: no....

SAP HANA virtualized on VMware vSphere

Today i found a helpful Link at SAP regarding the virtualization of SAP HANA on VMware vSphere: http://www.saphana.com/docs/DOC-3334