Du bist nicht angemeldet.
running 12 hours without problems ..
I post you a PullRequest
aerocli got some problems while handling characters like 'ä' 'ö' 'ü' (and i guess other utf8-characters...)
i see somithing like this
![]()
Quellcode
1 FAN3.label L�fter HDD Oben
and yes i've only pull a change to the munin plugin
i see somithing like this
![]()
Quellcode
1 FAN3.label L�fter HDD Oben
and yes i've only pull a change to the munin plugin
![]() |
Quellcode |
1 |
82:Lüfter HDD Oben (15 bytes) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »JinTu« (31. August 2013, 01:37)
Raptor 2101
Full Member
i see somithing like this
Hmm, this looks like it is working with the test app and aerocli is handling device names in pretty much the same way. Can you confirm that this is actually an aerocli output issue and not an issue with your plugin or terminal settings?
youp, output createt by aerocli -o export ...export.zip
i see somithing like this
Hmm, this looks like it is working with the test app and aerocli is handling device names in pretty much the same way. Can you confirm that this is actually an aerocli output issue and not an issue with your plugin or terminal settings?
youp, output createt by aerocli -o export ...[attach]4298[/attach]
It looks good as far as I can tell:
![]()
Quellcode
1 FAN3_NAME='Lüfter HDD Oben'
i got the problem, the special characters are encoded in ISO-8859-15 instead of utf8
try to bypass this in my plugin
![]() |
Quellcode |
1 2 3 4 5 |
echo "{\"method\":\"getFans\"}" | nc localhost 9090 echo "{\"method\":\"getSensors\"}" | nc localhost 9090 echo "{\"method\":\"getFlow\"}" | nc localhost 9090 echo "{\"method\":\"getDeviceInfo\"}" | nc localhost 9090 echo "{\"method\":\"exit\"}" | nc localhost 9090 |
appel
Junior Member
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »appel« (6. September 2013, 00:30)
I just bought a
aquastream XT USB 12V Pumpe - Standard Version
planning to also buy the
Flow sensor mps flow 200, G1/4
i got the pump running, and connected it with usb.
on windows i can controll it.
running linux debian 3.10 kernel.
is there something i have to test?
(tried to run the code from github but it gives errors)
appel
Junior Member
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »appel« (6. September 2013, 20:08)
running Linux isla 3.10-1-amd64 #1 SMP Debian 3.10.3-1 (2013-07-27) x86_64 GNU/Linux
jessie/sid
make all went fine
then i execute the next command
./aerocli -d /dev/usb/hiddev1
No Aquaero 5 found on /dev/usb/hiddev1. Found vendor:0xc70, product:0xf0b6(0xfffff0b6), version 0x100 instead
failed to poll: (null) (Bad file descriptor)
i guess i should change something before i doe "make" so it searches for aquastream XT and not aquaero
edit:
running from this
Git tree: main
https://github.com/lynix/aerotools-ng
-