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)
(AV drivers for NETIO)
(14 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;">Interoperability</h2>
 
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;">Interoperability</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;">
===M2M NETOP Open API doc===
+
===NETIO unified Open API ===
  
*[[HTTP(s) Push - JSON/XML]]
+
*[[JSON API]] (default enabled)
  
*[[JSON API]]
+
*[[MQTT-flex]]
  
 
*[[NETIO Cloud API]]
 
*[[NETIO Cloud API]]
  
*[[Modbus TCP]]
 
  
*[[MQTT]]
+
*[[HTTP(s) Push - JSON/XML]]
  
*[[MQTT-flex]]
+
*[[Modbus TCP]]
 
 
*[[SIP]]
 
  
 
*[[SNMP]]
 
*[[SNMP]]
Line 29: Line 26:
  
 
*[[XML API]]
 
*[[XML API]]
 +
 +
 +
*[[MQTT]] (PowerPDU 4C)
 +
 +
*[[SIP]]
 +
  
 
<br />
 
<br />
 +
 
===AV drivers for NETIO===
 
===AV drivers for NETIO===
  
Line 41: Line 45:
  
 
*[https://www.netio-products.com/en/partners#Control%204 '''Control 4''']
 
*[https://www.netio-products.com/en/partners#Control%204 '''Control 4''']
 +
 +
*[https://www.netio-products.com/en/partners#HSYCO '''HSYCO''']
  
 
*[https://www.netio-products.com/en/partners#Neets%20A/S '''Neets''']
 
*[https://www.netio-products.com/en/partners#Neets%20A/S '''Neets''']
  
*'''RTI''' (coming soon)
+
*[https://www.netio-products.com/en/partners#RTI '''RTI''']
 +
 
 +
*[https://www.netio-products.com/en/partners#Savant '''SAVANT''']
  
*'''SAVANT''' (coming soon)
 
  
 
<br />
 
<br />
Line 71: Line 78:
 
* [https://www.netio-products.com/en/partners#Paessler%20AG '''PRTG - Paessler''']
 
* [https://www.netio-products.com/en/partners#Paessler%20AG '''PRTG - Paessler''']
  
 +
* [https://github.com/pixilab/blocks-script/tree/master/driver PIXILAB Blocks]
  
  
Line 81: Line 89:
 
===Tools===
 
===Tools===
 
[https://github.com/netioproducts GitHub - official]
 
[https://github.com/netioproducts GitHub - official]
 +
 +
* [https://github.com/netioproducts/PyNetio PyNetio (Python to control NETIOs)]
 +
 +
* [https://github.com/netioproducts/c-sharp-examples c-sharp-examples]
 +
 +
* [https://github.com/netioproducts/python-netio-discover python-netio-discover]
 +
 +
* [https://github.com/netioproducts/php-examples PHP examples]
 +
 +
* [https://github.com/netioproducts/netio-data-collector NETIO data collector]
 +
 +
  
 
[[NETIO UDP Discover]]
 
[[NETIO UDP Discover]]
Line 91: Line 111:
  
 
<br />
 
<br />
 +
 
===Integrations by Community===
 
===Integrations by Community===
  
Line 98: Line 119:
  
 
<UL>
 
<UL>
* [https://github.com/jvyoralek/homeassistant-config/tree/master/products/netio '''HomeAssistant - PowerCable MQTTflex''']
+
* [https://github.com/jvyoralek/homeassistant-config/tree/master/products/netio HomeAssistant - PowerCable MQTTflex]
  
* [https://peyanski.com/netio-powerdin-4pz-and-home-assistant/ '''PowerDIN 4PZ smart electricity meter and Home Assistant''']
+
* [https://peyanski.com/netio-powerdin-4pz-and-home-assistant/ PowerDIN 4PZ smart electricity meter and Home Assistant]
  
 
</UL>
 
</UL>
Line 125: Line 146:
  
 
* [https://groups.google.com/forum/#!topic/openhab/O6psocjU70s '''OpenHAB''' Reading power consumption - HTTP (NETIO4)]
 
* [https://groups.google.com/forum/#!topic/openhab/O6psocjU70s '''OpenHAB''' Reading power consumption - HTTP (NETIO4)]
 +
 +
<br />
 +
===Other 3rd party tools===
 +
 +
* [https://www1.stardraw.com/stardraw2/sd7/features/manufacturer/6f7f9fe5-0026-4922-b15c-d287d3ce3fef '''Stardraw''' Design 7.3]
 +
  
  

Revision as of 15:24, 8 March 2021

Interoperability

NETIO unified Open API





AV drivers for NETIO

  • DOMOTZ (coming soon)



Integrations from NETIO

  • Domotz (coming soon)




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


M2M Lua Active Client

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