Add timers and alarms to waveshare s3 Audio board #38
Replies: 3 comments 2 replies
|
have hacked a timer package by cut and pasting code from waveshare-p4-touch-full-afe-tcp.yaml and added it to waveshare-s3-full-afe-tcp.yaml and waveshare-s3-full-afe-udp.yaml |
|
Done timer restored. |
|
I know it can be frustrating to keep up with every big architectural change, and before you send me to hell: this one is not just another internal refactor. The next release makes ESPHome Intercom compatible with SIP and VoIP. Yes, really. This is already working on the What does it mean in practice? It means that, if you want, you can have a simple Home Assistant / ESPHome-centric PBX without having to carry Asterisk along with it.
This is a breaking migration because the old project-specific call-control model is being replaced by SIP/SDP/RTP primitives. The goal is to make the project simpler conceptually and much more interoperable: ESPs, Home Assistant, browser card, softphones and trunks all speak the same VoIP model. If you want to test early, use the Current testing status: I am actively testing with Spotpear, Waveshare S3, Home Assistant, Zoiper and baresip. I have not completed testing across every YAML/profile yet, but if you want to start experimenting now, these are the devices and clients I can already say are working. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Before I start, what fantastic code!
This has transformed the Waveshare audio board into a first-class assistant; the intercom is amazing. It's just missing timers and alarms. Can they be added to the full experience YAMLs (waveshare-s3-full-afe-udp.yaml) Noticed they are in the spotpear and the P4.
All reactions