Difference between revisions of "Welcome to NETIO resources & projects & documentation overview"

From wiki.netio-products.com
Jump to navigation Jump to search
(Integrations by Community)
(Integrations by Community)
 
(2 intermediate revisions by 2 users not shown)
Line 107: Line 107:
  
 
[[NETIO UDP Discover]]
 
[[NETIO UDP Discover]]
 
[[NETIO UDP Discover - Java based Multiplatform - JAR]]
 
  
 
[[NETIO UPnP (Universal Plug and Play)]]
 
[[NETIO UPnP (Universal Plug and Play)]]
Line 117: Line 115:
  
 
===Integrations by Community===
 
===Integrations by Community===
 +
 +
*[https://github.com/bitfocus/companion-module-netio-powerbox '''Companion''' module by Bitfocus AS]
  
 
*[https://github.com/elmicro/fhem_netio_4x_pm '''FHEM''' module by Elmicro]
 
*[https://github.com/elmicro/fhem_netio_4x_pm '''FHEM''' module by Elmicro]
Line 147: Line 147:
  
 
*[https://jirikuba.github.io/NETIO.SpinaniHDO/ '''NETIO controlled by HDO in Lua''']
 
*[https://jirikuba.github.io/NETIO.SpinaniHDO/ '''NETIO controlled by HDO in Lua''']
 +
 +
*[https://bytehive.gumroad.com/l/playoutbee?layout=profile '''PlayoutBee''' integration]
  
 
*[https://github.com/tomsajan/netio-exporter '''Prometheus''' integration]
 
*[https://github.com/tomsajan/netio-exporter '''Prometheus''' integration]

Latest revision as of 10:45, 12 July 2023

Interoperability

NETIO unified Open API





AV drivers for NETIO



Integrations from NETIO

  • Domotz (coming soon)


Community

Tools

NETIO GitHub - official


NETIO UDP Discover

NETIO UPnP (Universal Plug and Play)

GitHub - obsolete (Koukaam)


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)


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

M2M Lua Active Client means = SNMP get/set, HTTP get, MQTT from the custom Lua scripts.