1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Delete unused routine More... over 11 years ago
Convert wupws collector to genconn. Convert owsrvcoll and the wmr collector over to using gnhastd_read_cb(). More... over 11 years ago
Convert the venstar collector over to genconn More... over 11 years ago
Add generic_cb_shutdown and generic_cb_sigterm to genconn.c. Utilize it in the converted collectors so far. More... over 11 years ago
Convert the insteon collector to genconn.c More... over 11 years ago
Convert the irrigation caddy collector to the generic connection stuff, and clean up cruft. More... over 11 years ago
Convert the ad2usbcoll over to the genconn.c generic connector stuff. More... over 11 years ago
Rewrite the fake collector again. This time it is actually like one of the real collectors, and now it serves as a far better example. More... over 11 years ago
Build the cmd_* stub functions as weak references to simplify collector code. Add gennconn.c to common. Common routines used for single-connection collectors, such as gtk-gnhast. Modify gtk-gnhast to use the genconn code and weak referenced stubs. Fix brulcoll collector not using the gnhastd_read_cb, and therefore not noticing changes to device names from gnhastd. More... over 11 years ago
Fix a bug in printing of int64t's in print_dev Break the hargs parsing code out into a new routine in devices.c Add a bunch of checks to the script handler to not try to run non-executables or non-existing handlers Add sanity checks in gtk-gnhast about what we send to the server when modifying a device's details. More... over 11 years ago
Fix display issues in gtk-gnhast Fix handling of an update command with hargs/handler Add logfile option to gtk-gnhast More... over 11 years ago
Add tools/notify_listen.c. This got missed in an earlier commit. More... over 11 years ago
Add gtk-gnhast A gtk2 application that allows for easy overview and editing of your setup. Designed to make creation of groups easier. New command "regg" to register a group. New command "lgrps" to list groups. Allow more details to be changed/set with reg and mod Complete the group system. More... over 11 years ago
Add network commands for listing and registering groups. Split groups into a wrapper group, to allow multiple group membership. More... over 11 years ago
Write code to handle parsing of groups from config files, and allow grouping of devices, and grouping of groups. Step 1 of group stuff done. More... over 11 years ago
Fix up the venstar_stats script so it actually works (strip \r's, ugh) More... over 11 years ago
Add script to pull usage stats from the venstar More... over 11 years ago
Add: Venstar 5800/5900 collector jsmn helper routines http helper routines Change icaddy collector to use jsmn and http helpers Rewrite how collector change callbacks work, update all the collectors Add new subtypes for thermostat mode, thermostat state, and a "smnumber" which is an 8-bit number More... over 11 years ago
More work on the Irrigation Caddy collector: Add the ability to fire up a program from gnhast Add the ability to start arbitrary zones Add stopping of programs, zones, etc. At this point, the icaddy collector should be effectively complete. Just testing and bugfixes remain. More... over 11 years ago
Add ssdp routines, and a simple ssdp scanner to find fun new devices. More... over 11 years ago
Add jsmn, jsom parsing code. From: http://zserge.bitbucket.org/jsmn.html Add new TIMER device, and TIMER subtype. counts back to zero in seconds. Add Irrigation Caddy collector. Currently just reads. More... over 11 years ago
Tons of fixes for insteon: More... over 11 years ago
Add the wiznet reset code to the brulcoll collector. Will now auto-reset a jammed wiznet device on a brulltech GEM. More... almost 12 years ago
Commmit missing changes More... almost 12 years ago
Add Makefile.in for tools More... almost 12 years ago
Add tools Change how some of the handlers work to make them easier to write/modify Fix a free bug in the server regarding handler args Initial code for wiznet reset support on the brultech GEM Add some notice logs on the insteon collector Rewrite the fake collector slightly to make it easier to use as a skeleton More... almost 12 years ago
Change how the fault states are stored to be more sane. Add code to allow arming if the seccode is entered in the conf file Add logging option to log all faults More... over 12 years ago
Add ad2usbcoll collector for the NuTech AD2USB device. Tested on a vista20p. Add an example timer script Add new devices for the following types: ALARMSTATUS - alarm status indicator (armed, away, etc) NUMBER - A generic integer (TV channels, storage, etc) PERCENTAGE - A generic percentage FLOWRATE - Flow rate DISTANCE - distance VOLUME - Volume. More... over 12 years ago
Fix an infinite loop in mk_rrdname that would trigger on certain names. Add a few more devices to the insteon db More... over 12 years ago
Add note about porting to linux in Changelog. Fix handlers makefile for gmake. More... over 12 years ago