TA2k / ioBroker.gruenbeck

ioBroker Grünbeck Adapter
MIT License
10 stars 4 forks source link

New SE systems #61

Open letmoc opened 3 months ago

letmoc commented 3 months ago

Hello, could the new SE systems be included? I have an SE21 Thanks

Totte23 commented 2 months ago

I am interested as well. Also got SE21....

TA2k commented 2 months ago

Please provide an account login and password to tombox2020@gmail.com

TA2k commented 2 months ago

Please test v0.0.44

Totte23 commented 2 months ago

Please test v0.0.44

Connection is working! Haven‘t checked the values yet. Great work!

NigiNagiNu commented 3 weeks ago

Also recently got a SE18 installed. Adapter is 0.0.46 version. Adapter is green and general statistics get updated. But Stream folder stays empty and I only see {"type":6} entries every 5 to 10 seconds in the debug log. Anyone encountering the same?

Totte23 commented 3 weeks ago

Also empty with my SE21. What is expected to be within Stream? I am just interested in the consumption of water and Salt…

NigiNagiNu commented 3 weeks ago

To my understanding, there should be live data under Stream. Basically at least the same information, the SE18 is showing on its display. But I in general have the impression, that cloud connection by Grünbeck is quite buggy. My SE18 shows proper cloud connection, but I never can't get registration in app successful over point 9 (finishing cloud connection). Also live data in app is working only unreliably. Just configured a simple device watch in my Fritzbox on the device, to get a feel for its communication. Seems to send an alive every 2 mins. If cloud connection is working properly and app is connected successful, then device is sending for at least 10 mins after app connection.

NigiNagiNu commented 3 weeks ago

@Totte23: What happens on your end, if you enable the adapter? As soon as I have running the adapter for a while, live data provision in the app stops. But things live parameter changes still seem to work - e.g. triggering the regenration from UI still works. Can also be observed in Fritzbox device tracking. If connection works, as soon as I open the app, Grünbeck device seems to start data streaming. If live data provision stops, Grünbeck device only send its alive every two minutes, but doesn't do any data streaming any longer.

Totte23 commented 3 weeks ago

@Totte23: What happens on your end, if you enable the adapter? As soon as I have running the adapter for a while, live data provision in the app stops. But things live parameter changes still seem to work - e.g. triggering the regenration from UI still works. Can also be observed in Fritzbox device tracking. If connection works, as soon as I open the app, Grünbeck device seems to start data streaming. If live data provision stops, Grünbeck device only send its alive every two minutes, but doesn't do any data streaming any longer.

You are correct. Same on my side. What I do is following as that is all I require:

To be honest: water measurement is not very accurate. I use this in parallel to take values directly from the water meter. https://github.com/jomjol/AI-on-the-edge-device Quite high deviations within 1 month => higher than 1m³

NigiNagiNu commented 3 weeks ago

@Totte23: What happens on your end, if you enable the adapter? As soon as I have running the adapter for a while, live data provision in the app stops. But things live parameter changes still seem to work - e.g. triggering the regenration from UI still works. Can also be observed in Fritzbox device tracking. If connection works, as soon as I open the app, Grünbeck device seems to start data streaming. If live data provision stops, Grünbeck device only send its alive every two minutes, but doesn't do any data streaming any longer.

You are correct. Same on my side. What I do is following as that is all I require:

  • do restart of adapter each nigth at 2:00 am => then new values are called
  • look at the JSON under measurments that show consumption of water and salt
  • write new values to influxdb for the dates shown in the json

To be honest: water measurement is not very accurate. I use this in parallel to take values directly from the water meter. https://github.com/jomjol/AI-on-the-edge-device Quite high deviations within 1 month => higher than 1m³

Thanks for the confirmation. Sounds like I have to head into the same direction for the time being. Regeneration I can detect, as I have a measurement plug without relay connected. And our water meter had been replaced recently with a highly accurate ultrasonic one with wmbus (and as our town has individual AES keys on each, the key had been shared with us).