Search found 2 matches

by svedala
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: one time event scheduling
Replies: 1
Views: 3581

one time event scheduling

Hi, I own a telldus net. Is there a way to shedule a one time event e.g. turn on the blockheater tomorrow at 0700? I have a 24/7 linux box, does it exist a somewhat simple cli wrapper for telldus-net api? I am thinking of using /usr/bin/at as a way to implement it. I have searched for this but have ...
by svedala
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: one time event scheduling
Replies: 1
Views: 3581

Re: one time event scheduling

Ok so did more research and I found tdtool.py. This is pretty much exactly the type of cli wrapper I was looking for. Manage to get it working in 5 mins.