added fronius meta file
parent
bdbb239c59
commit
89df596427
|
|
@ -1,8 +1,15 @@
|
|||
# Drexel und Weiss
|
||||
|
||||
nymea plug-in for Drexel und Weiss HVAC systems.
|
||||
|
||||
## Supported Things
|
||||
|
||||
* x2 A9
|
||||
|
||||
## Requirements
|
||||
|
||||
* The package "nymea-plugin-drexelundweiss" must be installed.
|
||||
* Modbus RTU interface must be avaible to nymea.
|
||||
|
||||
## More
|
||||
|
||||
|
||||
https://www.drexel-weiss.at
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
# Fronius
|
||||
|
||||
nymea plug-in for Fronius solar devices.
|
||||
|
||||
## Supported Things
|
||||
|
||||
* PV-Inverter
|
||||
* Storage
|
||||
* Data Logger
|
||||
* Smart Meter
|
||||
|
||||
## Requirements
|
||||
|
||||
* The package "nymea-plugin-fronius" must be installed.
|
||||
|
||||
## More
|
||||
https://www.fronius.com/en/photovoltaics
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"title": "Fronius",
|
||||
"tagline": "Connect to Fronius Solar devices.",
|
||||
"icon": "fronius.png",
|
||||
"stability": "community",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
],
|
||||
"categories": [
|
||||
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +1,20 @@
|
|||
# mypv
|
||||
--------------------------------
|
||||
# my-PV
|
||||
|
||||
Description of the plugin...
|
||||
nymea plug-in for my-PV ethernet enabled heating rods.
|
||||
|
||||
## Supported Things
|
||||
|
||||
* AC ELWA-E
|
||||
* Get current temperature
|
||||
* Get and set target temperature
|
||||
* Trigger manual heating
|
||||
|
||||
## Requirements
|
||||
|
||||
* The package "nymea-plugin-mypv" must be installed.
|
||||
* The evice must be in the same local area network as nymea.
|
||||
* UDP multicast on Port 30303 must not be blocked by the router.
|
||||
|
||||
## More
|
||||
https://www.my-pv.com/en
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,20 @@
|
|||
# Wallbe
|
||||
|
||||
Plug-in for the EV-charger wall-be,
|
||||
with network device discovery.
|
||||
nymea plug-in for EV-chargers from wallbe.
|
||||
|
||||
## Supported Things
|
||||
|
||||
* Eco 2.0
|
||||
* Eneable/disable charging
|
||||
* Set charging current
|
||||
* Get charging time
|
||||
* Get charging status
|
||||
* Get charging errors
|
||||
|
||||
## Requirements
|
||||
|
||||
Make sure to enable the Network interface in your Wallbe device,
|
||||
have a look in the Wallbe manual or call the Wallbe support.
|
||||
have a look in the Wallbe manual or get help from the Wallbe support.
|
||||
|
||||
## Technical Specification
|
||||
|
||||
* Default IP Adress 192.168.0.8
|
||||
* Default Name EVCC_1
|
||||
* Port 502
|
||||
* Modbus-Slave Address 180
|
||||
## More
|
||||
https://www.wallbe.de/en/wallbe-eco-2-0/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"title": "Wall-Be",
|
||||
"tagline": "Integrate Wall-Be EV-Charger into nymea-",
|
||||
"icon": "walllbe.png",
|
||||
"tagline": "Integrate Wall-Be EV-Charger into nymea.",
|
||||
"icon": "wallbe.png",
|
||||
"stability": "community",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue