Skip to content

Mic-M/ioBroker.logparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

ioBroker.logparser

NPM version Downloads Number of Installations (latest) Number of Installations (stable) Dependency Status Known Vulnerabilities

NPM

Tests: Travis-CI

Log Parser for all ioBroker adapters

This adapter parses (filters) all logs of ioBroker adapters and provides the results as JSON in states for each filter as configured in the settings. Resulting JSON can then be used in VIS for visualization. States for emptying (clearing) old logs are provided as well (like logparser.0.filters.Homematic.emptyJson or logparser.0.emptyAllJson to empty all.)

States

Installation

Just install the adapter regularly through the ioBroker admin interface. The adapter is both in the latest and stable repository.

Instructions

I have included all instructions right in the admin settings of this adapter.

Also, you can read most of these instructions here as well:

Visualization Example (animated gif)

Vis

Screenshots of adapter options

Please note that these screenshots are a snapshot and do not reflect the latest adapter options. This is just to provide you an overview of the adapter options.

Log Parser Options

Log Parser Options

Log Parser Options

Log Parser Options

Log Parser Options

Log Parser Options

Links and resources

Notes

  • This adapter uses Sentry libraries to automatically report exceptions and code errors anonymously to the adapter developer(s). For further details and information on how to disable this error reporting see Sentry-Plugin Documentation. Sentry reporting is used starting with js-controller 3.0.

Changelog

1.1.0

  • (Mic-M) Fixed issue #15 regarding regex for tab "Parser Rules", column "Blacklist"
  • (Mic-M) Enhancement #16 - add specific CSS classes to any element of the JSON log per adapter option.
  • (Mic-M) Major improvement: Implemented entire documentation into adapter itself to significantly improve usability.
  • (Mic-M) A few improvements under the hood.

1.0.4

1.0.3

1.0.2

  • (Mic-M) Added debug logging for callAtMidnight() and updateTodayYesterday()

1.0.1

  • (Mic-M) Updated lodash dependency from 4.17.15 to 4.17.19

1.0.0

  • (Mic-M) No changes - just prepare versioning to add adapter to stable repository per Adapter dev docu

0.4.11

  • (Mic-M) Adapter is now in latest repository.
  • (Mic-M) Removed unused adapter features 'extra tab' and 'custom state options'
  • (Mic-M) Removed unused subscription to object changes

0.4.10

  • (Mic-M) Fixed reference to 'visualization.table' for adapter instances other than instance 0.
  • (Mic-M) Cleanup code.

0.4.9

  • (Mic-M) Add option to remove script.js.Script_Name, update documentation

0.4.8

  • (Mic-M) Fixed npm issue

0.4.7

  • (Mic-M) Fixed translations, disabled 'supportCustoms', improved admin settings

0.4.6

  • (Mic-M) Added error handling for invalid regex provided by user
  • (Mic-M) A few other fixes/improvements under the hood

0.4.5

  • (Mic-M) Fixed issue with merge option and other filter settings by now cloning input logObject prior to handling
  • (Mic-M) Allow wildcard * for 'Whitelist AND' and 'Whitelist OR' to indicate matching all

0.4.4

  • (Mic-M) Translations added, adapter instructions added, optimized admin interface

0.4.3

  • (Mic-M) Fix multiple regex/string config values separated by comma

0.4.2

0.4.1

  • (Mic-M) Fix 'Yesterday' for date, 2. Fix multiple filters, 3. Add description to settings page

0.4.0

  • (Mic-M) Add new option "maxLength" to limit the length of each log message

0.3.0

  • (Mic-M) initial public release

License

MIT License

Copyright (c) 2020 Mic-M

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.