iot_devices VS url2epub

Compare iot_devices vs url2epub and see what are their differences.

iot_devices

Minimal generic API and data model for an IOT device (by EternityForest)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
iot_devices url2epub
5 8
3 62
- -
6.7 7.8
13 days ago about 2 months ago
Python Go
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

iot_devices

Posts with mentions or reviews of iot_devices. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-16.
  • Ask HN: Tell us about your project that's not done yet but you want feedback on
    68 projects | news.ycombinator.com | 16 Aug 2023
    Wow, what a great idea for a thread!

    I'm trying to pare down my personal projects to just the really exciting ones, so I don't have much, butni think the most appropriate to the thread is https://github.com/EternityForest/iot_devices

    It's mean to be a cross-framework library for creating device integrations, so you can, say, write a handler for RTL SDR weather stations, and use it in a simple script up to a mega framework.

    I kind of dislike the way HASS and others handle automations where they have special purpose primitives for everything that needs lots of hand written code.

    I just have config entries, they must be strings, and data points, they can be strings, numbers, bytes, or objects. You can put metadata on them. There's also a few other utilities like the ability to make subdevices, and the ability to request things from the host.

    There are no special subclasses, a light bulb is just a device with a brightness point.

    It currently runs my security system with object detection recording, QR decoding if desired, multiple regions, motion detection without decoding every frame, and subsecond latency streaming to the browser, a nice recordings browser that can view a recording while it's being made, etc.

  • How I wrote my own Smart Home software
    6 projects | news.ycombinator.com | 4 Jun 2023
    My HA platform project started in 2013. Every few months or so I check back to see if HA has progressed far enough that I can ditch one of the last custom apps in my life.

    It's getting there. But it's not quite there yet. Last I checked the logging still saves every change, it's not easy to set up so that it will only save average/min/max over time to save SD wear.

    Creating new integrations is easy but still not quite a five minute job like it is with my extension API(https://github.com/EternityForest/iot_devices)

    But yet, having custom software in one's life is generally IMHO far more of a liability than an asset.

    So what I actually do is just use YoLink and Google assistant for everything I possibly can, and use custom software for video recording and unusual stuff YoLink doesn't do.

    I'd love to have a one size fits all "If it need automating, use this" platform, and HA seems like it's got the potential.... but just using the YoLink proprietary platform is the lazy, trouble free, super cheap way.

  • Ask HN: Who Wants to Collaborate?
    58 projects | news.ycombinator.com | 1 Jan 2022
    I'm working on a standard for easy drop-in home IoT drivers: https://github.com/EternityForest/iot_devices

    Maybe you could go one level of meta up and instead of working on reusable components, work on reusable definitions for component interfaces.

    Reuse is hard because you need a bunch of glue code. But if you had, like a standard for a toolbar, that knew how to find all the ToolbarAble objects, and the shopping cart icon just showed up, etc, things would get easier.

    The shopping cart could know to look for all the payment requesting components declared in your Big Project File or whatever, and everything could stay modular ish?

    GitHub is already the standard place to share generic projects.

  • Home automation dashboard generator in the terminal
    1 project | /r/commandline | 15 Dec 2021
    Source code can be found here: https://github.com/EternityForest/iot_devices
  • Minimalistic framework for creating IoT reusable Python IoT device drivers
    1 project | /r/coolgithubprojects | 14 Dec 2021

url2epub

Posts with mentions or reviews of url2epub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-05.
  • Show HN: CLI for generating beautiful PDF for offline reading
    4 projects | news.ycombinator.com | 5 Feb 2024
    Somewhat similarly, I wrote a web app to generate epub (instead of pdf) out of urls and send to eink reader(s) directly (via a telegram bot) so I can read them. Currently it supports sending epub by email (for kindle) or uploading epub to dropbox (for kobo, etc.). It originally also supports reMarkable cloud but we can no longer make reMarkable cloud actually work. There's also a REST api to generate epub to be downloaded directly: https://github.com/fishy/url2epub/blob/main/REST.md

    For e-ink readers epubs are generally better than PDFs for urls anyways, as epubs are basically packed htmls, and also the flow text works better on smaller screens.

  • Omnivore – free, open source, read-it-later App
    10 projects | news.ycombinator.com | 15 Oct 2023
  • Ask HN: Tell us about your project that's not done yet but you want feedback on
    68 projects | news.ycombinator.com | 16 Aug 2023
    I wrote a service (Google Cloud Run as the backend, with Telegram bot as the frontend) to generate readable ePub from URLs and send directly to e-ink readers. It was originally wrote for reMarkable 2 (using reMarkable cloud), I recently added support for Kindle (by using the send-to-kindle emails). The code is at https://github.com/fishy/url2epub and I blogged about the recently added kindle support at https://b.yuxuan.org/url2epub-kindle.

    I'm open to suggestions on what other e-ink platforms to add, as long as they have a reasonable cloud API. I'm also looking for a good e-ink platform to move to personally, as it becomes apparent that reMarkable really doesn't want third parties to use their proprietary cloud "API".

  • ReMarkable 2
    10 projects | news.ycombinator.com | 27 Oct 2022
    2. It's a relatively open system (compared to other e-ink readers), so it's pretty fun in terms of hackability.

    I did get the forever free subscription which helps, but I also totally understand why they would want to charge for that, and I think the new $3/month is a pretty reasonable price for it.

    Regarding instapaper use case and also hackability, shameless plug: I wrote https://github.com/fishy/url2epub for my own use case, so instead of relying on a third party service and manually sync stuff to reMarkable 2, I just send the link to the telegram bot (I picked telegram bot so that I can easily send links from my phone, not only desktops), and the epub will be auto synced to my reMarkable cloud account (they did made some changes to the cloud api causing I have to manually open their official mobile or desktop app to sync once before the reMarkable 2 itself would accept the new epub I uploaded through url2epub, haven't figured out how to avoid that yet, but it's still mostly automated).

  • Instructions on how to send articles from your iPhone to reMarkable
    1 project | /r/RemarkableTablet | 24 Nov 2021
  • Zenreader: A 4.7 Inches E-Ink RSS Reader Powered by ESP32
    8 projects | news.ycombinator.com | 19 Apr 2021
    For reMarkable, I also wrote a Telegram bot to convert http url into ePub and send to reMarkable directly: https://github.com/fishy/url2epub

    (if you don't like telegram or don't use reMarkable, it also comes with a public rest API to generate epub out of urls)

  • Show HN: Epub.to – ePub to pdf, ePub to mobi, ePub to kindle, and an ePub API
    5 projects | news.ycombinator.com | 6 Feb 2021
    Shameless plug and this is only loosely related: Over the last holiday season I wrote a backend (written in Go and running on App Engine) to convert http url into epub. The frontend is a telegram bot that sends the epub to your reMarkable account directly, but it also has rest api to download the epub file: https://github.com/fishy/url2epub/blob/main/REST.md
  • Show HN: Create ePub Out of URL
    1 project | news.ycombinator.com | 25 Dec 2020
    With the purchase of reMarkable 2, I have this need to easily send web articles to my reMarkable 2 from my phone, while officially they only provided a Chrome extension, which can only be used on desktops.

    As a result I wrote some go code (https://github.com/fishy/url2epub) for the past 2 days, to generate ePub from URL. I also implemented reMarkable API to send them to reMarkable tablets directly.

    The current UI for it is implemented as a Telegram bot (https://t.me/url2rM_bot?start=1), running on AppEngine (code: https://github.com/fishy/url2epub/tree/main/appengine). I initially considered making an Android app for the UI, but decided that Telegram bot is less work for me, and works good enough for this use case (sorry for people who don't use Telegram, but this also means that people on iOS, desktop, etc. will be able to use it).

    For the future, I might do:

    - Expand the URLs supported (currently it only supports URLs with an AMP version provided, and the AMP version does have article tag inside)

What are some alternatives?

When comparing iot_devices and url2epub you can also consider the following projects:

vanna - 🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.

M5Paper_FactoryTest

r0b0 - r0b0 is a communication system for connecting human interface device (HID) hardware and system software; an `aconnect` for anything.

lines-are-beautiful - C++ File API for the reMarkable tablet

SeleneCMS - CMS built as a Symfony Bundle

KindleUnpack - python based software to unpack Amazon / Kindlegen generated ebooks

openai-kiss - Simple shell scripts to access OpenAI API

seleneCMSBundle - Add CMS functionality to your Symfony Apps

code_nitro

is - an inspector for your environment

jekyll-sqlite - A Jekyll plugin that lets you use SQLite database instead of data files as a data source.

golang-samples - Sample apps and code written for Google Cloud in the Go programming language.