-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning for Plenticore G3, Requesting settings failed with code 503 #105
Comments
I am getting this error too. The plenticore adapter uses the unofficial API from Kostal. I just checked the API on my plenticore and it throws this error when trying to resquest the settings of the plenticore. Maybe simply a bug by Kostal or Kostal is not maintaining the API anymore and therefore they are ignoring these errors. Let`s wait for the next firmware update. |
Okay, thanks, good to know |
It is not a bug in the API as I thought at first look. The adapter requests a setting parameter (Generator:ExtModuleControl:Enable) which seems not to exists anymore in Plenticore G3 API. One can solve this issue by removing the following code from file "plenticore.js" |
Because someone may use it for Plenticore or Plenticore G2, it is probably better not to remove but add conditions for the device type. |
My post was just meant as a workaround hint for deepdreams71. For a pull request I agree with you that one should add conditions depending on the device type. |
I can confirm that there are only 2 options available on G3. But i do not believe that the paramater "Generator:ExtModuleControl:Enable" which is causing the mentioned issue has anything to do with battery management. |
Hi
I get with Plenticore G3 FW 2.4.2 following warnings.
Requesting settings - [{"moduleid":"devices:local","processdataids":["Dc_P","DigitalIn","EM_State","HomeBat_P","HomeGrid_P","HomeOwn_P","HomePv_P","Home_P","Inverter:State","LimitEvuAbs"]},{"moduleid":"devices:local:ac","processdataids":["CosPhi","Frequency","L1_I","L1_P","L1_U","L2_I","L2_P","L2_U","L3_I","L3_P","L3_U","P","Q","S"]},{"moduleid":"devices:local:battery","processdataids":["Cycles","SoC","I","U","P"]},{"moduleid":"devices:local:pv1","processdataids":["I","U","P"]},{"moduleid":"devices:local:pv2","processdataids":["I","U","P"]},{"moduleid":"scb:export","processdataids":["PortalConActive"]},{"moduleid":"scb:statistic:EnergyFlow","processdataids":["Statistic:Autarky:Day","Statistic:Autarky:Month","Statistic:Autarky:Total","Statistic:Autarky:Year","Statistic:EnergyHome:Day","Statistic:EnergyHome:Month","Statistic:EnergyHome:Total","Statistic:EnergyHome:Year","Statistic:EnergyHomeBat:Day","Statistic:EnergyHomeBat:Month","Statistic:EnergyHomeBat:Total","Statistic:EnergyHomeBat:Year","Statistic:EnergyHomeGrid:Day","Statistic:EnergyHomeGrid:Month","Statistic:EnergyHomeGrid:Total","Statistic:EnergyHomeGrid:Year","Statistic:EnergyHomePv:Day","Statistic:EnergyHomePv:Month","Statistic:EnergyHomePv:Total","Statistic:EnergyHomePv:Year","Statistic:OwnConsumptionRate:Day","Statistic:OwnConsumptionRate:Month","Statistic:OwnConsumptionRate:Total","Statistic:OwnConsumptionRate:Year","Statistic:Yield:Day","Statistic:Yield:Month","Statistic:Yield:Total","Statistic:Yield:Year","Statistic:CO2Saving:Day","Statistic:CO2Saving:Month","Statistic:CO2Saving:Year","Statistic:CO2Saving:Total"]}]) failed with code 503: {"message":"internal communication error, try again later"}
Any idea?
Greetings
Olaf
The text was updated successfully, but these errors were encountered: