-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Feature Planning for openHAB 5 #1693
Comments
We could also create issues for everything instead of maintaining the list here and add them to a project: https://github.com/orgs/openhab/projects |
@wborn I created a project containing the items mentioned above. |
If i'm not mistaken, it would also be possible to upgrade Graal from 22.0.2 (three year old by then) to 24.x Nevermind: i see it is already on the list ;-) |
@lsiepel See openhab/openhab-addons#17720 for the GraalJS upgrade. |
I just updated the project and added some functional and visible features. |
Thanks, @florian-h05! |
Ping @openhab/maintainers, you are welcome to join a discussion and provide your thoughts on OH5 planning! |
It would be nice to also have the possibility of an esp32s3 running as voice satellite for the openhab voice recognition |
Currently working on a Z-Wave JS integration and i hope it is ready for openHAB 5, no promise though. I think it would be a great alternative for our zwave implementation. |
Not sure what would be required for that, but I think openhab/openhab-core#4032 which is needed for voice assistant functionality in the UI would be important for that as well. WDYT?
Do you want to create an issue for that and add to the openHAB 5 feature planning project? |
Here is a real basic MVP, but it's running. I am not a programmer so if someone has better idea please up to you Esp32 code // Wi-Fi credentials // I2S configuration void setup() { // Connect to Wi-Fi // Configure I2S i2s_pin_config_t pin_config = { i2s_driver_install(I2S_NUM_0, &i2s_config, 0, NULL); void loop() { if (client) {
} Java Programm ` public class AudioReceiver {
} Basically a websocket port is necessary for the audio sink Also an idea you can look it up on rhasspy |
Another nice feature will be also this and this |
@holgerfriedrich : is this topic for everybody over the world asks what he would like in OH 5 ?! |
@lolodomo I tend to say yes, partly - especially if we get suggestions from regular contributors. Initially this was more intended for the maintainers. As we use the "project" linked in the post, there is no way to comment there. Though, my recommendation is to focus on key features and main selling points in this issue. Topics should be mentioned here in the comments if considered relevant as key feature or selling point. Discussions and implementation details should be separated out in new issues - otherwise we will see too much traffic here and everybody removes the subscription for this planning issue. The general wishlist discussion for future releases should be discussed in the community forum. Just my 2 cents. |
Github is for OH contributors ONLY, the policy can be read just below my post. @miloit please cease and move over to the forum. |
While i would prefer to state it a little different, i agree this issue should be about key features and not lengthy code sharing and issue picking. PS: @miloit is a long term contributor. |
(Incomplete) Development Plan for openHAB 5
see project:
https://github.com/orgs/openhab/projects/11/views/1
Background
There has been a long discussion in #1689 regarding the rollout of Java 21 and the end of life of 32-bit systems. To cut a long story short, Java 21 and the EOL for 32-bit systems should be coupled with next major release, OH 5. A possible timeline is not aligned yet (and should depend on the progress on the items listed above). The earliest possible date is summer 2025 (derived from the progress on the user visible feature "support Matter").
Let's use the list above as a starting point for a discussion. It is for sure incomplete - please comment, and I will update the list. Maybe you have features in mind that could be a selling point for our OH 5 release.
The text was updated successfully, but these errors were encountered: