baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

Solar charging with go-e Charger (hardware v3) – PV Überschussladen mit go-e Charger (hardware v3)

1) Enable local HTTP API v2 inside go-e app (Internet -> extended settings) 2) Use curl to adjust charging: #adjust amps curl “http://1.2.3.4/api/set?amp=16” #set 1-phase curl “http://1.2.3.4/api/set?psm=1” #set 3-phase curl “http://1.2.3.4/api/set?psm=2” #start charging curl “http://1.2.3.4/api/set?frc=0” #stop charging curl “http://1.2.3.4/api/set?frc=1” Get settings (all or some, see https://github.com/goecharger/go-eCharger-API-v2/blob/main/apikeys-de.md ): curl “http://1.2.3.4/api/status” curl “http://1.2.3.4/api/status?filter=amp,psm”

Günstige Bankkonten für Privat und Firma (GmbH)

In Österreich ist es noch garnicht so einfach, günstige Konten zu bekommen, besonders für GmbHs. Für Einzelunternehmer gibt es zahlreiche Angebote, für GmbHs wird die Auswahl schnell eng (entweder weil Körperschaften vom Angebot ausgeschlossen sind, oder weil nur GmbHs in Deutschland akzeptiert werden). Aufgrund der Recherche der letzten 2 Jahre hier meine Empfehlungen: Privat – […]

Tesla CAN BUS hacking

Scan My Tesla (SMT) and OBD2 Bluetooth Adapter basics: https://teslawissen.ch/tesla-obd2-schnittstelle-auslesen/ https://play.google.com/store/apps/details?id=com.emon.canbus.tesla&hl=de_AT&gl=US Analyzers / Inspectors: https://github.com/amund7/CANBUS-Analyzer https://github.com/tesLAXApp/tesLAX https://github.com/hanswolff/TeslaCanBusInspector https://github.com/shred86/tesla-can-frame-tool CAN DBC file: https://www.csselectronics.com/screen/page/can-dbc-file-database-intro/language/en https://github.com/joshwardell/model3dbc/blob/master/README.md CAN BUS message/id overview: https://docs.google.com/spreadsheets/d/1ijvNE4lU9Xoruvcg5AhUNLKr7xYyHcxa8YSkTxAERUw/edit#gid=766812754 Tutorial (including Salae Logic Analyzer analysis): https://www.instructables.com/Exploring-the-Tesla-Model-S-CAN-Bus/

Gimp Tutorials

Gimp Free Download: https://www.gimp.org/ Tutorials English: Basics – https://www.youtube.com/watch?v=2EPIUyFJ4ag Gimp for Beginners – https://www.youtube.com/watch?v=_L_MMU22bAw&pbjreload=101 5 Ways to Remove Anything from a Photo in GIMP – https://www.youtube.com/watch?v=yNzIHrsmeIw GIMP Resynthesizer is BETTER Than Photoshop’s Content Aware Fill – https://www.youtube.com/watch?v=J61ExqvNcBQ G’MIC Foreground Extraction (Interactive) – https://www.youtube.com/watch?v=JfxTTU4yba8 Auto-Illuminate 2D shapes – https://www.youtube.com/watch?v=G1wYSJTsVtI Face Swap using Seamless Blending – https://www.youtube.com/watch?v=2e6FikWMkaQ […]

ZFS zpool creation

*CREATION* fdisk /dev/sdXXXX #then “g” to set type GPT sgdisk –zap-all /dev/sdXXXX zpool create poolname raidz2 /dev/sd[b-f] zfs set compression=lz4 poolname zfs set mountpoint=/mnt/poolname poolname *ADDING A SPARE* zpool add poolname spare /dev/sdXXXXXXX zpool set autoreplace=on poolname zpool status poolname *FORCING /dev/disk/by-id instead of /dev/sdX* zpool import -d /dev/disk/by-id/ata-Hitachi_HDS722020ALA330_JK1101YAKDJN7V-part1 -d /dev/disk/by-id/ata-Hitachi_HDS722020ALA330_JK1161YAGS0G5V-part1 -d /dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN1270FA02L5ED-part1 -d /dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN1270FA02TW8D-part1 […]

Geschirrspühler Fehler E15 BOSCH NEFF SIEMENS sd6p1f

Vielen Dank an Tobias von Küchekönig im Kampf gegen die geplante Obsoleszenz … Sein Tutorial hat bestens funktioniert: Unser NEFF sd6p1f zeigte den Fehler erstmals nach nur 6 Jahren (2-personen Haushalt, tägliche Nutzung). – Ob es das nächste mal wieder ein Bosch/Neff/Siemens Gerät wird? Wohl eher nicht … Bei Waschmaschinen/Trockner gibt es “professional” Geräte für […]

Thinkpad X1 Carbon G5 G6 (Gen 5, Gen 6) single key / keyboard repair: prevent lose keys from popping out – x1c5, x1c6, 5th, 6th replacement

Very unfortunately, Lenovo is refusing warranty repair for keys that are popping out. Even worse, they are accusing customers for “consumer induced damage”, despite many users having same or similar problems. Many for exactly the same keys – the keys that are used most often. Despite me being a Thinkpad fanboy, Lenovo’s behavior is unacceptable […]

Set battery charge limit for Apple MacBook, MacBook Air, MacBook Pro

This tool lets you configure the charge limit from your macbook’s SMC settings. You can then set a charge limit of e.g. 80% to expand the lifetime of your battery, as the degeneration is typically increased when charging above 80% and discharging below 20%. … Download: https://github.com/godly-devotion/charge-limiter/releases

Previous Posts Next posts