Search found 7 matches

by ioioio
Wed Jan 21, 2026 8:38 pm
Forum: Connectivity
Topic: Phone disconnects shortly after accepting a call
Replies: 14
Views: 1606

Re: Phone disconnects shortly after accepting a call

I have the same issue on RPI5 using the internal BT chip.
by ioioio
Wed Jan 07, 2026 9:32 am
Forum: Hudiy
Topic: Open from Debian
Replies: 3
Views: 151

Re: Open from Debian

Hallo how to restart from command line (Trixie) when developing for example a Widget or Overlay ?
by ioioio
Tue Jan 06, 2026 7:56 pm
Forum: Programming
Topic: CanBus to API
Replies: 3
Views: 271

Re: CanBus to API

Ok that was dumb, got it now, I repost the script which had some errors, now it is fully working:
https://pastebin.com/fXfYNSTD
by ioioio
Tue Jan 06, 2026 4:18 pm
Forum: Input controllers
Topic: Keyboard volume control
Replies: 22
Views: 2606

Re: Keyboard volume control

Thank you, I moved this part of the thread to the programming section viewtopic.php?t=170 in case somebody is interested
by ioioio
Tue Jan 06, 2026 4:16 pm
Forum: Programming
Topic: CanBus to API
Replies: 3
Views: 271

CanBus to API

Hallo I am adapting my old code for Open Auto Pro to the Hudiy API.
This is a script that will read the canbus messages of the infotainment netwok, specifically the steeing wheel buttons, and pass the commands to the API.
https://pastebin.com/SAxuYfsx
I do get this error though

Traceback (most ...
by ioioio
Tue Jan 06, 2026 11:12 am
Forum: Connectivity
Topic: Allow for independet hotspot / client wifi credentials
Replies: 1
Views: 95

Allow for independet hotspot / client wifi credentials

Hallo, it would be convenient to be able to have different settings for the hotspot and the client settings. Right now I am doing some testing/research at home and need to switch between hotspot for Android Auto and connecting to my local network for developing, having to use the same SSID makes ...
by ioioio
Sun Jan 04, 2026 9:56 pm
Forum: Input controllers
Topic: Keyboard volume control
Replies: 22
Views: 2606

Re: Keyboard volume control


If you already have a working script that communicates with Hudiy via the API, then you just need to call (depending on the signal you expect from the device):


def trigger_action(self, client, action):
dispatch_action = hudiy_api.DispatchAction()
dispatch_action.action = action
client.send ...