This might be of use instead, has now a Scheduler device in Test-version, will replace the usage of Homey Alarms eventually. It’s not as capable as Advanced Scheduler is, but does the simple scheduling straight from the device.
I curtainly like you app (IF homey keeps the alarm on the menu).
But as far as i can tell, there is no overlap in what these apps do?
Or am i missing something?
Universal media Player can now be added to this list.
Somehow, image.cloudUrl
is empty on the Early2023, no idea why (localUrl is also undefined).
Both are still properties tho, just the value is undefined.
Fixed it with creating the cloudUrl self:
this.homey.cloud.getHomeyId().then(x=> {
this.cloudUrl = `https://${x}.connect.athom.com/api/image/`;
});
and than:
cloudUrl = = this.cloudUrl + image.id
This works just like it did before.
I just published all these Apps (except two are in review) to Live!
They all worked correctly on my (current) Homey Pro 2019 and (new) Early 2023!
- Advanced Triggers
- Better Logic (updated to resolve paths)
- BLL NPM package (not (really) changed, if BLL itself is updated, all supported apps will keep working)
- Chronograph (fixed)
- FtpClient (fixed) (test/in-review)
- Google Services (json fixed)
- HomeshController (mdns fixed) (test/in-review)
- HomeshSatellite
- HOOP (only in HCS, current version works correct).
- Json Handler
- Music Url Converter (updated readme).
- Simple LOG
- Universal Media Player (fixed cloudUrl issues).
That leaves:
- Device Capabilities
- Virtual Devices.
Currently, i do not see a solution for migration, thuse, supporting the Early 2023.
Since the location is changed for the userdata relative to it’s driver’s location.
Over 3 apps, a total of 68.624 devices depend on a fix for this
Edit:
Weekend for me now, i’ll continue next week.
Time for watching Bassie & Adriaan with the kids
Allememaggies great job!
There might be some progress on SDK3 version of Xiaomi Mi Home app and possibly also the HCS version, but new developer is looking for funding, as Homey is not his primary platform currently. If you are using this app and would like to contribute, please reach out to [APP][Pro] Xiaomi Mi Home App for WiFi devices - #964 by Sharkys and update that thread. THANK YOU.
Also, i updated and placed a pull request for Advanced Scheduler.
Yes it is.
You were already too late it is already in the “replaced apps” list.
“added support” wasn’t the right header anyway, as it is a new app, not an app that was not supported before, it shouldn’t be on the list otherwise.
A pity we don’t have this on old Homey !
I think you are confused here.
The sandbox SSH connection to Homey, what you are thinking of, has nothing to do with this SSH app ;p, this app is available for all Homey Pro’s.
Ah, indeed, didn’t check the description…so sorry I got confused. Yet, would be great to have SSH on Homey 2019 Pro as well - but you probably got it, right
Any news/ updates about the ring app ?
From the Neo coolcam app is a test version that is SDKv3 compatible. It seems only for firmware v10.0.0, so only the ones that already have the new Homey pro 2023 can try it.
FYI, thanks to the great work of @Martin_Verbeek , Google TTS has been rewritten to the SDK3. If you prefer to use version from Martin, you can go already to the HCS and install it - Homey Community Store (please note it will get installed as new app and you will have to redo your flows).
Original version might get updated by original author (Dennie) somewhere in the future - Issues · denniedegroot/com.google.tts · GitHub SDK3 compliant, fixed some issues, compose setup, new images by dudz40 · Pull Request #38 · denniedegroot/com.google.tts · GitHub , he is however not active here on the forum.
Btw by rewrite, Martin also added functionality to avoid sound on muted speakers
The Ring app by @denniedegroot has just been transferred to me, So I can tell you it will be updated to SDK3 and Homey Pro Early 2023.
Thanks go out to Dennie for starting with this app and maintaining for all these years and now giving me the opportunity to maintain it.
That said, focus for me will now first be to get Heimdall working as everybody is used to on their current Homey’s. It turned out that on the new Homey Pro Early 2023 there have been some changes under the hood that first need to be ironed out before (speaking for me) at least Heimdall has the same functionality on it. Also, with the knowledge gained from that experience it will be lot easier to rewrite the Ring app to SDK3.
Great news