f.zz.de
archives / 2022 /

09

Waffenverbote

Posted Sat 03 Sep 2022 05:29:46 PM CEST Florian Lohoff in

Das man das noch dabei sagen muss. In Halle/Saale scheint das nötig.

Historische Hardware

Posted Sun 04 Sep 2022 10:07:50 PM CEST Florian Lohoff in

Der Schrank sollte in den 1. Stock. Geländer demontiert, Gabelstapler und dann scheitert es an einer Türzage die 3cm zu eng ist so das wir nicht um die Ecke kommen.

Ruhende Schönheit Ansbach

Posted Sun 04 Sep 2022 10:08:38 PM CEST Florian Lohoff in

Und ich weiss genau wo die alle rumfummeln. Pottsäue.

Kunst

Posted Sun 04 Sep 2022 10:09:55 PM CEST Florian Lohoff in

Solche formen haben etwas total Künstlerisches. Faszinierend.

Riese im MX5

Posted Sun 04 Sep 2022 10:11:53 PM CEST Florian Lohoff in

Ich muss feststellen das der MX5 echt zu klein für mich ist. Es fühlt sich an wie ein Gokart und man hat das Gefühl das man in einer Pfütze ertrinken kann aber ich passe schlicht nicht vernünftig rein.

Mobbender Fahrstuhl

Posted Sun 04 Sep 2022 10:13:23 PM CEST Florian Lohoff in

Wir waren zu 4. und der Fahrstuhl kann 5 Menschen. Trotzdem hat der gesagt das wir zu dick sind und wollte uns nicht in den 4. Stock fahren.

Claims stecken

Posted Mon 05 Sep 2022 08:06:27 AM CEST Florian Lohoff in

Vor 3 Monaten hing der noch nicht hier. Jetzt hat Siegelsdorf einen CBD-O-Mat.

Ich gehe davon aus das hier Claims gesteckt werden. Sobald das legal ist werden da auch THC haltige Dinge verkauft werden. Der ECKarten Leser für dir Altersverifikation ist ja schon drin.

Führerschein

Posted Tue 06 Sep 2022 07:45:14 PM CEST Florian Lohoff in

Yeah ... das große Kind hat den AM Führerschein bestanden. Schnell musste ich mit ihm zum Straßenverkehrsamt um den abzuholen. Danach ging es direkt das erste mal mit dem Roller zur Schule und ich bin nach Hause gelaufen.

Tasmota SML Script for Easymeter Q3DA1002

Posted Tue 13 Sep 2022 03:10:01 PM CEST Florian Lohoff in

It took me a while to get this going - Reading out the Smartmeter with a NodeMCU but finally its there. So in case you have the same Smartmeter, in this case the Easymeter Q3DA1002 this is your Tasmota Script for SML decoding.

I'll put up all the other stuff like OpenSCAD/STL files for the 3D printed Case, and other descriptions the next days.

>D
>B
=>sensor53 r
>M 1
+1,13,o,0,9600,SML
1,0-0:96.1.255*255(@#),Serienummer,,serial,0
1,1-0:96.5.5*255(@1,Status,,Status,0
1,1-0:21.7.255*255(@1,L1,W,L1,18
1,1-0:41.7.255*255(@1,L2,W,L2,18
1,1-0:61.7.255*255(@1,L3,W,L3,18
1,1-0:1.7.255*255(@1,P_in,W,P_in,18
1,1-0:1.8.0*255(@1,EC,kWh,EC,4
#

Easymeter: Building Tasmota

Posted Wed 14 Sep 2022 10:32:04 AM CEST Florian Lohoff in

If you want to use Tasmota for parsing your SML output and sending it out to MQTT you need to get tasmota from git, change some stuff, build it and flash it to your NodeMCU.

The easyiest way is to build tasmota with the espressif toolchain in a Docker container. To create the docker container:

git clone https://github.com/tasmota/docker-tasmota 
cd docker-tasmota
docker build -t docker-tasmota .

Now you have a usable toolchain. Next step is to fetch tasmota and enable SML and fix the immediate MQTT sendout to a different Topic:

git clone git@github.com:arendst/Tasmota.git
cd Tasmota
git checkout -b build v12.1.1
curl https://github.com/flohoff/Tasmota/commit/c64dea980a5bdde75e4d1097c4c384bc08f49813.patch | patch -p1 -E 
curl https://github.com/flohoff/Tasmota/commit/9669193390e64e926267f4af1aa8aed41617991b.patch | patch -p1 -E

And now we need to build Tasmota:

mkdir platformiocache
docker run --rm -ti -v $PWD/platformiocache:/.platformio \
    -v $PWD/Tasmota:/tasmota \
    -u $UID:$GID \
    docker-tasmota \
    -e tasmota4M

And there is your tasmota NodeMCU binary in Tasmota/build_output/firmware/tasmota4M.bin

In case you need to flash your NodeMCU by USB because you have a 1M flash version installed and cant do "Over The Air" (OTA) upgrades - use esptool like this:

esptool --port /dev/ttyUSB0 --baud 1000000 \
    write_flash --flash_size=4MB \
    -fm dio 0 \
    Tasmota/build_output/firmware/tasmota4M.bin

And continue your normal setup by joining the Wifi the Tasmota opens.

Fliegende Qualle

Posted Sun 18 Sep 2022 08:12:27 PM CEST Florian Lohoff in

Neben einer künstlichen Taube war Festo mit einer Fliegenden Elefantengroßen qualle da. Sehr beeindruckend und sicher ein cooler job.

Steckdose in der Verteilung

Posted Fri 23 Sep 2022 11:29:08 AM CEST Florian Lohoff in

So sieht das gut aus. Dann kann der Sicherungskasten auch wieder zu.

Schraubertreff

Posted Sun 25 Sep 2022 01:01:26 PM CEST Florian Lohoff in

Nach der Überholung des Vergasers mit neuen Dichtungen, Düse, Nadel und Gaszug läuft sie nun sehr gut.