Replies: 3 comments 5 replies
-
|
In general, we would want to have parsers for the requests and responses for the communication hooked up here: nibe/nibe/connection/nibegw.py Line 705 in d900b70 So if you have log files or access to the pump via a gw start modifying that file and run the library on commandline on log files or against a gw and get it to parse the data correctly. |
Beta Was this translation helpful? Give feedback.
-
|
Have done some more testing with my setup writing and reading via mqtt. Thank you for your feedback. |
Beta Was this translation helpful? Give feedback.
-
|
@Lightwars for S-series (not sure about F) -> #256 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm looking into writing back my surplus power to a nibe heatpump, so it can adapt to it.
Already known is address which is used by eme20 0xa4. Then there are could be some read/write tokens like 0x50, 0x60, 0x70.
If we answer 0x60 with something like 0xc0 0x60 0x06 0x00 0x00 0x00 0x00 0x"low byte power" 0x"high byte power" 0x"checksum" it gets displayed by the heatpump.
Have someone more insights or maybe can make a dump of the communication between the heatpump and an eme20?
This would be great.
Beta Was this translation helpful? Give feedback.
All reactions