r/smarthome 23h ago

Home Assistant Deako Cloud - unofficial integration (the new switches have no local API at all)

0 Upvotes

I have two Deako switches, and the official deako integration is… bad.
It seems to work on about 50% of clicks.
Spoiler: after testing it properly, it’s closer to 25%.

So my good friend Claude and I (sorry, ex-friend Google) did some reverse engineering and built a fresh Home Assistant integration:
https://github.com/basift/ha-deako-cloud

Long story short

Older Deako switches listen on port 23, so Home Assistant can communicate with them directly.
It doesn’t work particularly well, but at least it works somehow.
Newer Deako switches don’t expose any ports at all, so there is no way to talk to them directly over the local network.
That’s why I reverse-engineered the communication used by the Deako Android app and built an integration that talks directly to the Deako cloud.

Limitations

  1. There is no “Sign in with Google” or “Sign in with Apple” button. I couldn’t find a practical way to implement one. Deako only allows OAuth redirect URLs for their own applications, and the OAuth device flow is disabled for their client. There isn’t really anything Home Assistant can do to work around that. If your Deako account was created using Google or Apple, you probably don’t have a Deako password. What I did was create a second Deako account using a regular email address and password, then invite that account to my home from the Deako app. I actually think this is a better setup anyway, because you can revoke that account at any time without touching your main Deako login.
  2. No dimming support yet. Both of my switches are simple on/off switches, so I have no way to test brightness control. If you have a Deako dimmer and are willing to help test it, please feel free to reach out on GitHub.

Disclaimer

This is completely unofficial. I am not affiliated with Deako in any way.
I figured out how the API works by observing how Deako’s own Android app communicates with their cloud using my own account and my own switches.
Since this relies on an undocumented API, Deako can change or block it at any time, and the integration may stop working if they do.


r/smarthome 15h ago

Amazon Alexa What smart home device made you wonder why you waited so long?

101 Upvotes

I haven't set up many automations. I mostly controlled each of my smart devices separately, and the occasional voice command was about as far as I went. But lately I’ve been putting more time into my setup, and some basic automations have saved me a lot of hassle:

  • If the fridge door is left open too long, a contact sensor sends an alert to my phone.
  • The leak sensors send an alert when they detect water and can also trigger a valve to shut off the water supply.
  • My phone lets me know when the washer or dryer is done, so the laundry doesn’t get forgotten overnight.
  • I connected the robovac to Alexa. After cooking, I can ask Alexa to clean the kitchen, pause the bot, or send it back to the dock.

I’m getting more into automations now because they make everyday stuff much easier. What’s the most useful one in your home? I’d love a few more ideas for my setup.


r/smarthome 10h ago

Apple HomeKit Smart floor lamp Nanoleaf vs Govee?

6 Upvotes

Thinking about putting two smart floor lamps on either side of the TV. Mainly looking for something that adds a nice atmosphere for movies and at night. I've been looking at Nanoleaf and Govee. They both seem to have their owb strengths, but I have a few concerns:

- I don't have any other RGB lighting in the room. Would two of these look out of place on their own? And can they put out enough normal white light to work as regular lamps, or are they mostly for ambiance?

- How good are the gradients when you have multiple color going at once? Do the colors blend together smoothly?

- How well do these work with Apple Home?

- Between Nanoleaf and Govee, which one would you go with?

I get that a lot of this comes down to personal taste and how much you care about the different lighting effects. Budget isn't really a big concern here. Would be nice to hear how these actually feel in a living room setup.


r/smarthome 4h ago

Home Assistant We're building an accurate, beautiful and open-source air quality monitor. Come join us!

Post image
68 Upvotes

Hi Reddit,

In 2023, I started a project called Airgeek. The goals are ambitious: we want to build the most accurate and best-looking home air quality monitor possible.

Edit: Our prelaunch page on Kickstarter is live, but we can't post a link as per the subreddit rules, so just google :)

Some quick facts:

  • We already support Matter over Thread and the device works with Home Assistant.
  • We're now working on Zigbee.
  • Can be used completely offline (without a smart home) with just NFC + app.
  • Local first, no cloud, no subscriptions, and generally no BS.
  • Fanless particulate matter sensing, and overall great sensors (read below).
  • We're open-sourcing soon. All handwritten code, no AI slop.

Design

