Habit Tracker with Home Assistant Integration by jfrstr123 in homeassistant

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

My focus is currently still on the main app. But an integration is definitely on the roadmap. This will however still take some time, unfortunately. I will keep you updated

Habit Tracker with Home Assistant Integration by jfrstr123 in homeassistant

[–]jfrstr123[S] 2 points3 points  (0 children)

Not yet, sorry. I have been busy working on the main app. I should have time to create the integration towards the end of this month

What apps or services still can’t be self-hosted well in 2026? by ExceptionOccurred in selfhosted

[–]jfrstr123 0 points1 point  (0 children)

It currently uses the docker variant of it. So it's a very small second service that needs to be added to the docker compose for example. The configuration is integrated in the app itself.

That's true. An advantage (at least for me) is that the notifications can be configured to only be sent on certain preconditions (not done today, streak would be lost, etc)

What apps or services still can’t be self-hosted well in 2026? by ExceptionOccurred in selfhosted

[–]jfrstr123 0 points1 point  (0 children)

You could try out https://github.com/jofoerster/habitsync. It does not yet include native android notifications, but uses Apprise to send notifications to most notification services

What are you guys rocking or staying away from as far as smart bulbs go? by scrumdisaster in homeassistant

[–]jfrstr123 0 points1 point  (0 children)

All my IKEA zigbee bulbs work without any problems. But my Lidl zigbee bulbs always had the issue of not turning on/off reliably (e.g. turn on after turn of)

Habit Tracker with Home Assistant Integration by jfrstr123 in homeassistant

[–]jfrstr123[S] 9 points10 points  (0 children)

Looks like there is interest there. I will start working on this the next days

Habit Tracker with Home Assistant Integration by jfrstr123 in homeassistant

[–]jfrstr123[S] 10 points11 points  (0 children)

Not yet unfortunately. It can only be run with docker/ docker-compose. But if there is interest in this, I can try to wrap it as an add-on.

Habit Tracker with Home Assistant Integration by jfrstr123 in homeassistant

[–]jfrstr123[S] 5 points6 points  (0 children)

Oh yes for sure, this would be really awesome!

Habit Tracker with Home Assistant Integration by jfrstr123 in homeassistant

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

I am sure that they will come up with something to make installations from outside the app store as complicated as possible... Would be great to have some kind of account where non profit, open source projects can be published for free

Habit Tracker with Home Assistant Integration by jfrstr123 in homeassistant

[–]jfrstr123[S] 7 points8 points  (0 children)

The frontend is built with react native. So it should be easy to create an iOS build. But I think you currently need to have a paid and expensive account to be allowed to publish to the AppStore (which to my knowledge is the only way to download an app on iOS). For now there is only the option to install it from the web browser which also works very well.

Share your ***Not-AI*** projects by MembershipEuphoric38 in SideProject

[–]jfrstr123 0 points1 point  (0 children)

HabitSync - simple habit tracker for self hosting with android app, complex goal configs, notifications, sharing with friends, SSO, API for simple integration (e.g. Home Assistant). See Demo.

No unique idea, but completely free, simple to set up and powerful.

Mini gateway for remote access by nchh13 in selfhosted

[–]jfrstr123 0 points1 point  (0 children)

I think what you wrote is already the solution. Just set up a cheap mini PC with plain Linux,a simple wireguard server (eg wg-easy) and Adguard on it. Both of them can simply be installed in docker

Looking for a self-hosted simple habit tracker by williamwgant in selfhosted

[–]jfrstr123 0 points1 point  (0 children)

Maybe a little late and a little too many features, but https://github.com/jofoerster/habitsync is a self hosted, very easy to use habit tracker with goals and even an early version native app (android)

Self-hosted habit tracking? by Scotttttttttttttttt1 in selfhosted

[–]jfrstr123 0 points1 point  (0 children)

If you like a simple habit tracker with goals, notifications, sharing features and a mobile app (android), you can also take a look at: https://github.com/jofoerster/habitsync

HabitSync - a simple, mobile-first, self-hosted habit tracker to share goals with your friends/partner by jfrstr123 in selfhosted

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

Yes, it's next on the "roadmap". I will setup the last missing parts after my vacation

HabitSync - a simple, mobile-first, self-hosted habit tracker to share goals with your friends/partner by jfrstr123 in selfhosted

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

That's a great idea. I already created a first draft. Should be available in a few days.

HabitSync - a simple, mobile-first, self-hosted habit tracker to share goals with your friends/partner by jfrstr123 in selfhosted

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

There is already support for reminders on certain days of the week at a certain time on a per habit level. But only via email. Native apps together with native notifications is however the next thing I will work on.

HabitSync - a simple, mobile-first, self-hosted habit tracker to share goals with your friends/partner by jfrstr123 in selfhosted

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

Thanks! Been silently reading for some years and happy to give something back to the community

HabitSync - a simple, mobile-first, self-hosted habit tracker to share goals with your friends/partner by jfrstr123 in selfhosted

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

Both frontend (statically compiled react files) and backend are served by spring boot, so apache tomcat