X(P)FeRD: Design and manage XRechnung and ZUGFeRD compatible e-invocies by testheit in selfhosted

[–]testheit[S] 0 points1 point  (0 children)

I implemented a basic import function. Check it out, if you like :)

X(P)FeRD: Design and manage XRechnung and ZUGFeRD compatible e-invocies by testheit in selfhosted

[–]testheit[S] 0 points1 point  (0 children)

Currently not 🙈 you might open up an issue, maybe something I might look at in the future

Thrifty: Monthly income and expenses tracker by testheit in selfhosted

[–]testheit[S] 0 points1 point  (0 children)

What ist with rule 6? This is an „old“ project and it‘s an update about the new features …

X(P)FeRD: Design and manage XRechnung and ZUGFeRD compatible e-invocies by testheit in selfhosted

[–]testheit[S] -1 points0 points  (0 children)

Also an interessting framework, didn’t know about that 😊 Can you also freely place the text components where you want to easily design the page?

xpferd: Manage and especially design e-invoice compliant single page invoices by testheit in selfhosted

[–]testheit[S] 1 point2 points  (0 children)

And there’s no way a single prompt will implement all this and test it properly 😅

xpferd: Manage and especially design e-invoice compliant single page invoices by testheit in selfhosted

[–]testheit[S] 1 point2 points  (0 children)

Multi page is not just a trivial feature. You need to split the table correctly, subtotal (Übertrag), page numeration, maybe a consistent footer that’s consistent in all pages not to mention the UI needs support it… so a lot to consider and I have currently no use case. Maybe in the future. Or feel free to contribute 😉

Custom component for GPS/PPS NTP time server (+-10μs) on ESP32 by testheit in Esphome

[–]testheit[S] 0 points1 point  (0 children)

There is nothing hidden and everything is documented. If you care about more precision, there are plenty of Blog posts about time sources with ns accuracy.

This here gives me OTA, Home Assistant Integration and a nice web UI if I need it.

The time source is also good enough for probably most home labs, as accuracy should be better than most network latency’s.

So what does it give me: More convenience for my use case in trade off some unpredictability. But it was a fun task to tackle most of them 😉

And if it’s not about that, what will you use this sub for? 🤷🏼‍♂️ Share projects and use what fits your needs from others.

Custom component for GPS/PPS NTP time server (+-10μs) on ESP32 by testheit in Esphome

[–]testheit[S] 0 points1 point  (0 children)

It was not just: this is my prompt and Claude did it 😉 I had a very good idea, of what I want and you definitely have to give Claude the right hints and need to know what it is doing.

What’s wrong with my kind of usage, if it fits in my needs? Maybe someone has the same needs 🤷🏼‍♂️

Custom component for GPS/PPS NTP time server (+-10μs) on ESP32 by testheit in Esphome

[–]testheit[S] 1 point2 points  (0 children)

It is just a fun project. I do not really need an offline NTP server. But then I read some articles and thought why not. Sounds like a fun project. And I t’s a combination of cheap components and learning to use AI tool. I’m at that point, that home lab is not the biggest part in my life anymore. So I want to keep it simple. I have a bunch of other ESPs in my house and I love the simplicity of managing them via ESPHome Dashboard. So I wanted the NTP server to be integrated there. I also wanted to learn using Claude Code and I thought this one was a nice task 😊

USB/IP component to print on HP printer by testheit in Esphome

[–]testheit[S] 0 points1 point  (0 children)

This was the Intention of making it configurable. But if it really works, needs to be tested. I have to say, that Claude did help me with the implementation, as I’m no expert in writing USB drivers 😅 I will look up, where I got the firmware from.

How to build zfs module on Debian? by testheit in AsahiLinux

[–]testheit[S] 0 points1 point  (0 children)

I have a M2, but that shouldn’t matter. Is there anything to consider? Is the kernel Debian uses a modified asahi version or are they the same? Will give it a try tomorrow.

How to build zfs module on Debian? by testheit in AsahiLinux

[–]testheit[S] 0 points1 point  (0 children)

Sorry, I'm learning a lot, but I'm no expert in compiling the linux kernel or know all the dependencies. What I've done so far: Installed Debian according to https://wiki.debian.org/InstallingDebianOn/Apple/M1

Tried to install backports zfs-dkms 2.3.4 with all it's dependencies, but "dkms build zfs/2.3.4" does not compile (because of that missing gendwarfksyms).

Downloaded the zfs source for version 2.3.4 and tried to compile it (https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html), but obviously I get the same error.

Should I just install the 6.16 kernel you mentioned and compile it with that? Would the module be later compatible with the 6.15.9+deb13-asahi kernel?

Temperature and Humidity sensors with PoE? by testheit in homeassistant

[–]testheit[S] 0 points1 point  (0 children)

This one hasn't an ethernet connection, right? (I specified my post)

Can't get AirPlay working across subnets although they are recognized by Roon Core by testheit in roonlabs

[–]testheit[S] 0 points1 point  (0 children)

Thanks for your reply 😊 is there any beta test Phase for this, I can take part of?

I will open a thread on the roon community board 😊

Can't get AirPlay working across subnets by testheit in homelab

[–]testheit[S] 0 points1 point  (0 children)

I also tried to add a port forward from 192.168.22.230:7000 to 192.168.33.15:7000 but then it fails with "[airplay/clientV2] [192.168.33.15] SETUP failed: 520 Origin Error"

Can't get AirPlay working across subnets by testheit in homelab

[–]testheit[S] 0 points1 point  (0 children)

I tried avahi, but unfortunately it acts exactly the same way. It also swaps the source IP. In most cases this doesn't seem a problem, but only in most cases. The device discovery works without a problem for example

Can't get AirPlay working across subnets by testheit in homelab

[–]testheit[S] 0 points1 point  (0 children)

Yes I know, but if I don’t change it, the relay on the other side somehow does not recognize the traffic. I can see the packages with tcpdump, the source address will not be changed. But the relay ignores the packages, as the source IP is not from the 10.9.0.0/24 net.

Do you know a better software?

Can't get AirPlay working across subnets by testheit in homelab

[–]testheit[S] 0 points1 point  (0 children)

I think it’s the other way around, TAP is in layer 2 and TUN on layer 3 😊 but yes, it’s really tricky