New:
- If both "REPORT_TO_MQTT = True" and "PUBLISH_MQTT_SUBNET_STATUS = True" are set, Pi. Alert identifies the IPv4 subnets directly available on the local network interfaces, assigns the hosts managed in "Devices" and "ICMP_Mon" to exactly one of these subnets based on their IP addresses, and publishes nine counters per subnet. (#621)
Fixed:
- Add "--vlan=" to valid parameter for SCAN_SUBNETS (#617)
- Parser correction for "PUSHOVER_PRIO" so that negative values are once again possible. (#633)
- The OpenWrt integration is designed to use HTTPS by default for new installations and to continue working with the self-signed certificates typically used with OpenWrt. To this end, the Boolean configuration value "OPENWRT_SSL" and the integer configuration value "OPENWRT_PORT" are introduced. (#632)
- The web service transport now handles up to ten redirects while maintaining a fixed total runtime, recognizes repeated URL/cookie states as a true loop, and treats redirect cookies as strictly limited and transient within a single check. Each hop continues to be re-validated, resolved, and bound to the verified IP address
- Several issues from #617 have been addressed (Thank you to all the users who provided feedback.)