Skip to content

Releases: leiweibau/Pi.Alert

Pi.Alert v2024-12-12

13 Dec 20:00
b4c7d11
Compare
Choose a tag to compare

New:

Updated:

  • Improve Vendor assignment
  • Minor improvments
  • Change some wordings
  • Documentation

Changed:

  • pucherot's name removed from the footer

Removed:

  • The mail configuration during setup has been removed, as unfortunately a potential variable name conflict was created that was not recognized beforehand.

Screeshots

screen1 screen2

Pi.Alert v2024-11-11

11 Nov 20:07
a89da84
Compare
Choose a tag to compare

New:

  • Add link to github docs to navbar (#405)
  • Option of archiving reports (manual and/or automatic). This should make it possible to remove the red badge but still retain certain notifications. The new parameter REPORT_TO_ARCHIVE has been created in the configuration file for automatic archiving.
  • Keyword search in config file editor

Fixed:

  • A new parameter (PIHOLE6_API_MAXCLIENTS) has been added to the configuration file in the Pi-hole section.nIn this context, a bug in the API request for Pi-hole 6 has also been fixed (#413)
  • An attempt has been made to shorten the periods during which the scan blocks the database
  • For web service notifications in which the SSL status code did not change, a Javascript error occurred which could lead to display problems

Updated:

  • Docu
  • Minor UI improvements and backend tweaks
  • Extension of the journal function
  • The Reports page has been revised
  • Initial configuration file
  • The Satellite API now returns a status code to the satellite in addition to a message

Changed:

  • Unify variable names (WiP)

Screeshots

screen1
Reworked notification page
screen2
New notification archive page
srceen3
Keyword search in config file editor

Pi.Alert v2024-10-20

20 Oct 17:18
Compare
Choose a tag to compare

New:

  • Set PHP Timezone in pialert.conf. If a time zone has already been set in php.ini, this will of course be used. If no time zone is set, i.e. PHP uses "UTC", then the time zone stored in pialert.conf is applied. (#399)
  • Supports extended meta data from Pi.Alert-Satellite 2024-10-09
  • Offline Mode. After the installation and the initial test of all script components, an offline mode can be configured to prevent any communication with the Internet (#401)
  • Customize the heading colors on the Reports page
  • If the PRINT_LOG parameter is set to True to generate an extended log, the results of the individual scans/imports are also output in the log

Fixed:

  • Minor UI issues
  • Address "*" as device name for new devices
  • Add missing DHCP_INCL_SELF_TO_LEASES to config file editor

Updated:

  • Language files

Changed:

  • The update script does not perform an update as long as a scan is running. To do this, it checks for the existence of the ".scanning" file, which is created for the duration of a scan.

Removed:

  • Help/FAQ. The collection of information was either not placed clearly enough or not formulated clearly enough and therefore could not reduce my workload. In order to use my time more productively, this page has now been removed. (#400)
  • Database updates older than half a year have been removed from the update function (pialert-cli)

Pi.Alert v2024-09-28

28 Sep 15:08
cb5e43e
Compare
Choose a tag to compare

New:

  • API extended: Down_Devices (#391)
  • Add API call for DHCP leases (#382)
  • In the Trigger and Class columns in the journal, any values can now be colored as desired. It is important here that the “complete” search term is required.
  • Added Coloris colorpicker (https://github.com/mdbassit/Coloris)

Fixed:

  • Pi-hole V6 beta support (#382). Big thanks to @JYewdall for the troubleshooting help.

Updated:

  • General documentation updates
  • Screenshots
  • Update Docu and Help/FAQ pages regarding to parameter in config file

Changed:

  • The history graph now shows the history individually for the local scan or per satellite
  • The entry “...Skipped” is now highlighted in color in the scan log
  • Date and time instead of Time only (System Info page -> Satellite info)

Removed:

  • Obsolete bootstrap colorpicker (Has not been used so far anyway)

Screeshots

Screen_Journal_01 Screen_Journal_02

Pi.Alert v2024-09-17

17 Sep 07:19
cb5e43e
Compare
Choose a tag to compare

New:

  • The file PIALERT_CONF has been added to the documentation. It contains an overview of the parameters of the configuration file

Fixed:

  • Sorting IP column was broken (#383)
  • Pi-hole V6 beta support (#382)

Updated:

  • Improve update process (#379)
  • Language files

Pi.Alert v2024-09-01

01 Sep 11:52
8dd991e
Compare
Choose a tag to compare

New:

  • Set default alert mode for newly added devices (#360)
  • Vendor column in the Devices view (#376)

Fixed:

  • Pi-Hole 6 (beta) support. Not yet productively tested. Support is in beta status.

Updated:

  • Language file
  • The dialog for the Wake-on-LAN function in the device list now contains the host name
  • In addition to the total number of devices, the number of hidden hosts is also displayed in the navigation bar under “Presence”

Changed:

  • The positions of the “MAC” and “Device Name” columns have been switched in the Report template
Bildschirmfoto 2024-09-01 um 13 44 08

Pi.Alert v2024-08-24

24 Aug 20:45
8dd991e
Compare
Choose a tag to compare

New:

  • Add report counter to tab/page title
  • Added a checkbox to hide a device from the presence page to the detail view (#363)
  • Added a checkbox to hide devices from the presence page to the bulk editor (#363)
  • Exclude an IP-Range from the scan (#357)
  • One counter for all devices of the respective presence menu item (local, satellites).
  • Pi-Hole 6 (beta) support. Not yet productively tested. Support is in beta status.
  • Satellites have been added as a submenu under the presence button

Fixed:

  • Warnings and error messages occurred when using python 3.12
  • Error when using mixed var (#358)

Updated:

  • Documentation
  • Help / FAQ page
  • Initial config file
  • Initial database updated (#363)
  • Language files
  • pialert-cli to add a new column to the database (#363)

Pi.Alert v2024-08-09

09 Aug 16:22
38c2d12
Compare
Choose a tag to compare

New:

  • Docu: Guide for the first start
  • Docu: Configure Mail Notification (#343) Thanks to @user-566

Updated:

  • jquery ui from 1.12.1 to 1.13.3
  • FullCallender from 3.10.1 to 3.10.5
  • FullCallender Scheduler 1.9.4 to 3.10.4
  • iCheck from 1.0.1 to 1.0.3

Changed:

  • Only updates of activated modules are displayed during the manual update check

Pi.Alert v2024-07-17

17 Jul 20:10
d724086
Compare
Choose a tag to compare

New:

  • Send new device mails continuously (#302)
  • Supports extended meta data from Pi.Alert-Satellite 2024-07-16
  • Add Pi.Alert-Satellite to System Info page

Fixed:

  • Increased services page loading speed
  • Sticky back button link (mobile view)
  • some CSS issues

Updated:

  • Documentation
  • Improved Home Assistant sensor config
  • Add Pi.Alert-Satellite to UpdateCheck
  • Help/FAQ page (#302)
  • Language files

Satellite on System Info page

systeminfo

Pi.Alert v2024-07-04

04 Jul 05:33
fb1d79b
Compare
Choose a tag to compare

Updated:

  • New Pi.Alert-Satellite (2024-07-03) meta data supported
  • pialert-cli
  • Language files

Changed:

  • The API key can now be submitted via POST as well as via GET to support "gethomepage.dev" (#329)

Removed:

  • oldest db updates from pialert-cli