-
Notifications
You must be signed in to change notification settings - Fork 5
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 official wifi USB plug #20
Comments
@alessandrokornowski hello fellow Brazilian! The AliExpress description says it's a Modbus-TCP, so it should work with the current version of the integration, you just need to figure out its IP address and port. |
HI everyone The wifi dongle of the inverters must only communicate with the cloud service www.shinemonitor.com it is not possible to intercept modbus messages locally. The option for those of us who have this dongle and the inverter far from the home assistant equipment is to read the information that the WiFi dongle sends every 5 minutes to the cloud service Here is an option that works well, changing some parameters, it would be very good to add the "online" option To do this, the following data is needed, which is taken from the website: Shinemonitor settingsbase_url = 'http://android.shinemonitor.com/public/' |
http:// http://web.shinemonitor.com/public web page send JSON like this: {"err":0,"desc":"ERR_NONE","dat":[{"title":"id","val":"7710e23aa1c51deb43c4df617e6eb472"},{"title":"Timestamp","val":"2024-05-23 08:38:51"},{"title":"Battery Voltage","unit":"V","val":"48.3"},{"title":"PV Voltage","unit":"V","val":"52.2"},{"title":"Inverter Voltage","unit":"V","val":"225.0"},{"title":"Batt Current","unit":"A","val":"0"},{"title":"Charger Current","unit":"A","val":"0.1"},{"title":"Charger Power","unit":"W","val":"10"},{"title":"PLoad","unit":"W","val":"192"},{"title":"PGrid","unit":"W","val":"-203"},{"title":"work state","val":"Grid-Tie"},{"title":"rated power","unit":"W","val":"5500"},{"title":"Grid Voltage","unit":"V","val":"227.2"},{"title":"PInverter","unit":"W","val":"0"},{"title":"Accumulated Sell Power","unit":"kWh","val":"0"},{"title":"Accumulated Load Power","unit":"kWh","val":"11087"},{"title":"Accumulated Self_Use Power","unit":"kWh","val":"3001"},{"title":"charger work enable","val":"ON"},{"title":"Accumulated PV Power","unit":"kWh","val":"4194.70"}]} |
Hi @youmax01 By the way... SmartESS user and password that is in use on my cel phone and correctly monitoring inverter is not known by shinemonitor.com portal. |
Hi Alessandro The wifi dongle only connects to the shinemonitor server, and the application takes the data from there, not from the dongle. The first configuration that the app makes towards the dongle is only to register it in the Wi-Fi network and add the serial number of the dongle to the shinemonitor server. The only option is to take the data from there in online mode. From what I was able to investigate, the server does a handshake with the dongle, without that the device does not start transmitting the data |
@youmax01 wonder if you have some article or video which describe how this can be done in details for some newbies, thanks in advance. |
@LionBS76 both the USB and the RS485 ports use modbus as the communication protocol, so the layout you're thinking should work just fine. |
Is the MQTT broker the only way to feed data from ESP into HA or this integration also can receive data from ESP and feed it to HA? Thanks! |
This integration has nothing to do with MQTT or ESP32. That said, it'll work with anything that provides a Modbus connection via TCP, UDP, or USB. See my comment on this other issue: #36 (comment) |
Checklist
Is your feature request related to a problem? Please describe.
https://pt.aliexpress.com/item/1005003231633440.html?spm=a2g0o.order_list.order_list_main.5.4426caa4cG0Xmp&gatewayAdapt=glo2bra
This is suposed to be MUST oficial wifi device.
SMART ESS is really poor as management and monitoring app.
Home Assistant should be better to monitor device
Describe the solution you'd like
Set host and port to use this adapter to monitor MUST PV-1800 over wifi
Home Assistant should be better to monitor device
Describe alternatives you've considered
SMART ESS APP is working fine
Additional context
If remote access is needed to this device over internet, i can arrange a NAT to ip address of developer to conect it.
The text was updated successfully, but these errors were encountered: