You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together,
I have a smal setup with a Growat Neo 2000, a Neo 800M-X.
I can login using pypi_growattserver.
I can read more data than I need :)
I can adjust the outputpower of the noah, bu I tried to adjust the output of the neo.
But I´m not able to do this.
for the noah it looks like:
api.update_noah_settings('device_sn', 'default_power', [sys.argv[1]])and it works.
I tried several things for the neo, with no success.
I believe it should look like something like this:
response = api.update_inverter_setting(device_sn, 'pv_active_p_rate', [sys.argv[1]])response = api.update_ac_inverter_setting(device_sn, 'pv_active_p_rate', [sys.argv[1]])response = api.update_tlx_inverter_setting(device_sn, 'pv_active_p_rate', [sys.argv[1]])response = api.update_mix_inverter_setting(device_sn, 'pv_active_p_rate', [sys.argv[1]])but no success.
Any ideas?
Regards Michael
Beta Was this translation helpful? Give feedback.
All reactions