lynix / aerotools-ng

C Interface for the Aquaero5 USB Device
GNU General Public License v3.0
8 stars 7 forks source link

Add support for Aquastream XT data/setttings #32

Open JinTu opened 11 years ago

JinTu commented 11 years ago

Add Aquastream settings and data support from discoveries in dumps provided by Raptor 2101 on the AC forums.

Aquastream Settings 0x2fd

55Hz for AS1 and AS2, manual mode 01 00 37 01 00 37 37= 55Hz (AS1)

60Hz for AS1 and 55Hz AS2, manual mode 01 00 3c 01 00 37 3c= 60Hz (AS1)

Automatic mode for AS1 and AS2 00 00 37 00 00 37

Deairation mode for AS1 02 00 37 00 00 37

AS1

AS2


Aquastream data 0x1c9 (firmware 1027), 0x1cb (firmware 1030)

default 02 ff ff ff ff ff ff ff 02 ff ff ff ff ff ff ff

55Hz for AS1 and AS2, manual mode 01 01 00 37 04 e2 01 b1 01 01 00 37 04 ec 01 b4

AS1 01 01 00 37 04 e2 01 b1 01 01 = ? 00 37 = 55Hz 04 e2 = 12.50V 01 b1 = 433mA

AS2 01 01 00 37 04 ec 01 b4 01 01 = ? 00 37 = 55hz 04 ec = 12.60V 01 b4 = 436mA

See here for additional details.

JinTu commented 11 years ago

This is now working as of 553634c29a63910a65bb5b1cd037978d8966b55a.

I need to first finish off #28 first as both #32 and #28 will need changes to utilities/SNMP/snmp_persist_aquaero5.pl and the Cacti plugin to add support before sending a pull request to lynix's repo.

JinTu commented 11 years ago

More tweaks in 6ddb51792b14ea2dab2d2371186f7d1cbbb8780b