-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support for Bosswerk MI600 #96
Comments
Based on this output, there should be already support. The only question is why it won't connect now 🤔 Could you post the raw output of that page here? (replace sensitive data for dummy) We could also have one-to-one contact for remote debugging. |
Here is the raw output:
I hope I caught all sensitive data ;-) |
Are you also active on Discord? You can find me there under the name: |
A pre-release is coming, should work with your inverter |
@HartmutHartmann please try with v2.3.0 :) |
Thanks for the update. Thanks again for the quick response and update to the integration. |
I plan to use a Bosswerk Wechselrichter. Really nice to see that there is an integration to HA available 🎉 |
@HartmutHartmann for configuration (login) via Solarman App there is only a standard password - did you changed your login data to use the Omnik Integration? What was your success? |
@TomTom3333 |
Since which update does it stop working? Because then we just have to make sure it works again 😁 |
Works with my MI300. |
@HartmutHartmann thanks for reply! Integration shows the most recent data |
Just installed the newest version(2.4.2), connected just fine, the "spotty" data problem still seems to be there (will report back tomorrow, no more sun for today). @TomTom3333 |
Hello,
I was looking for a local method to get data from my inverter and stumbled upon this project. Right now I'm using the solarman api, sadly cloud based.
Out of the 3 methods listed in the readme only the HTML method would be available on the Bosswerk MI600. Here i can use a simple
curl --user username:pass "http://ip-address/status.html"
to get the data including the <script> with the webdata:
var webdata_sn = "abc";
var webdata_msvn = "";
var webdata_ssvn = "";
var webdata_pv_type = "";
var webdata_rate_p = "";
var webdata_now_p = "1";
var webdata_today_e = "2.0";
var webdata_total_e = "3.0";
var webdata_alarm = "";
var webdata_utime = "0";
var cover_mid = "def";
var cover_ver = "MW3_15_5406_1.35";
var cover_wmode = "APSTA";
var cover_ap_ssid = "";
var cover_ap_ip = "";
var cover_ap_mac = "";
var cover_sta_ssid = "***";
var cover_sta_rssi = "";
var cover_sta_ip = "#.#.#.#";
var cover_sta_mac = "";
var status_a = "1";
var status_b = "0";
var status_c = "0";
But the integration fails to connect to the inverter with the following message:
"Config entry 'Home' for omnik_inverter integration not ready yet: Error occurred while communicating with Omnik Inverter device; Retrying in background"
Would it be possible to add the MI600 to the integration?
Thanks in advance.
The text was updated successfully, but these errors were encountered: