Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
plugins:foxess_bridge:start [2024/09/19 21:40] Geoff Sullivanplugins:foxess_bridge:start [2024/09/22 11:16] (aktuell) Michael Schlenstedt
Zeile 1: Zeile 1:
-**Plugin data** +====== FoxESS Bridge ======
-^                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ^   ^ +
-| author Geoff Sullivan                                                                                                                                                                                                                                                                                                                                                                                                                                            |   | +
-|   {{:wiki:icon_64.png?nolink |}}                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | +
-| status STABLE                                                                                                                                                                                                                                                                                                                                                                                                                                                    |   | +
-| version 0.5                                                                                                                                                                                                                                                                                                                                                                                                                                                      |   | +
-| Min. LB Version 2.2                                                                                                                                                                                                                                                                                                                                                                                                                                              |   | +
-| Download https://github.com/Geoffs57/LoxBerry-Plugin-foxess/archive/refs/heads/main.zip                                                                                                                                                                                                                                                                                                                                                                          |   | +
-|                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |   | +
-| Description This plugin accesses the FoxESS Cloud using the specified API Key, retrieves the current power values every 5 minutes, and sends them to the Miniserver via a UDP message. The Grid power is negative when exporting to the grid and positive when consuming from the grid.  Battery power value is negative for charging and positive for discharge.  The values are then ready for use with the Loxone Energy Flow Monitor and/or Energy Manager.  |   | +
-|                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |   | +
-END+
  
- +===== Download =====
-{{:wiki:logo256.png?nolink |}} +
- +
- +
-__**FoxESS Bridge**__ +
-  +
-**Download**+
  
 [[https://github.com/Geoffs57/LoxBerry-Plugin-foxess/archive/ref/heads/main.zip]]  [[https://github.com/Geoffs57/LoxBerry-Plugin-foxess/archive/ref/heads/main.zip]] 
  
-**Function of the plugin**+===== Function of the plugin =====
  
 The plugin triggers a cronjob script every 5 minutes that reads values from the foxesscloud api and then sends them to the miniserver via UDP - using a json format to allow easy value extraction on the miniserver side. These values will be useful in the miniserver for various components, such as the energy flow monitor and/or energy manager. The plugin triggers a cronjob script every 5 minutes that reads values from the foxesscloud api and then sends them to the miniserver via UDP - using a json format to allow easy value extraction on the miniserver side. These values will be useful in the miniserver for various components, such as the energy flow monitor and/or energy manager.
Zeile 31: Zeile 14:
 I developed it because I have FoxESS components.  The API needs to be configured with an API key, which must be generated in the users FoxESS account.  The plugin cannot be run any more frequently than every 5 minutes without exceeding the 1440 calls per day limit applied to most FoxESS accounts. I developed it because I have FoxESS components.  The API needs to be configured with an API key, which must be generated in the users FoxESS account.  The plugin cannot be run any more frequently than every 5 minutes without exceeding the 1440 calls per day limit applied to most FoxESS accounts.
  
-**Installation**+===== Installation ===== 
 The installation should be straight forward via the web interface. The installation should be straight forward via the web interface.
  
-**Configuration options**+===== Configuration options =====
  
 All you need to do is set: All you need to do is set:
-  * APIKey +  * APIKey 
-  * Serial number of primary inverter (only required if you have more than one inverter) +  * Serial number of primary inverter (only required if you have more than one inverter) 
-  * Miniserver UDP Port +  * Miniserver UDP Port 
-  * Miniserver IPv4 address+  * Miniserver IPv4 address
  
-**Setup in the Loxone Config Software**+===== Setup in the Loxone Config Software =====
  
 Instructions with screenshots are included directly on the Github README.me Instructions with screenshots are included directly on the Github README.me
Zeile 56: Zeile 40:
 pluginuebersicht.url_release : https://github.com/Geoffs57/LoxBerry-Plugin-foxess/archive/refs/heads/main.zip pluginuebersicht.url_release : https://github.com/Geoffs57/LoxBerry-Plugin-foxess/archive/refs/heads/main.zip
 pluginuebersicht.url_prerelease : https://github.com/Geoffs57/LoxBerry-Plugin-foxess/archive/refs/heads/main.zip pluginuebersicht.url_prerelease : https://github.com/Geoffs57/LoxBerry-Plugin-foxess/archive/refs/heads/main.zip
-pluginuebersicht.description : The plugin extracts power and battery values from the FoxESS Cloud and sends them to a miniserver via a UDP message.  The Github README explains how to configure Loxone to receive the messages+pluginuebersicht.description : The plugin extracts power and battery values from the FoxESS Cloud and sends them to a Miniserver via a UDP message.
 pluginuebersicht.languages : EN pluginuebersicht.languages : EN
 pluginuebersicht.discussion :  pluginuebersicht.discussion : 
 ---- ----