Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Now uses .bind and Drupals context variable instead of the jQuery .on() event binder to be better compatible with older versions of jQuery. Based on the issue #2291285: Uncaught TypeError: undefined is not a function by [@gooddesignusa]: Uncaught TypeError: undefined is not a function.
Renamed the data dump table from tellstick_sensor to tellstick_data to get a better more descriptive name. (And prepare for a table with sensor info instead of using variables) There is support for automatically update the name of your database so don't forget to run the update script!. If you have created views I recommend exporting them, then change all occurances of tellstick_sensor to tellstick_data and then import them again.
Added automatic cleaning of old data records. How long to keep them is setable.