-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New smartthings app #55
Comments
Any update on this? |
Yes. Progress is good. I have a few issues I am working on with ST engineers but I am mostly functional. I still need to add zones but as soon as they figure this one issue I am having then I will work on it next. I am testing with a 10$ ESP32 dev kit board but long term it will be an Ethernet + Wifi based ESP32 board. https://github.com/nutechsoftware/AlarmDecoder-STSDK |
Can you explain a little further what this will be? I was expecting a smart
app for this, but it sounds like you are putting together new hardware. How
does this new device fit physically in a network? I currently have a
raspberry pi with your ad2pi connected to my alarm system. Will that need
to be replaced to use this new board? Or will it work in conjunction with
it?
Jason
…On Fri, Oct 23, 2020, 5:59 PM Sean Mathews ***@***.***> wrote:
Yes. Progress is good. I have a few issues I am working on with ST
engineers but I am mostly functional. I still need to add zones but as soon
as they figure this one issue I am having then I will work on it next. I am
testing with a 10$ ESP32 dev kit board but long term it will be an Ethernet
+ Wifi based ESP32 board.
https://github.com/nutechsoftware/AlarmDecoder-STSDK
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADPR5H6TOJMCMANYQBDNR3SMIRGJANCNFSM4QPENTZA>
.
|
Can I ask why hardware will be required to restore functionality previously had? |
Any update on this? |
Any Updates on this? |
Yes the code is up and running works very well. Future roadmap includes custom UI when the dust settles on the new platform with Samsung SmartThings. https://github.com/nutechsoftware/AlarmDecoder-STSDK for more info or support refer to that project. I will be keeping this project but renaming it for Hubitat where it is still working. Until my device is "certified" by Samsung it will still only be available if you join the Nu Tech Software dev group on samsung dev site and eanble developer mode on the new ST App as per the README.MD document. I will start selling the new appliance soon I am expecting the first batch of 50 ESP32-POE-ISO boards here in the next few weeks and I have 10 carrier assemblies ready to ship when they do. The new device is on my store but not enabled yet but will by the end of March or sooner. Still no cases as I have not received the equipment I need to CNC out the holes for the ethernet and other things. Best |
I hope to be able to run the same code on a Pi maybe using an emulator but I would prefer bare metal code. I did submit a request and it was accepted as a feature request by the Samsung dev team. We shall see. In general though the Pi is overkill for the task and especially with the Pi4 it has gotten even worse. The ESP32 is much less heat, power, $. For now people with a Pi and AD2Pi can just run ser2sock on the Pi and configure most any $9 ESP32 board with this firmware and have it connect to the AD2 over the network. This puts all of the STSDK logic in the ESP32 and your Pi is just a gateway to the AD2* for it to use. Smartthings/Samsung have only developed this API for "embedded IoT" hardware and that includes currently ESP32 boards. Best |
Are there any thought/plans to support the new smartthings app? Specifically some kind of UI for showing zone status like the old one?
The text was updated successfully, but these errors were encountered: