Does This Type Of Clock Exist?

Hi, I’m wondering if there’s such a clock with the following features

  1. Fully controllable from ha
  2. digital display
  3. show current room temp & humidity
  4. show weather forecast
  5. customizable font & colours
  6. ability to turn off display at night
  7. Time sync to ha time

budget £100-150

Why don’t you make a dashboard and display it on a tablet?

Buy a supported Waveshare 7 inch display and program it in ESPHome. This is a weather display I did:

  1. Fully kiosk browser.
  2. cheap android tablet
  3. profit err… display your HA dashboards with the info you want
1 Like

Go for a tablet and you can display anything as needed

This is a view I have on a Lenovo Tab mounted in the Kitchen

Something ESP based and build it yourself
Example: https://www.aliexpress.com/item/1005010250156249.html

What sidjohn1 suggested, with extra comment: if you have option get a (used) tablet with OLED display. This way you’ll be able to program it so that clock will always be visible, just very dimmed. The point is that classic LCD’s can’t be dimmed low enough not to bother your sleep because of backlight, while oled’s don’t have backlight, so they can be dimmed to minimum plus font can be set to very dark grey - i use rgb(10,10,10) - which will cause clock to be visible only in total darkness (and even then only after a while when your eyes become accustomed to darkness). On the other hand, it could be any oled phone, if tablet is too big for you. You can get, say, Samsung S8 pretty cheap, and it can have battery exhausted…

I have old Samsung S5 tablet, i’m using clock card for time, for alarm i use scheduler card. Other things as desired, imagination (and some knowledge) is your limit.

I bought a Ulanzi TC001 and followed this guide.

It’s a little bit of work to get it all setup at first, but it can do all the things you’re looking for.

Hi, If I get this would you help set it up the way I want?

is it possible to do the following

top row: Room Temp On Left, Date In Middle, Room Humidity on right
middle row: time
bottom row: weather

How are you going to get rows of text on this screen?

Or even change font

2 Likes

Good point… missed the font part. So then it can do almost all the things you’re looking for.

I didn’t see anything about rows in the initial post, but to see alternate data, in my particular setup, every few minutes I have the temp and humidity display instead of the clock for 15 or so seconds. Then it switches back. Same with weather, every 15 minutes or so for 20 seconds or so. Alerts pop up, as needed and switch back to the clock after a delay or the alert clears.

(I also have a few tablets with their own dashboards, so this solution depends on room, taste, etc.)

ok so I couldn’t have everything on one screen but could do the following

screen 1: Time
screen 2: temp & humidity
screen 3: weather

time displayed for 5 minutes then auto change to next screen for 20 seconds then change to next screen for 40 seconds then return to screen 1

Correct.

(Then I also have the screen off from 11pm - 6am and also off when we’re not home… all sorts of automations.)

I’d love to see what you ultimately decide on and deploy.

I’d started searching around for something like that a little while ago but was disappointed to find that a device that was a: not just a repurposed tablet/phablet; and b: not looking too homemade; and just kept finding single-purpose weather stations, sports score trackers and (exclusively) app-controlled and/or app-dependent displays. So not a good candidate for HA control without serious hackery, if at all.

I see some vague suggestions that someday there might be an API released for the Glance LED devices which would make a HA integration possible. That would be cool, but soon™ so often turns out to be never. Also, you have to be in the market for a vibe that might be described as “man cave” or “tech bro” so maybe not for everyone . . .

One of those flip-flap character displays would be sweet, too, but starting at 1000US I didn’t even read further . . .

is it just a switch in ha that turns the screen on/off?

I’m currently developing these screens as bed side screens for my kids.
https://www.aliexpress.com/item/1005008424118832.html

The plan is a brass rectangle bent about 90 degrees coming from the backside of their beds out to the side.
Twisting the encoder will din the light in the room.
Push is on/off.
And the rest of the functions will be using the touch screen

2 Likes

There will be many sensors and switches exposed once added to HA - There’s a screen on/off, a mode switch for auto-dimming, a lux sensor, battery, temp humidity, button actions… it’s quite full featured.

I like this idea. Be sure to post updates!

Ok so has everything I want, I will get it and see how it goes, will need help with any coding if thats ok

I’ll certainly try!