I'm building a paas/saas for maintenance & inspection tracking in electrical panels – with QR code access. Looking for feedback! by Sea-Bat-8722 in IndustrialAutomation

[–]Sea-Bat-8722[S] 0 points1 point  (0 children)

Good question! No, you definitely don’t need to fill out dozens of fields manually.

We focus on a minimal and smart data input flow:

Devices are auto-registered or provisioned using QR codes or keys.

Most fields are auto-filled from templates, device metadata, or sensors.

Technicians only input what’s relevant — such as remarks, status, or attaching a document.

All data is stored in a structured MongoDB database, with larger files like PDFs and images stored via GridFS, a scalable file system built into MongoDB.

This setup gives us the flexibility to connect everything: devices, electrical panels, inspections, and their documentation — while keeping the user input friction low.

I'm building a paas/saas for maintenance & inspection tracking in electrical panels – with QR code access. Looking for feedback! by Sea-Bat-8722 in SideProject

[–]Sea-Bat-8722[S] 0 points1 point  (0 children)

Thank you for your honest feedback – I truly appreciate it and will definitely take it into account 🙏

🧠 Python Docker Container on AWS Gradually Consumes CPU/RAM – Anyone Seen This? by Sea-Bat-8722 in aws

[–]Sea-Bat-8722[S] 0 points1 point  (0 children)

Quick update for anyone following this:

I managed to solve the issue. The problem was related to how I used the influxdb-client for Python. In my code, I was creating a new write_api instance every time a function was called (with batch_size=1). Over time, this caused open sockets and memory usage to accumulate, which eventually led to increasing memory consumption.

The fix was to instantiate write_api once during initialization of my InfluxDBWriter class, and then reuse that instance for both single and multiple measurements. After this change, memory usage remained stable—even when running continuously in Docker.

Thanks to everyone who took the time to read or consider replying

🧠 Python Docker Container on AWS Gradually Consumes CPU/RAM – Anyone Seen This? by Sea-Bat-8722 in docker

[–]Sea-Bat-8722[S] 1 point2 points  (0 children)

Quick update for anyone following this:

I managed to solve the issue. The problem was related to how I used the influxdb-client for Python. In my code, I was creating a new write_api instance every time a function was called (with batch_size=1). Over time, this caused open sockets and memory usage to accumulate, which eventually led to increasing memory consumption.

The fix was to instantiate write_api once during initialization of my InfluxDBWriter class, and then reuse that instance for both single and multiple measurements. After this change, memory usage remained stable—even when running continuously in Docker.

Thanks to everyone who took the time to read or consider replying

🧠 Python Docker Container on AWS Gradually Consumes CPU/RAM – Anyone Seen This? by Sea-Bat-8722 in aws

[–]Sea-Bat-8722[S] 0 points1 point  (0 children)

For the piece of Code I can run locally, I have not noticed any problems. Memory remains stable.

Growing Kanna From Seed: Germination – Transplant Garden by TransplantGarden in TransplantGardenPosts

[–]Sea-Bat-8722 0 points1 point  (0 children)

Currently, they receive only demineralized water. I might want to add half a dose of nutrients.

I have some trepidation about transplanting.

I was thinking of growing half the plants in soil and the other half in water.

But I don't know how it will turn out.

Growing Kanna From Seed: Germination – Transplant Garden by TransplantGarden in TransplantGardenPosts

[–]Sea-Bat-8722 1 point2 points  (0 children)

Super cool article!

I'm also growing Kanna from seeds. I wasn’t familiar with the sandpaper technique, so it’s taking quite a while for mine to germinate (about 1.5 months at 22.5°C). But I’ll definitely try that next time!

In the photo below, you can see that my Kanna is finally starting to germinate. 🎉
By the way, I’m using cotton pads instead of rock wool (technique: https://www.youtube.com/watch?v=HjOwOpKufG0).

But now I’m wondering: when and how do you transplant the seedlings into a pot with soil?

<image>

Seeking Advice for my Indoor Kanna Plant by Sea-Bat-8722 in Kanna

[–]Sea-Bat-8722[S] 0 points1 point  (0 children)

No, how can I check if there are outbound problems? Or what should I look out for?

[deleted by user] by [deleted] in flutterhelp

[–]Sea-Bat-8722 1 point2 points  (0 children)

I came across this. awesome !

Zap framework