nmakel
nmakel
> Thanks! In the meantime, can I somehow use a "fixed" attribute for the data type encoding when writing? For now, I only want to write UINT16 values to a...
> Thanks, passing an int works fine, Really, how? I just noticed the necessary function to encode data to a register (`_encode_value`) was missing. > Could I still just do...
@herbi3, have you tried using the `write()` function on the `active_power_limit` register?
> I tried adding > > `"export_control_mode": (0xe000, 1, registerType.HOLDING, registerDataType.UINT16, int, "Export Control Mode", "", 1),` `export_control_limit_mode": (0xe001, 1, registerType.HOLDING, registerDataType.UINT16, int, "Export Control Limit Mode", "", 1),` `export_control_site_limit":...
Ok @herbi3. Attached is a modified `__init__.py` which has the required registers and supporting functionality added. Let me state the following before you begin: **I have not tested this. I...
> thank you @nmakel I really appreciate this and all the work you've put into this! > > I tried the changing of settings and commit, however it I get...
> Interesting - I didn't have to enable the advanced power control or change the RRCR mode (Although it is explicitly stated in the Solaredge documentation) > > I wrote...
Can you provide a bit more context? What kind of kwh meter is it? How is it connected? You say a different inverter shows the correct values, is that at...
And with regard to your other question, self consumption is a function of import, export and production, all of which are present in the data. Your import/export values look really...
Looking at the meter data more closely practically all values are wrong or outright gibberish. You said the meter values are correct when you used a SE10 inverter -- is...