Ok, so "python plugins" would not really fit my needs.
So I've made a workaround using the Json http domoticz API with the requests python module.
I managed to install the requests module inside the Domoticz docker container with the following customstart,sh set in the Domoticz folder :
#!/bin ...
Search found 3 matches
- Thursday 20 April 2023 22:12
- Forum: Suggestions
- Topic: allow Python Events a bit more functionnalities
- Replies: 1
- Views: 500
- Monday 17 April 2023 22:10
- Forum: Suggestions
- Topic: allow Python Events a bit more functionnalities
- Replies: 1
- Views: 500
allow Python Events a bit more functionnalities
Hello,
I think Python Events "DE,command" could benefit from a bit more option:
- allow numeric arguments instead of just "On" or "Off"
- and/or allow http commands to be send
I believe it would increase tenfold the benefits of Python Events :)
For more insight : I'm trying to make an Event with ...
I think Python Events "DE,command" could benefit from a bit more option:
- allow numeric arguments instead of just "On" or "Off"
- and/or allow http commands to be send
I believe it would increase tenfold the benefits of Python Events :)
For more insight : I'm trying to make an Event with ...
- Sunday 12 June 2022 20:55
- Forum: Blockly
- Topic: "If the door is open for more than ten minutes --> Send message. Advice needed
- Replies: 8
- Views: 4860
Re: "If the door is open for more than ten minutes --> Send message. Advice needed
I... I don't understand how that work, but it does !
Well done. And thanks.