I want to know the Ecowitt weather station display dashboard on Home assistant issue

Hello ,I want to know the Ecowitt weather station display all sensor data dashboard on Home assistant is Ecowitt own or Home assistant standard ?

is ecowitt weather station own dashboard and used http protocol send input to Home assistant ?

Thank you for your help,but the above Ecowitt instruction without say the dashboard is ecowitt own or Home assistant and without say communication protocol used HTTP or MQTT ?

Ecowit sends the data from the weather station through http to Home Assistant. There you can build your own dashboard with the provided data.

Thank you for your assistant, you say Ecowitt weather station through http to Home assistant but I using wireshark to capture IP cannot view the correct UTH8 or ASCii code ? and Ecowitt on Home assistant display all sensor data list is Ecowitt dashboard or not ?

Ecowitt has it’s own dashboard at www.ecowitt.net. (It’s been so long since I installed my Ecowitt group, it may be that you have to create an account at ecowitt.net & connect to your Ecowitt hub to it before you go to HA.)

After installing the Home Assistant integration, Ecowitt will show up as a Device with many Entities (I have 25). You can then click on the “Add to Dashboard” or selectively add them through an Entities card --or any other-- from the Dashboard.

If you want the actual Ecowitt dashboard to appear in HA you could try a webpage card.

Thank you for your assistant,the Ecowitt weather station through HTTP to Home assistant, but I using wireshark tools to capture communication host IP display error data code and incorrect UTF8 or ASCII code,is encrypted or not ?

The ecowitt integration page, linked earlier, have. Alink to the source code on GitHub.

Thank you for your help 。
I didn’t see a complete string API between the ecowitt weather station and HA on github,please tell me.
I want need the correct example with URL API
http://host IP:8123/api/webhook/key/ststiontype=xxx&tempin=1

I am not sure what you want, but once the data is imported into HA it will just be names and values.
They may be in one or a few entities with a state and many extra attributes or it maybe be in many entities with a date and few or none extra attributes.

In other words it will just be names and numbers. No layout.

Thank you for your help,How I to develop a HA integration software to receive and display own weather station data and the communication protocol and payload data using HTPP GET same as weather underground format or not ?