Has anyone using Mikrotik using one of these sensors at all?
I have a sensor to monitor my currently installed firmware and I would like one to scrape the mikrotik downloads page for the latest stable release but I can’t for the life of me get anything to scrape from their page.
Is there a better way to go about it I was going to try feed reader but they fill their rss with updates on everything not just releases.
inside sensors:yaml
- platform: feedparser
name: Engineering Feed
feed_url: 'https://mikrotik.com/download.rss'
date_format: '%a, %b %d %I:%M %p'
inclusions:
- title
- link
exclusions:
- language
1 Like
amazing will give this a try and let you know.
also, check this out
I had already book marked this thread also thanks for your work on this I had parked it for awhile. Do you think we could do the same for UBNT firmware also?