I got a Solarprofit Inverter (spanish company), integrated as sensor template in HA.
(basically doing a REST sensor, then extracting the data from the output with a sensor template, device returns a comma separated string)
Is there a way to flag this sensor as a solar panel production?
or do I need to create a full integration as inverter?
it is working fine since then.
you can pretty much import any of the values displayed in the DUT webpage
I would say that specially interesting (besides production), is that you can also monitor the device state, in case there is a grid fault, or it stops working for any reason
This is from the serial monitor device they install to the DUT, the installer that came home, did not have much (or any) info about it.
After they configured the wifi, I scanned the IP, found the web page, and reverse engineered the access method, and the URL that provides the information. The IP was what my DHCP Server assigned (I changed to statically assigned afterwards)
Also, you WANT to access it, as they left it wide open, with open SSID being broadcasted at full power, so it is something you should configure and secure
The URL should be: http://DUT_IP/status/status.php
Hi Javier,
Thanks to your comments I could access to my DUT, but how can I integrate it into HA, is there any integration plugin already?
How can I make the AC to start if I’m generating more power than I’m spending inf the temperature of the room is over 25º C for example?