1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Convert everything else to use libgnhast shared library. More... almost 9 years ago
Convert common into a shared library, libgnhast. Convert gnhastd to use it. Add a cname member to connection_t to get rid of passing COLLECTOR_NAME as a define. More... almost 9 years ago
Upgrade libconfuse to 3.0. Build as shared library. More... almost 9 years ago
Update the changelog. More... almost 9 years ago
Minor fiddles, mostly cosmetic. Print the link flag as RESP/MAST because I keep forgetting if A2 is master or responder. A few other minor nits. More... almost 9 years ago
The insteon HTML hub is complete garbage. That being said... More... almost 9 years ago
astrocoll: Added USNO parsing of moon data and sun data. http_func: It turns out that using a global http_cn means you can only have one http connection active per program. Loaclize this. jsmn: Add code to get the number of items in an array web: add basic support for the new device types (moon/sun) More... almost 9 years ago
Turns out I need to know if it's dawn vs dusk, so add some additional DAWN/DUSK values and deal with those. Write a new nightlight handler to work with the daylight sensor type rather than raw lux. More... almost 9 years ago
Touch ups on making the astronomical collector functional. Currently only supports the sunrise-sunset api. More to come. More... almost 9 years ago
Add the astrocoll. A collector that monitors the sun and potentially the moon. Right now, only supports the sunrise-sunset API. In the future, will be extended to other APIs, as well as internal calculations and monitoring of outdoor LUX devices. More... almost 9 years ago
Add lunar phase. Fix a few instances of SC_DAYL to SC_DAYLIGHT More... about 9 years ago
Add new subtype SUBTYPE_DAYLIGHT, as well as daylight defines, so daylight is easier to deal with in handlers. Start fiddling with the insteon collector for dual-use devices. Doesn't work correctly yet. This collector needs a total rewrite at this point. More... about 9 years ago
Add a spamhandler argument to mod and askf commands. Finally fix the bug where collectors show up as blinds. Finally fix the problem where collectors get written to devices.conf Convert a whole bunch of stuff to new style FLAG and BIT macros to make my life easier. Add a little bit of debugging stuff to the watermark handler. More... about 9 years ago
Add code for miniature graphs in the various data widget. More... about 9 years ago
Fix some syntax errors in the html More... about 9 years ago
libxml is good enough at 2.9.0 More... about 9 years ago
Show examples for the alarm widget config More... about 9 years ago
Completely rewrite alarm system. Now alarms have a channel, which allows the listener to subscribe to specific types of alarms, such as power events, etc. Define a bunch of standard channels, and leave room for alot of user defined channels. More... about 9 years ago
Add a few new proto types for use in future collectors. More... over 9 years ago
Add subtypes for salinity, ORP and trigger type. TODO: Need salinity conversion formulae. More... over 9 years ago
Fix scale issues in feed and cactifeed. Use evdns_err routine to deal with dns failure messages, strerr won't work More... over 9 years ago
Add new handlers, still in alpha, for determining water usage of an irrigationcaddy system, and automatically watering based on moisture sensor readings. More... over 9 years ago
Update to 0.5 for development version. Add code to deal with an HB moisture meter to owsrvcoll More... over 9 years ago
Fixup spec file for 0.4 More... over 9 years ago
After investigation, it turns out that moisture devices read in units of cb, which is centibars, or, a unit of pressure. Nuke the moisture type from orbit, as nothing uses it yet, and replace with ph for now. Add a pressure scale type for cb. Will add more scientific types in the next version. More... over 9 years ago
Add missing space in self_health LOG() Add a start/stop gnhast script that makes it easier to fire up More... over 9 years ago
rrdcoll was missing a collector name register on connect Add the ability to add devices to the toplevel group in the web ui More... over 9 years ago
Add a bufferevent_disable before every bufferevent_free. More... almost 10 years ago
Fix a use of TAILQ_FOREACH where _SAFE was needed. Missing brace in generic_connect_event_cb caused all collectors to exit rather than reconnect. disable the bufferevent when doing a reconnect action to prevent stupid. Minor fiddles to the gnhastweb stuff to make installation more obvious. More... almost 10 years ago
Lots of fixes to make moncoll completely functional. Minor reliability fixes for a few collectors. Add the moncoll.conf example conf. More... almost 10 years ago