šŸŽ™ļø The Homey Podcast | Megathread

Would love some improvement with energy monitoring as well. Smartthings does a good job at it. They provide more insights such as comparison to previous weeks or months, forecast, energy intensive days / hours and other energy usage analysis that are helpful.

Most of their charts for energy consumption is bar charts which is think is more relevant for energy.

I keep my Matter device with energy support in Smartthings until Homey release Matter 1.3 but Iā€™m definitely looking forward for improvements from Homey in that area

2 Likes

Just finished watching the podcast. Great job. I love the kiosk idea for permissions

1 Like

On the topic of user permissions and dashboards, Emil described in the podcast an approach that will work on devices dedicated to running a single dashboard. However, this wonā€™t allow restricting what regular users can do when using their own Homey account on their own phone.

What if Athom instead added full-blown permission management but just on dashboards (not on devices, flows, etc) and added a user level that can only access dashboards (and of course only the dashboards they are allowed to see)? This would be not just a basic workaround for permission management, but an actual workable solution for most use cases.

Just my two centsā€¦

3 Likes

About energy monitoring, it would be great to be able to add consumption data for specific points in time via the SDK. For example the energy provider in my city has no good possibility for renters to add a live energy reader, but it provides an API on which you can get the consumption in 15 minute intervals. BUT the data is only available with a 1-2 day delay.

Great episode, keep doing it itā€™s very niceā€¦ I have several questions / suggestions as an Apple devices user.

  • It would be greatly appreciated to have an action in Shortcuts that allows us to open a Dashboard directly. This way, we could create ā€˜buttonsā€™ to open Dashboards.

  • Also, there is a lack of a widget where accessories are displayed, as currently only Flows are supported. additionally : Lights, Activity, climate etc for room would be nice as a widget.

  • There are no options available for the Control Center (new iOS 18 version). It would be great to be able to add an accessory, a flow, or a Dashboard.

  • There is no ā€œCriticalā€ notification from Homey where some brand (camera or security) have it.

  • In Shortcuts we are missing some actions such as get a return from a flow or a script or more simply turn on/off a light, this can be done but require a flows in Homey.

Thanks for the :green_apple: users

3 Likes

Hi everyone, Iā€™m looking for the magnetic wall mount for the iPad mentioned in the podcast. Does anyone know where I can find it?

You can find Emileā€™s thread here

2 Likes

Hi Homey

I think the best buy gruide is fantastic but I miss 1 crucial thing.
With protocol I can see whether a device uses bluethoot, zigbee, zwave or wifi.
But I canā€™t see any difference whether Homey connects via local wifi or via a cloud server.

Could you please make a distinction between cloud and wifi!

As you also mention in the podcast, a local connection usually has many advantages but now there is no distinction.

Keep up the good work.
Joost

6 Likes

Hi everyone! Exciting news ā€“ Episode 4 of the Homey Podcast will be recorded in just two weeks, and weā€™ll have a special guest joining us at our Enschede office: @martijnpoppen! :tada:
With over 20 Homey Apps under his belt, Martijn will be sharing insights from his experience developing for Homey.

If you have questions for Martijn or are curious about what itā€™s like to develop on the Homey platform, drop them here! Weā€™d love to include them in the episode. :raised_hands:

18 Likes

Who is that guy ? :laughing:

4 Likes

(In advance) Welcome to Enschede, @martijnpoppen!
Take a beer afterwards on our beautiful ā€œOude Marktā€! :beers:

5 Likes

I certainly can come up with a few questions :innocent:

  • How has your approach to app development on Homey changed over the years, especially with new Homey platform updates?
  • Is there a particular feature of Homey that you enjoy working with the most? Why?
  • Do you have any tips for speeding up development or managing multiple Homey apps efficiently?
  • With over 20 apps, do you have a personal strategy for choosing which apps to build next?
  • For new developers interested in Homey, what advice would you give to start strong and avoid common pitfalls?
3 Likes

My question: What SDK feature or API do you miss the most as a developer?

My Question, is there an error log or logbook in Homey?

For example. My Zehnder (WTW) Flows stopped working. When i found out, that it stopped working, i got an error when executing the flows. the Zehnder cards were missing and i had to replace them. But why is the error not in a logbook, or as a push message? Now i had to find out myself.

1 Like

Actually there is great solution from @martijnpoppen called Flow Checker - Flow Checker App for Homey | Homey, which is unfortunately partially broken on HP23 because of not addressed bug on Athom guys side - WebApi V3 Flow IsBroken() promise false positives Ā· Issue #53 Ā· athombv/homey-web-api-issues Ā· GitHub.

3 Likes

ok, cool than its a extra good question. @martijnpoppen is in da ā€˜podcastā€™ house.

but i do have the latest Homey, so it does not work at the moment?

@boldor Flowchecker tries to catch broken flows in all kinds of ways. Broken variables, devices, apps, missing cards etc.

But indeed it might be that in the HP23 it cant find the broken flow due to the link shared before by @Sharkys.

2 Likes

@Doekse I have a question for the podcast. The advanced flow editor has been live for a while now, and itā€™s amazing to work with. However, I wonder if there will be any new additions to the advanced flow editor, like a ā€˜wait untilā€™ card, which would make flows even smarter. For example, being able to create a flow that turns on the washing machine but waits until the door is closed to start the wash cycle. I get the feeling that the whole Athom team is now focused solely on dashboards and that the standard/advanced flow editor is only being maintained to keep it functional.

1 Like

Iā€™m fairly certain no washing machine will let you start a program without closing the door first :stuck_out_tongue_closed_eyes:

3 Likes

Good point! Indeed, a washing machine wonā€™t start without the door being closed, so that example might not be the most relevant. A better alternative could be a pump: you could set up a flow where the ā€˜wait untilā€™ card waits until the water level drops below a certain level, then automatically activates the pump to refill the tank. This might better show the value of the ā€˜wait untilā€™ card.