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

Roadmap API implementation of new features #13

Open
mpbzh opened this issue Mar 28, 2024 · 7 comments
Open

Roadmap API implementation of new features #13

mpbzh opened this issue Mar 28, 2024 · 7 comments

Comments

@mpbzh
Copy link

mpbzh commented Mar 28, 2024

The Wiser ecosystem will soon gain new features: A new device generation, room thermostats, heating controller and a weather station (See homepage for more details, German only).

As of now the features are planned on launching in July of this year.

What's the road map on implementing these featuries into the Wiser API? Ideally plugin developers would get some lead time to be able to integrate the functionality into their integrations.

image
image

@woodworm
Copy link
Member

woodworm commented May 8, 2024

🆕 There will be an update later this month!

@woodworm
Copy link
Member

woodworm commented May 8, 2024

Preliminary information:

  • A new μGWv2 is available now! (Wiser WLAN-Bedienaufsatz Generation B)
  • The µGWv2 comes directly with the API 6.0.X
  • The API 6.0.X is 100% backwards compatible with the API 5.1.X
  • For the µGWv1 there will be no API 6.0.X
  • For µGWv1 there will be a 5.X.X update at a later time
  • But the µGWv1 will never support all functions of API 6.0.X like thermostats, heating-controller, weather-station
  • The performance of the µGWv2 is extremely cool 🤭

@mpbzh
Copy link
Author

mpbzh commented May 8, 2024

My apartment with Gen B devices is ready, looking forward to the release of the 6.0.x docs!

@kinnkler
Copy link

kinnkler commented May 8, 2024

@woodworm Is there a reason to switch to the µGWv2 if i don't have a thermostats, heating-controller or weather-station? Are there any other features regarding push buttons exclusive to µGWv2?

@woodworm
Copy link
Member

woodworm commented May 8, 2024

The µGWv2 is a must 😄!
No... As long as everything worked so far, I wouldn't change.
It gets really exciting with the new products.

@senadjukic
Copy link

Could you elaborate a bit more on the performance difference between µGWv1 and µGWv2? Could you please share any measurements (e. g. on target_state calls)?

Is the current Android app (heavily) impacted by the performance difference, or was it just that the sessions don't keep alive and therefore have always to reconnect?

@woodworm
Copy link
Member

The service "api/loads//target_state" is sent over the kPlus bus, so it’s not much faster on the µGWv2 because the kPlus bus is the bottleneck.
Of course, there are many services, such as "api/loads", that are much faster with the µGWv2. However, this is especially noticeable in large systems (services with large response bodies).

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

4 participants