Closed uqs closed 3 months ago
Regarding your questions:
Regarding the current compressor frequency. If this is a bug in the API you should contact NIBE. I also reported one bug for my model and it got fixed in the next firmware release. I will not add any workarounds in the binding. As mentioned above it is built in a generic way and thus it will be hard to implement a specific workaround which will most likely not apply to all devices but only to some models.
So I do not see any bug in my binding -> Closed.
Hi there, thanks for working on this! I just upgraded my F1255 to the new myuplink and tested the API call on their page, so I have a dump of all the registers.
When converting my .items file over to the new binding, I noticed the following:
...#123
, like most any other binding, but the new one has them as...:123
, why is that?Just adding those 2 channels (even though they don't show up?) seems to just work, as I can get the number of compressor starts and degree minutes just fine.
So here's the dump, these 2 don't show up in the binding channels, but they work nevertheless:
^^ why is latter one "writable"?
This one seems buggy, claiming compressor is running at 1Hz, when it's off. I do have an earlier json dump where the value correctly was 0Hz ... oh well, will have to see what happens when the hot water starts later today. Isn't it possible to do some input verification in the items file? I might want to rewrite 1Hz to 0Hz there ...