hi guys, i’m really desperate and i need help. I am sincere: I am not a computer scientist and I am not a developer but I need someone to tell me where I can find if someone has ever done it, a program script to read the wifi data of the solax x-hybrid inverter sk-su3700e in the pico-c language.
I need it to include it in Loxone’s home automation programming.
thank you very much
Has something happened to integration? Everything was working until yesterday. After rebooting the system, I cannot access the data. ping on 5.8.8.8 works
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/src/homeassistant/homeassistant/components/solax/sensor.py", line 33, in async_setup_platform
api = await real_time_api(config[CONF_IP_ADDRESS], config[CONF_PORT])
File "/usr/local/lib/python3.7/site-packages/solax/__init__.py", line 37, in real_time_api
i = await inverter.discover(ip_address, port)
File "/usr/local/lib/python3.7/site-packages/solax/inverter.py", line 74, in discover
raise DiscoveryError()
solax.inverter.DiscoveryError
Hi - I am scraping data from my two Solutronic Solplus 25 inverters (they are both connected to my network) from their web interface by adding this to configuration.yaml :
I’ve moved into a new home with an inverter that reports it is an X1 Boost Air Mini. I’m extremely grateful to the hard work of the community here for the fact that I was fairly painlessly able to access its data by connecting it to my wifi and then adding the solax platform in my configuration.
I’m here now to ask a question about the data I’m getting, which is puzzling me. There are two entities of interest to me: sensor.solax_XXXXXX_power_now and sensor.solax_XXXXXX_exported_power
The power_now sensor seems to give very accurate data on solar generation. It correlates pretty much perfectly with my outdoor light level sensors. But this exported_power is a real mystery. For most of the data it pretty much tracks the solar generation, just hanging around at 50-200 watts below what’s being generated. But then there are these periodic negative spikes that would represent between 4 and 7 kilowatts of power being pulled FROM the grid. Now, of course the obvious thing is “something in the house is using a lot of power” … but for the life of my I can’t seem to establish a correlation between this sensor and ACTUAL power consumption in the home. I have a smart plug with energy metering on my washing machine. It can show the machine on a hot cycle using 2.4kw of power, but the difference between my generation and “export” stubbornly remains at 200w. At other times I see this 4kw usage spike, but nothing in the home seems to be on. My only conclusions are a) not everything in my home is actually connected to my solar or b) the generation figure is “live” but the export figure is either hugely delayed or is based on some kind of usage averaging not real-time data. Does anyone out there know more about how this works?