Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plans to productionize Project builds? #92

Closed
cbrightly opened this issue Apr 20, 2020 · 13 comments
Closed

Plans to productionize Project builds? #92

cbrightly opened this issue Apr 20, 2020 · 13 comments

Comments

@cbrightly
Copy link

I have taken advantage of the flashing from pre-built app straight to firmware, but the build is stuck at the first release. Are there any plans to update this programmatically or by hand?

@sieren
Copy link
Owner

sieren commented Apr 21, 2020

Can you elaborate what you mean? OTA Updates?

@cbrightly
Copy link
Author

cbrightly commented Apr 22, 2020

To clarify, I was referring to updating the pre-built firmware you released so that it is kept up to date with the master branch.

@sieren
Copy link
Owner

sieren commented Apr 22, 2020

I'm confused, I updated the build here:
https://github.com/sieren/Homepoint/releases/tag/v0.03

Homepoint takes up too much space for an OTA Update right now, so you'd have to reflash it manually for the time being :/

@cbrightly
Copy link
Author

Manual flashing is okay! I missed the new release, thanks for pointing me that way. I didn’t know if you had considered integrating those release builds so they happen automatically on a push to master.

@sieren
Copy link
Owner

sieren commented Apr 22, 2020

I thought about doing the full CD approach, but quite often its just not worth it because the fixes and additions are rather incremental so far (plus I'd like to test master locally before rolling it out to everyone, since an update isnt as easy as on desktop or mobile)

@cbrightly
Copy link
Author

cbrightly commented Apr 22, 2020

I thought about doing the full CD approach, but quite often its just not worth it because the fixes and additions are rather incremental so far (plus I'd like to test master locally before rolling it out to everyone, since an update isnt as easy as on desktop or mobile)

devel or alpha branches? It would make it much more seamless to the end-user to always have a current build available; the toolchain requirements are very specific and have (at least to myself personally) been a huge hurdle to using Homepoint, which is part of why I prefer the release builds and their prebuilt images.

I think the ease of flashing firmware vs. building from source code is a barrier to entry for at least some users and that it may be weake worth considering some roadmap or a schedule for releasing updates builds. Just a thought!

@sieren
Copy link
Owner

sieren commented Apr 22, 2020

Yeah, I feel like a lot of people feel the same way.

But right now I'm still the sole maintainer of this project and there hasn't been a big feature or improvement in a while. Mostly just incremental improvements based on user feedback.

Of course, if I feel like an addition was critical to operation or is a massive improvement I'd do a new release rather sooner than later.

@cbrightly
Copy link
Author

Good to know!
Unrelated, except as maybe a possible feature for inclusion in the future, but have you considered adding Nextion HMI displays to the list of supported hardware? I feel like Homepoint would work naturally with something like this… Home Assistant Switch Plate or HASP comes to mind.

@sieren
Copy link
Owner

sieren commented Apr 22, 2020

Technically if it's supported by TFT_eSPI (https://github.com/Bodmer/TFT_eSPI) it should work pretty much out of the box.
I'm considering adding support for Raspberry Pi Zero next but that night be a big undertaking on its own.

@sieren
Copy link
Owner

sieren commented May 3, 2020

Working on OTA Updates next, which hopefully alleviates issues for people who don't want to connect and flash each single time:
#97

@cbrightly
Copy link
Author

I’m looking forward to trying OTA updates! For whatever reason the toolchain requirements hate me, so not needing to build from source while still enjoying the added features and fixes of new releases is great.

@cbrightly
Copy link
Author

It appears GitHub has solved this for us!

https://github.com/apps/release-drafter

@sieren
Copy link
Owner

sieren commented Sep 21, 2020

Nice, I'll use this next time I'm doing a new release. Thanks for the pointers :)

@sieren sieren closed this as completed Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants