Having just installed a new Solax X1 Boost inverter, I tried all the different methods to access the json data url.
It seems that Solax has changed this and to access it now you need to be connected to the inverter wifi and use the following url:
http://5.8.8.8:80/?optType=ReadRealTimeData
This will give a json response like this:
{“type”:“X1-Boost-Air-Mini”,“SN”:“XXXXXXXXXX”,“ver”:“2.32.6”,“Data”:[0.0,0.0,60.8,124.8,0.0,247.8,0,32,2.6,25.1,0,0,10,0.00,0.00,0,0,0,0.0,0.0,0.00,0.00,0,0,0,0.0,0.0,0.
00,0.00,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0.00,0.00,0,0,0,0,0,0,0,49.98,0,0,0,0,0,0,0,0,0,0.00,0,8,0,0,0.00,0,8,2],“Information”:[3.000,4,“X1-Boost-Air-Mini”,“XXXXXXXXXXXXXX”,
1,3.24,1.09,1.10,0.00]}
I have removed the serial number for the wifi adapter and inverter.
Data appears to be in same format as here: https://github.com/GitHobi/solax/wiki/direct-data-retrieval