added aqua_n25.xml
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
main
|
main
|
||||||
</subdirs>
|
</subdirs>
|
||||||
|
|
||||||
|
<data dist="true" install="$(datadir)/aqhome/devices/nodes">
|
||||||
|
aqua_n25.xml
|
||||||
|
</data>
|
||||||
|
|
||||||
<extradist>
|
<extradist>
|
||||||
defs.asm
|
defs.asm
|
||||||
README
|
README
|
||||||
|
|||||||
@@ -1,13 +1,18 @@
|
|||||||
|
|
||||||
N22
|
N25
|
||||||
===
|
===
|
||||||
|
|
||||||
- Role: LED strip controller
|
- Role: LED strip controller
|
||||||
- MCU: AtTiny85
|
- MCU: AtTiny84
|
||||||
- Connection: RJ45
|
- Connection: RJ45
|
||||||
|
- Predecessor: N22, N16
|
||||||
|
- UART: uart_bitbang2
|
||||||
- Periphery:
|
- Periphery:
|
||||||
- LED strip connection (SK6812)
|
- LED strip connection (SK6812)
|
||||||
- OWI interface
|
- OWI interface
|
||||||
- DS18B20 temperature sensor
|
- DS18B20 temperature sensor
|
||||||
- Modules:
|
- Apps:
|
||||||
- MA_LIGHT: motion activated light
|
- NETWORK: Basic network functionality (address setup etc.)
|
||||||
|
- REPORTSENSORS: report sensor data from temperature sensor etc.
|
||||||
|
- STATS : periodically send stats data
|
||||||
|
- MA_LIGHT : motion activated light
|
||||||
|
|||||||
33
avr/devices/n25/aqua_n25.xml
Normal file
33
avr/devices/n25/aqua_n25.xml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
|
||||||
|
<device name="aqua_n25" driver="nodes">
|
||||||
|
<manufacturer>AQUA</manufacturer>
|
||||||
|
<devicetype>N</devicetype>
|
||||||
|
<deviceversion>25</deviceversion>
|
||||||
|
|
||||||
|
<values>
|
||||||
|
<value name="DS18B20_TEMP" id="0x06" type="sensor" dataType="rational" modality="temperature" units="C" denom="16" />
|
||||||
|
|
||||||
|
<value name="NUMLEDS" id="0x82" type="actor" dataType="int" />
|
||||||
|
<value name="RGBWVALUE" id="0x83" type="actor" dataType="dword" />
|
||||||
|
|
||||||
|
<value name="MALRGBWVALUE" id="0x84" type="actor" dataType="dword" />
|
||||||
|
<value name="MALONTIME" id="0x85" type="actor" dataType="uint16" />
|
||||||
|
<value name="MALSOURCE1" id="0x86" type="actor" dataType="uint16" />
|
||||||
|
<value name="MALSOURCE2" id="0x87" type="actor" dataType="uint16" />
|
||||||
|
|
||||||
|
<value name="stats_packets_in" id="0xe0" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_packets_out" id="0xe1" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_content_errors" id="0xe2" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_io_errors" id="0xe3" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_nobuf_errors" id="0xe4" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_collision_errors" id="0xe5" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_busy_errors" id="0xe6" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
|
||||||
|
<value name="stats_heap_used" id="0xe7" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_heap_free" id="0xe8" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
<value name="stats_noram_errors" id="0xe9" type="sensor" dataType="uint16" denom="1" />
|
||||||
|
|
||||||
|
<value name="LEDTIMING" id="0x88" type="actor" dataType="uint16" />
|
||||||
|
</values>
|
||||||
|
|
||||||
|
</device>
|
||||||
Reference in New Issue
Block a user