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

createWaterMeterDevice - How to get UI Element in App? #5

Open
geri-m opened this issue Sep 10, 2023 · 2 comments
Open

createWaterMeterDevice - How to get UI Element in App? #5

geri-m opened this issue Sep 10, 2023 · 2 comments

Comments

@geri-m
Copy link

geri-m commented Sep 10, 2023

I created a Water meter

  const waterMeter = await freeAtHome.createWaterMeterDevice("DemoWaterMeter", "Demo Water Meter")
  waterMeter.setAutoKeepAlive(true);
  waterMeter.setAutoConfirm(true);
  waterMeter.isAutoConfirm = true;

The device is visible in the installer area of the SAP, but I'm unable to make the "card" of the device visible in the app to get the values. (eg: there is "Energy Management" for the home screen of the app, but how do I get this also for the water meter"?)

@geri-m
Copy link
Author

geri-m commented Nov 18, 2023

The elements for the water Meter "flash" approx. every second. Any idea why? I don't have this for other devices.

Bildschirmfoto 2023-11-18 um 19 34 47

@StefanGuelland
Copy link
Contributor

At the moment there is no visualization implemented in the actual firmware 3.2.4.

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