Search found 5 matches

by theezeefje
Thursday 13 August 2015 10:46
Forum: LUA
Topic: Weather Underground Upload script
Replies: 112
Views: 44538

Re: Weather Underground Upload script

arnaudth wrote:Hi,
You can modify the script to fit your needs.
Here is some help http://wiki.wunderground.com/index.php/ ... d_Protocol.
I'm not a LUA programmer, have no clue how to add these items to the script.
Can you help me ?
by theezeefje
Wednesday 01 July 2015 13:08
Forum: LUA
Topic: Weather Underground Upload script
Replies: 112
Views: 44538

Re: Weather Underground Upload script

gizmocuz,

Can you add support for the Soil Moisture and Soil Temp ?
I bought myself a Opus XT300 Wireless Moisture sensor, would like to send this data to WU.
by theezeefje
Friday 11 July 2014 12:50
Forum: Other questions and discussions
Topic: Use Toon as thermostat
Replies: 45
Views: 8860

Re: Use Toon as thermostat

https://github.com/dennusb/eneco_toon_api

Someone at tweakers.net has written his own API to communicate with Toon !
by theezeefje
Wednesday 26 March 2014 10:52
Forum: Others
Topic: HowTo: monitor Synology NAS
Replies: 198
Views: 81653

Re: HowTo: monitor Synology NAS

Code: Select all

root@archimedes:~# snmpget -c public -v 2c -O qv 192.168.0.15 .1.3.6.1.4.1.6574.1.2.0
No Such Object available on this agent at this OID
root@archimedes:~#
no diff.

-v2c should work.
by theezeefje
Tuesday 25 March 2014 10:30
Forum: Others
Topic: HowTo: monitor Synology NAS
Replies: 198
Views: 81653

Re: HowTo: monitor Synology NAS

any ideas ? I have turned on SNMP on my DS213+, when I try to snmpget data from the device, I receive the following error: root@archimedes:~# snmpget -c public -v2c -O qv 192.168.0.15 .1.3.6.1.4.1.6574.1.2.0 No Such Object available on this agent at this OID root@archimedes:~# are there any recent ...