Inverter remote control #246
Replies: 10 comments 27 replies
-
Interesting read @Satal! At this moment there's no indication in the API v1.2 that they allow sending instructions to the inverter. |
Beta Was this translation helpful? Give feedback.
-
What is your datalogger @Satal ?
Mine is DLS-W running |
Beta Was this translation helpful? Give feedback.
-
Just a note that Solis support today told me that remote control only works on hybrid inverters, not string ones (like ours). |
Beta Was this translation helpful? Give feedback.
-
Did anyone ever get this working? When I try to send data to that endpoint, I get the following: { If anyone ever got a python script to work with this atCommandV3 endpoint, please share.... This is killing me :) I'm starting to wonder if this endpoint allows "API" authentication. That "Resource" (resource1300386381676591899) I have no idea what that is... Its not in my headers or body, Its not the inverter ID. etc.. Wondering if theres a way to "scrape" and pretend the script is a web user and not api.... |
Beta Was this translation helpful? Give feedback.
-
Hello, I noticed that since a few days there is also support for string inverters. At least my model gives an On and Off button to control my Solis inverter remotely! 🎉 So I reached out to the local support team immediately (Netherlands/Belgium) because a few days earlier they enabled the remote control for me. Got a blank page and after some messaging we came to the conclusion that mine was a string converter which isn't supported. So I asked if it was planned in future and he replied with no. He told me later that he also reached out to China (headquarters?) Apparently there is new software released inbetween those days which makes this feature available. I looked for release notes or whatsoever but couldn't find anything. |
Beta Was this translation helpful? Give feedback.
-
I wonder if we can create a HA service for this, especially now HA services also can return data. |
Beta Was this translation helpful? Give feedback.
-
Hello All I too have been interested in remote control of the inverter. I reached out to Solis UK earlier in the week, by creating a support ticket (https://solis-service.solisinverters.com/en/support/tickets/new), requesting any documentation for the remote control API. SolisCloud Platform API Document - Device Control V2.0 Sections 1 and 2 of 'my' document appear to be the same as sections 1 and 2 of the document (SolisCloud Platform API Document V2.0) stored in the repository, leaving only about 6 pages of "new" stuff. The document refers out to a s/sheet containing a list of data items it is possible to set/retrieve. This lists things like charge times/currents etc. i.e. the same items that can been seen on the app's Inverter Control section. Maybe if more of us reach out in a similar way, maybe they can be pursuaded to release the document without the NDA? Meanwhile I am going to reachout to them again requesting permission under the NDA to share the document with the dev-team, for the purposes of updating the plugin and distributing. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm also very interested in this. I'm new to HA and I think it would be really useful to set certain parameters of the inverter. Mainly to decide when to charge the battery from the grid and when to allow discharge of the battery. It looks like the inverter control has recently been rolled out to everyone in soliscloud.com. I wonder if this means that it can now also be changed over the API. I'm not familiar with plugin development, but I'm happy to help in testing some functionality. |
Beta Was this translation helpful? Give feedback.
-
I applied for access to the API but after two weeks I still hadn’t received a response. I responded to the auto generated ticket and then got a response. They wanted me to fill out a non disclosure agreement.
After reading through all the fine print gave it up
…Sent from my iPhone
On 26 Jan 2024, at 2:02 am, FrankTaylorLieder ***@***.***> wrote:
This is very interesting. I am currently getting quotes from an installer for a system including a Solis Hybrid inverter. If there is API access to control battery charging I will push ahead with the install and if possible help out any work here to integrate.
I am looking to control the battery charging using a solar prediction for the following day to determine how much of the battery to charge on cheap rate overnight power and how much to leave for solar the following day. Has anyone else done this for other systems?
—
Reply to this email directly, view it on GitHub<#246 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUESEBU4X4JFC7XMHTZWLIDYQKM4VAVCNFSM6AAAAAATUPNH7SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DENBYGQ2DG>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I put a very rough draft together in https://github.com/nathan-gs/solis-control it handles the forcechargesoc, forcedischargesoc. |
Beta Was this translation helpful? Give feedback.
-
Hey all,
I'm not sure if this is the right place, but I thought I would share it as I imagine it's something that a lot of you will be interested in.
While submitting a ticket to Solis, I noticed that there was a category to request remote control of your inverter. This allows you to control the inverter from the website or your phone. From a brief look it looks like you can control anything that you could directly from the screen on the inverter.
For me, the main use case is being able to set the charge from the grid without having to climb into my loft. I'm guessing that this is exposed via some API though I doubt it's going to be the same API we're using for reading the information.
To get the Remote Control Access, go to the Solis Service Center and submit a new ticket specifying the "Product Type" to be "PV Inverter" and the "Tickets Type" to "Remote Control Access", filling out the rest of the details as you would normally. I would recommend being clear in your description that you want Remote Control Access in addition to the API access, as initially, the support team tried adding API access a second time, despite me already having it enabled.
You should then get a response in a day or so letting you know that the Remote Control Access has been approved and you need to log out and log back in.
In the email, you'll get the following screenshots of how to access the Remote Control area.
You will also be able to access it through the website, which looks like this
Whether you go in through the app or the website, they will present you with a disclaimer that you have to agree to regarding the use of this functionality.
Anyway, I thought I would share and hope it is useful 😊
Beta Was this translation helpful? Give feedback.
All reactions