hugo

Hugo So I decided that it was the time to get rid of wordpress it bloated, and it seems like everything else it got couth in the AI everywhere hype and move to something that make a little be more sense like a static site generator, specially since a while git is running everything I do. Choosing it wasn’t that hard, I like golang so the obvious choose it’s hugo and to be honest is wasn’t that hard because there are a lot of ready to use tools to import from basically all platform (in my case I used wp2hugo) ...

29 June 2026 @ 06:17 · Updated: 21 July 2026 @ 06:21 · leo

EPEVER TracerAN - Modbus

I’m experimenting with solar power I got a EPEVER TracerAN here some notes to read the power produced: root@BeagleBone:/opt/modpoll/arm-linux-gnueabihf# ./modpoll -r 1 -c 1 -b 115200 -r 0x331a -p none -1 -t3 -0 /dev/ttyUSB0 modpoll 3.16 - FieldTalk(tm) Modbus(R) Master Simulator Copyright (c) 2002-2025 proconX Pty Ltd Visit https://www.modbusdriver.com for Modbus libraries and tools. Protocol configuration: Modbus RTU, FC4 Slave configuration...: address = 1, start reference = 13082 (PDU), count = 1 Communication.........: /dev/ttyUSB0, 115200, 8, 1, none, t/o 1.00 s, poll rate 1000 ms Data type.............: 16-bit register, input register table -- Polling slave... [13082]: 1291 root@BeagleBone:/opt/modpoll/arm-linux-gnueabihf# ./modpoll -r 1 -c 1 -b 115200 -r 0x200c -p none -1 -t1 -0 /dev/ttyUSB0 modpoll 3.16 - FieldTalk(tm) Modbus(R) Master Simulator Copyright (c) 2002-2025 proconX Pty Ltd Visit https://www.modbusdriver.com for Modbus libraries and tools. Protocol configuration: Modbus RTU, FC2 Slave configuration...: address = 1, start reference = 8204 (PDU), count = 1 Communication.........: /dev/ttyUSB0, 115200, 8, 1, none, t/o 1.00 s, poll rate 1000 ms Data type.............: discrete input -- Polling slave... [8204]: 0

19 June 2026 @ 00:24 · Updated: 21 July 2026 @ 06:21 · leo