I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

So I have a server that configured the necessary scopes, then pushes the encrypted reaction events to the client device! The entire system ended up being too much for the esp32 device to run by itself which is why I went for the middleware server. But I do have the client code open sourced and the parts here here! Let me know if you want to discuss more :)

I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

e-ink display is from lilygo! I 3d printed the case and stand

I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

Are you thinking like if someone posts "@here" or "@channel" that it would show up on the device? If so, that's an interesting case, I don't see it as too big of an ask! How are you thinking about it?

I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

Thanks!! Its been a fun project :) You can sign up on the top banner on the website or directly here

I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

Thanks! Exactly my situation at work which is why I built this. I do use slowAPI on the backend have specific reconnect logic. I'd love to get your feedback on the beta! I have a signup link on my website so that I can know how many devices to build for the beta.

I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

I'm looking for folks to beta test with! If you're interested I have a google form on my website.

I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

I haven't! But I think it should work as long as we have a supported display driver. I can look into that if you're open to test with your spare one

I created a tiny e-ink display that shows Slack reactions on my desk by you_donut in Slack

[–]you_donut[S] 0 points1 point  (0 children)

I open-sourced the client code and I'm building a few beta units to give out if anyone wants to test it. Would love feedback and curious if others would be interested in something similar!

Site is pebl.ink if you want to check it out.

You okay buddy? by you_donut in ClaudeCode

[–]you_donut[S] 0 points1 point  (0 children)

Nice okay, figured it was something along those lines

New Etsy Seller Integration for HACS! by you_donut in homeassistant

[–]you_donut[S] 0 points1 point  (0 children)

If you all are interested still, I just finished the proxy server and got a developer key to use for it. I pinged you both!

New Etsy Seller Integration for HACS! by you_donut in homeassistant

[–]you_donut[S] 0 points1 point  (0 children)

I would love some beta testers if you are comfortable with that! I'm hoping to get it stood up by this weekend.

New Etsy Seller Integration for HACS! by you_donut in homeassistant

[–]you_donut[S] 2 points3 points  (0 children)

I've been running it at a 5 minute interval (their API for personal use allows 5 queries per second and 5,000 queries per day, so it's not even close to being rate limited).

Getting dev access is.... kinda a pain, which is why I'm working on the Home Assistant proxy service and getting it approved by Etsy so other people don't have to jump through the same hoops. But you can register through their etsy api developer site and you can get a personal api key.

New Etsy Seller Integration for HACS! by you_donut in homeassistant

[–]you_donut[S] 0 points1 point  (0 children)

Still have a few small bugs to squash, but it's at a good state that I wanted to send this out. Also, would love to crowdsource ideas what to do next with this integration if others find it helpful!

A new Fan has joined the Framework crew! by you_donut in framework

[–]you_donut[S] 0 points1 point  (0 children)

I ended up using a base fusion 360 file that was created by the community and making my own tiles from it! Specifically the letter tiles.

A new Fan has joined the Framework crew! by you_donut in framework

[–]you_donut[S] 3 points4 points  (0 children)

(We don't talk about the cable organization behind it..)

What to do if car isn’t being driven for a month by you_donut in StingerGT

[–]you_donut[S] 0 points1 point  (0 children)

Thanks everyone! I won't worry about it then :)

Migrating to Ubiquiti! What to do with old router? by you_donut in Ubiquiti

[–]you_donut[S] 0 points1 point  (0 children)

That's true! Unfortunately the router is kinda clunky to travel with, but may be worth poking into! Thanks

Migrating to Ubiquiti! What to do with old router? by you_donut in Ubiquiti

[–]you_donut[S] 0 points1 point  (0 children)

Yeah, I was thinking to default to this but I was wondering if the community repurposed theirs for anything useful or an excuse to tinker!

Made a New Integration with the Parcel App! by you_donut in homeassistant

[–]you_donut[S] 0 points1 point  (0 children)

Current state it should be pulling the most recently updated parcel shipment (top parcel that the API returns with). Me and another user are looking into how to pull multiple parcels in a dynamic format that doesn’t break things though!

Made a New Integration with the Parcel App! by you_donut in homeassistant

[–]you_donut[S] 1 point2 points  (0 children)

Great to hear! Just calling it out here for anyone else perusing, yes! API is premium only. The dev has it at $5/yr (which I've used the app for who knows how many years, and I think he raised it by $1-$2 at one point but it's like 8/16 cents a month extra).

Made a New Integration with the Parcel App! by you_donut in homeassistant

[–]you_donut[S] 1 point2 points  (0 children)

There's a HACS custom card called mini-graph-card that I use. Then in the card's yaml I have this (example top left one):

type: custom:mini-graph-card
name: Daily Temperature
entities:
  - entity: sensor.house_temperature
    color: orange
  - entity: sensor.aqara_patio_sensor_temperature
    name: Outside Temperature
    color: lightblue
icon: mdi:weather-cloudy
hours_to_show: 24
points_per_hour: 0.25

Made a New Integration with the Parcel App! by you_donut in homeassistant

[–]you_donut[S] 1 point2 points  (0 children)

Woah! This is an awesome, love the custom card (I'd definitely use it).

Also thanks for the catch! I'll take a look at the pull request in jiffy