How to get current or hourly values of SPH 10000TL-US? #128
Unanswered
Dozen-Tech
asked this question in
Q&A
Replies: 1 comment 14 replies
-
|
what device type is your inverter?
maybe you are using the wrong api (not mix)? does the mix example work? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
This device is a hybrid inverter. but I can not get the value include PV&bettery.
Please help me how to debug?
api = growattServer.GrowattApi(True)
api.server_url = 'https://server-api.growatt.com/'
login_response = api.login("OOOOO", "xxxxxx")
user_id = login_response['userId'] #
plant_list = api.plant_list(user_id)
plant_id = plant_list['data'][0]['plantId'] # only one plant
device_list = api.device_list(plant_id)
mix_sn = device['deviceSn']
mix_data = api.mix_detail(mix_sn, plant_id)
Why mix_data is None!!?
Beta Was this translation helpful? Give feedback.
All reactions