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

From wiki.netio-products.com
Jump to navigation Jump to search
(AV drivers)
(Integrations)
Line 54: Line 54:
  
 
[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]
</div>
+
 
</div>
 
<div style="background: #eaf6f2; display: inline-block; padding: 0 0 0 0; border-left: 0px solid gray; width: 50%; vertical-align: top; white-space: normal;">
 
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;"> Community </h2>
 
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;">
 
 
=== Tools ===
 
=== Tools ===
 
[https://github.com/netioproducts GitHub - official]
 
[https://github.com/netioproducts GitHub - official]

Revision as of 18:49, 24 August 2020

Interoperability

M2M API doc

MQTT

MQTT-flex

JSON API

XML API

URL API

SNMP

Telnet/Kshell

Modbus TCP

SIP

HTTP(s) Push - JSON/XML

M2M Lua Active Client

NETIO Cloud API

AV drivers for NETIO

Control 4

CRESTRON

ELAN

Neets

Integrations

Home Assistant

IBM Cloud - MQTT-flex

IBM Cloud - NETIO 4x MQTT-LUA

Azure IoT Hub - MQTT

HiveMQ - MQTT-flex

NodeRED - JSON API

Jam-software - ServerSentinel

Tools

GitHub - official

NETIO UDP Discover

NETIO UDP Discover - Java based Multiplatform - JAR

NETIO UPnP (Universal Plug and Play)

GitHub - obsolete (Koukaam)

Community

Prometheus integration

HomeAssistant - PowerCable MQTTflex

Nagios plugin

FHEM module by Elmicro

LUA control Library

M2M XML API integration in C#

Java Control Library

OpenHAB using MQTT

NETIO controlled by HDO

Read consumption in OpenHAB - HTTP (NETIO4)

NETIO 4All from NodeRED

Jenkins plugin



NETIO Lua Programming

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