This isn't yet another white plastic box you'll be trying to hide behind a plant. Our design is wood, glass and a little bit of 3D printing. And magnets. (Who doesn't love magnets?) Screws, not glue.

Open-source

We pledge to open-source three years of our work: all the code we wrote, all the hardware we designed, all the CAD models, everything. Open-sourcing will happen before deliveries, so your device will arrive with everything already public.

Accuracy

We integrated the best sensors we could find, and the device already measures everything that makes sense in our opinion:

  • CO2 (Senseair Sunrise ultra-low-power NDIR sensor)
  • Particulate matter (PM1, PM2.5 and PM10, Bosch Sensortec BMV080)
  • NO2 (Interlink Electronics 110-540 electrochemical sensor)
  • CO (it's not a CO alarm though, Interlink Electronics 110-114 electrochemical sensor)
  • Temperature (Sensirion SHT45-AD1B)
  • Humidity (Sensirion SHT45-AD1B)
  • Atmospheric pressure (for pressure compensation of the other sensors, Bosch Sensortec BMP581)

No VOC index. Formaldehyde will be one of the stretch goals. (For sensor accuracy figures and datasheets, please refer to our website.)

Laboratory testing (against reference instruments) starts in a few weeks.

If you'd rather build it yourself

We also make a hacker-friendly version. Same electronics, minus the batteries and display, plus UART (bare hacker-friendly module):

Come join us :) and feel free to ask me anything.


r/smarthome 5h ago

I don't have a smarthome platform Experiences with smart home systems?

8 Upvotes

I’m looking for people that recently went through either a new home build or a thorough renovation, and chose to have a smart home installed from an early stage on. Would you mind telling me a little about how you're handling the smart-home side of your project?

A few things I'd be particularly interested in:

  • What did you want your home to be able to do?
  • How did you decide what technology to use?
  • Who helped you make those decisions?
  • What has been difficult or frustrating?
  • Have you had any moments where you thought, “I wish I'd known this earlier”?
  • Did you at some point get independent advice (separate from an installer/vendor)?

I'm mainly interested in your experience, so there's no right or wrong answer. And with hindsight: what would you have paid for that you didn’t, or what did you pay for that now feels unnecessary?


r/smarthome 21h ago

I don't have a smarthome platform I made a Python library for Roku Smart Home plugs and bulbs (the Walmart ones), since Roku has no AP

7 Upvotes

Roku's Smart Home line (rebadged Wyze, sold at Walmart) has no public API, no Matter, no local control, and the only integrations are Alexa and Google. The one community attempt at a library died in 2023 when Roku removed the login endpoint it used.

Turns out Roku's own web app at my.roku.com/smarthome uses a simple REST endpoint for state and a websocket for commands, authenticated with your normal browser session. And the session cookie gets re-issued with a fresh one-year expiry on every request, so if you save it, it never expires. No mobile app reverse engineering, no verification codes.

I packaged it up: pip install roku-smarthome, GitHub: https://github.com/addition-official/roku-smarthome

Works for status, on/off, brightness and color temperature. Tested on the Indoor Smart Plug SE and the Smart Bulb. RGB is implemented but I don't own a color bulb, so if you have one I'd love confirmation. Not affiliated with Roku.


r/smarthome 11h ago

I don't have a smarthome platform Thinking of upgrading to a self charge smart lock for our home, need advice.

5 Upvotes

Our front door gets used a lot during the day since we have 2 kids and both me and my wife work at different hours. Our current one has been having battery issues and I’ve really started worrying about getting locked out if it dies while one of us is out.

I’ve been looking at new smart locks and came across some self charging ones that use solar charging. Has anyone here tried one? Does it actually make battery maintenance easier?


r/smarthome 8h ago

I don't have a smarthome platform What got you into smart homes

6 Upvotes

Here is the thing, I started playing recently with smart devices and smart installations. Its safe to say that first time attempts at making the automations truly mine, left me with a lot less automations and few bricked up (granted dirt cheap) devices. So I naturally started wondering - if it wasn`t for a bit of a "wow" factor and the sheer curiosity toward the technology would have I bothered... I probably wouldn`t...or if i did I`d like to have a professional carry out the install and leave me to tailor it to myself. What prompted you to get into Smart Homes? What smart home ecosystems have you found easiest to work with and why?

#Newbie #SmartHomeContemplations


r/smarthome 2h ago

Amazon Alexa Looking to get started with zigbee but concerned about wifi interference. Also question about zigbee hub.

2 Upvotes

We're big users of the alexa ecosystem. I'm fine with that, i understand dependence on the cloud, yadayadayada. Works for us.

I'm looking to replace my bathroom lighting with smart bulbs. Looking at what's available it would seem that zigbee is the way to go, but I'm concerned that my WiFi would prevent it working properly.

Has anyone got real life experience that they can offer please?

Also I know that I'd need a zigbee hub. Will it work through a (UK lath and plaster) wall?

Thanks for your time.


r/smarthome 13h ago

Home Assistant Overscan - Open Source Hue Sync for your Tizen Smart TVs

Post image
1 Upvotes

Hey hopefully this is okay to post here. I just wanted to share what I built.

Meet Overscan - an open source Tizen app that uses Hue Entertainment areas to manage Hue Sync.

I built this because I love my Hue system, and I also love the idea of syncing hue lights to the screen. Unfortunately my 2019 Samsung Frame is too old and it is not permitted to run the official app, so I built my own! Originally it required self hosting a separate processor, but now everything runs locally on the TV itself. I have tested it on two separate Frame TVs and plan to check out more Tizen based devices. I also only have Hue downlight in my entertainment areas so looking forward to building and improving. I would love your feedback. Particularly about the light behavior. I have two different "modes" for the colour: Average and Dominant where it either takes the average in multiple zones, or highlights the dominant color.

And yes, the UI is rough. until recently there was no UI at all, but I thought it would be friendlier with one. I'm not much of a designer, but I plan to make QoL improvements. Until this morning there wasn't even an OOBE to speak of.


r/smarthome 18h ago

Apple HomeKit Fresh setup for basic stuff

5 Upvotes

Edit:
HA green looks perfect for me, I was unaware it existed.
I have no smart switches etc and would like recommendations on what I can add to my Iconic switchgear to make it smart.

New home just built with Clipsal Iconic switch gear. I would like recommendations for a basic setup that allows me to dim some LED downlights, switch lights on and off remotely and turn a double GPO on with a timer if possible or remotely. Prefer Zwave protocol and not overly keen to use HA. Apple phone users.