Support for HMS-800W-2T #1430
Replies: 2 comments 2 replies
-
HMS-WiFi Models use the S-Miles Cloud protocol to communicate over the built-in DTUBI WiFi interface. The commands are so called NetworkCommands wrapping NRF/CMT like Gen2/Gen3 codes which we already support. Support for NetworkCommands and DTU-BI will be analyzed as part of lumapu/ahoy#1189 |
Beta Was this translation helpful? Give feedback.
-
Thanks for mentioning protobuf as we have already seen these files with usart_nrf[3].c/h code of the Gen2/Gen3 NRF protocol it is also available for the NetworkCommands. |
Beta Was this translation helpful? Give feedback.
-
I own a HMS-800W-2T which lacks a NRF or CMT support. Instead it does come with integrated WLAN.
If i'm not mistaken OpenDTU lacks the support for this, please correct me if i'm wrong.
From my point of view the DTU is directly integrated in the device.
So i dug deeper:
I used the "S-Miles Installer" App and reversed engineered parts of the protocol.
Basically this is a simple chat protocol useing "protobuf" for data transport.
I can access the inverter via the network directly and read and write to it.
The interface can be accessed via the inverter wlan or via the configured home wlan.
I'm unsure but this should work for all Hoymiles Factory DTUs as this uses the "S-Miles Installer" App interface. Input neeed here !
I have some POCs ready here: https://github.com/henkwiedig/Hoymiles-DTU-Proto
My Question is: Is that something worth to work on to integrate into OpenDTU ?
With that OpenDTU would benefit on the following ways:
Beta Was this translation helpful? Give feedback.
All reactions