MCP.so
登录
G

Goodwe Inverter Mcp Server

@marcinn2

关于 Goodwe Inverter Mcp Server

Reads real-time and cumulative data from a GoodWe solar inverter

基本信息

分类

其他

传输方式

stdio

发布者

marcinn2

提交者

marcinn2

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "goodwe": {
      "command": "goodwe-mcp",
      "env": {
        "GOODWE_HOST": "192.168.1.100"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Goodwe Inverter Mcp Server?

Reads real-time and cumulative data from a GoodWe solar inverter over the local network via UDP port 8899. It returns live sensor values such as PV production, battery state of charge, power flow, grid import/export, house load, and cumulative energy counters for energy monitoring and automation.

How to use Goodwe Inverter Mcp Server?

Configure the server to communicate with your GoodWe inverter on the local network using UDP port 8899. Each call polls live data directly from the inverter with no caching, providing current sensor readings on demand.

Key features of Goodwe Inverter Mcp Server

  • Reads real-time PV production in watts
  • Reports battery state of charge as percentage
  • Measures battery charging/discharging power in watts
  • Monitors grid import and export power
  • Tracks house load consumption in watts
  • Returns cumulative energy counters for PV, battery, and grid
  • Polls live data on every call with no caching

Use cases of Goodwe Inverter Mcp Server

  • Monitor current solar power production and battery status
  • Trigger home automation based on battery state of charge
  • Track cumulative energy generation and consumption over time
  • Answer real-time questions about inverter and grid operation

FAQ from Goodwe Inverter Mcp Server

What hardware does this server work with?

It works exclusively with GoodWe solar inverters over local network UDP port 8899. It does not support Zigbee, Z-Wave, or other smart home devices.

How is data retrieved from the inverter?

Data is polled live from the inverter on each call with no caching, so every request returns the most current readings.

What network protocol and port are used?

The server communicates via UDP on port 8899 over the local network to the GoodWe inverter.

What specific sensor values are available?

It returns ppv

评论

其他 分类下的更多 MCP 服务器