Difference between revisions of "Welcome to NETIO resources & projects & documentation overview"
(→WatchDog (WDT)) |
(→Tools) |
||
(27 intermediate revisions by 2 users not shown) | |||
Line 66: | Line 66: | ||
*'''Domotz''' (coming soon) | *'''Domotz''' (coming soon) | ||
+ | *[https://forum.fibaro.com/topic/53599-quickapp-netio/ '''Fibaro HC3'''] | ||
+ | |||
*[https://www.netio-products.com/en/partners#Grafana '''Grafana'''] | *[https://www.netio-products.com/en/partners#Grafana '''Grafana'''] | ||
Line 105: | Line 107: | ||
[[NETIO UDP Discover]] | [[NETIO UDP Discover]] | ||
− | |||
− | |||
[[NETIO UPnP (Universal Plug and Play)]] | [[NETIO UPnP (Universal Plug and Play)]] | ||
Line 117: | Line 117: | ||
*[https://github.com/elmicro/fhem_netio_4x_pm '''FHEM''' module by Elmicro] | *[https://github.com/elmicro/fhem_netio_4x_pm '''FHEM''' module by Elmicro] | ||
+ | |||
+ | *[https://grafana.com/grafana/dashboards/12022-netio-power-pdu/ '''Grafana''' dashboard for Prometheus] | ||
*[https://www.home-assistant.io/components/netio/ '''Home Assistant'''] | *[https://www.home-assistant.io/components/netio/ '''Home Assistant'''] | ||
Line 128: | Line 130: | ||
</UL> | </UL> | ||
+ | |||
+ | |||
+ | *[https://github.com/VerosK/icinga-check-netio-pdu '''Icinga'''] | ||
+ | |||
+ | *[https://github.com/theone1984/netio-jenkins '''Jenkins''' plugin] | ||
*[https://www.jam-software.com/serversentinel/online_manual/EN/index.html?actions_netio230bnetworkpowersocket.html '''Jam-software''' - ServerSentinel] | *[https://www.jam-software.com/serversentinel/online_manual/EN/index.html?actions_netio230bnetworkpowersocket.html '''Jam-software''' - ServerSentinel] | ||
Line 179: | Line 186: | ||
<div style="background: #eaf6f2; display: inline-block; margin: 0 1em 0 1em; border-left: 0px solid gray; width: 45%; vertical-align: top; white-space: normal;"> | <div style="background: #eaf6f2; display: inline-block; margin: 0 1em 0 1em; border-left: 0px solid gray; width: 45%; vertical-align: top; white-space: normal;"> | ||
− | <h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;"> | + | <h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;">NETIO Conditions & Rules: Local device scripting</h2> |
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;"> | <div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;"> | ||
+ | |||
+ | <i>These features are available for all NETIO devices except PowerPDU 4C (LUA is supported there)</i>. | ||
+ | <br/> | ||
+ | |||
+ | |||
+ | [https://wiki.netio-products.com/index.php?title=Rules_Complete_Examples '''CRxx Conditions & Rules - examples''']<br />Check most common practical examples | ||
===Power Analysis Blocks (PAB)=== | ===Power Analysis Blocks (PAB)=== | ||
*[https://wiki.netio-products.com/index.php?title=PAB '''PAB Description'''] | *[https://wiki.netio-products.com/index.php?title=PAB '''PAB Description'''] | ||
− | + | **[https://wiki.netio-products.com/index.php?title=PAB#RANGE '''PAB - RANGE'''] | |
− | + | **[https://wiki.netio-products.com/index.php?title=PAB#ZONES '''PAB - ZONES'''] | |
− | *[https://wiki.netio-products.com/index.php?title= | ||
− | *[https://wiki.netio-products.com/index.php?title= | ||
<br /> | <br /> | ||
Line 199: | Line 210: | ||
===Rules=== | ===Rules=== | ||
− | *[https://wiki.netio-products.com/index.php?title=Rules | + | *[https://wiki.netio-products.com/index.php?title=Rules '''Rules Description'''] |
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Line 211: | Line 217: | ||
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;"> NETIO Lua Programming </h2> | <h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;"> NETIO Lua Programming </h2> | ||
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;"> | <div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;"> | ||
+ | |||
+ | <i>Lua is available for PowerPDU 4C device only</i>. | ||
===Don't know LUA?=== | ===Don't know LUA?=== |
Latest revision as of 23:43, 23 May 2023
Interoperability
NETIO unified Open API
- JSON API (default enabled)
- MQTT (PowerPDU 4C)
AV drivers for NETIO
- BrightSign
- DOMOTZ (coming soon)
Integrations from NETIO
- Domotz (coming soon)
- HiveMQ (using MQTT-flex)
- NodeRED - several examples
Community
Tools
NETIO UPnP (Universal Plug and Play)
Integrations by Community
Programming examples
Other 3rd party tools
NETIO Conditions & Rules: Local device scripting
These features are available for all NETIO devices except PowerPDU 4C (LUA is supported there).
CRxx Conditions & Rules - examples
Check most common practical examples
Power Analysis Blocks (PAB)
WatchDog (WDT)
- WatchDog Examples
- One IP address WatchDog
- Multiple IP addresses WatchDog with rules
Rules
NETIO Lua Programming
Lua is available for PowerPDU 4C device only.
Don't know LUA?
Official Lua tutorial
If you are new to Lua and programming as such and if you are eager to learn, this is your starting point. Before you proceed to NETIO Sockets, this online environment will be a good place to test your first scripts.
Official Lua manual
Although you won't need everything mentioned here, it is worth to peek here from time to time to grasp the concepts of effective Lua programming.
Lua in NETIO
If you already know Lua, just keep in mind that NETIO Lua loops are limited to 32k cycles and all numbers are integers, not decimals like in standard Lua.
Lua basics for other language programmers
A quick jump into NETIO Lua programming if you mastered another programming language. It's simple...
NETIO Lua Tips & Philosophy
Explanation of starting LUA scripts in NETIO devices and some tips how to hack NETIO to doing what you want.
NETIO Specific Reference manual
If you can already code in Lua, NETIO-specific Lua functions is your main guide to programing NETIO Sockets.
Examples & Aplication notes
Aplication notes for devices supporting LUA programming. Example configurations downloads and Script programming explanation with direct links to reference
M2M Lua Active Client means = SNMP get/set, HTTP get, MQTT from the custom Lua scripts.