Interfaces to contribute #105
jo47011
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Michael, et.al.
I have implemented the following interfaces for my personal usage. If you or someone else think the one or the other may be beneficial for the project please let me know. They still need some polishing before they can be really published but I'd be happy to do so:
FritzBoxInterface
Connects to an AVM FritzBox to handle phonebook, track incoming calls, and optionally check phone presence.
Publishes phonebook data as a dictionary and call events (caller number), with presence monitoring if desired.
LGTVInterface
Controls LG WebOS TVs (power, volume, apps, channels), auto-reconnecting if unreachable.
Offers real-time updates (foreground app, volume changes) and commands like play/pause.
(example use case: when someone rings at the door I switch the TV to the door camera)
(great for house notifications, e.g. in combination w/ the FritzBox Interface you can display the caller name of an incoming call, etc.)
RadioInterface
Integrates Frontier Silicon-based radios, polling power, volume, mode, and track info every 10s.
Permits mode switching (e.g., FM/Spotify), loading presets, and basic media commands.
(example use case: I use a siri command for radio on, it will play my station, if my wife tells siri to turn the radio on here station is played 😄 )
SonnenInterface
Polls a Sonnen PV battery system for consumption, production, SoC, and off-grid status.
Publishes these metrics to various fields and flags low battery below a configurable threshold.
Beta Was this translation helpful? Give feedback.
All reactions