Simple python code action when button gets pressed?

Hello,

does existing SW allow to build some python code as an integration or so and run it at the remote 3 in a straight forward way without knowing to much about unfolded circle development?
I’m thinking about this here:

Would just like to call things like “python set_volume.py 1234 -12.3” when a button is pressed.

Michael

There is a general network integration which can send commands to devices.

I control my projector, an old BluRay player and my home automation (NOT HA!) with it.

Perhaps this helps.

Ralf

1 Like

Thanks Ralf,

can this integration also run python code?

No, it doesn’t work with the request integration as your DSP needs a websocket connection.
You could ask in the integration ideas thread or do it on your own. If you have some basic programming skills it’s not very complicated to develop a Python integration with the UC Python library. Just look at other integrations and/or use an AI engine.