Jakub Darmach
Jakub Darmach
Do you guys know when these can get added to ZHA?
@stuartm Me however, I'm pretty sure this IS the wrong place to ask - but maybe I'll reach someone using this particular sensor, who knows - what is the "distance...
@nazar-pc Oh, I don't think we are talking about the same thing :D from my point of view, the data was just fine. Just the data in the list for...
Uuuh, now you've got my attention! :D Do you think we (well, you, It's way above my head) might find some new metrics in the newer app? I wonder if...
As we're looking at the metrics from two different points of view, just wanted to show you what I get off local API: ``` curl -sd "?optType=ReadRealTimeData&pwd=" -X POST http://192.168.1.10...
I wonder if value calculation part is right in [squishykid/solax](https://github.com/squishykid/solax) library - used in [Home Assistant Solax integration](https://www.home-assistant.io/integrations/solax)
> They (Solax engineers) have a very confusing way to represent data structures and mobile app is VERY badly designed IMHO. They don't reuse constants or anything, you literally see...
> Hi, I got X3-Hybrid-G4 installed last month and I started dabbling with local API today. > > I can confirm that positions 90,91 match Yield System to Grid Today,...
Using this oneliner to grab data fast, excluding values with 4-5 digits (depending on the load I'm using to debug): ``` ln=0; for i in $(curl -sd "?optType=ReadRealTimeData&pwd=SRXXXXXXXX" -X POST...
Quick update, as I initially thought that Grid A/B/C Power values are showing PV -> Load power added to Grid -> Load power, it looks like when I started charging...