Search found 3 matches

by TheDoctor
Saturday 06 August 2016 0:34
Forum: PHP and all others
Topic: Python scripting
Replies: 2
Views: 805

Python scripting

Hi, I am looking at Python scripting within domoticz event system. Questions: Is any work being done on this now? (event_system is misspelled in the latest git domoticz Python module) Why is most of the info put in as globals, a standard module in Python uses its own namespace? Is the standard way ...
by TheDoctor
Saturday 30 July 2016 10:36
Forum: Others
Topic: Modbus
Replies: 3
Views: 2446

Re: Modbus

Yes, exactly. A script like that would work, and with the python support compiled into domoticz one could use user variables and dummy sensors/switches to get the whole thing to work, but that seems overly complicated. This would be my fallback solution. Ideally, though, I'd like to add native ...
by TheDoctor
Friday 15 July 2016 10:47
Forum: Others
Topic: Modbus
Replies: 3
Views: 2446

Modbus

Hi, I am going to connect two rather large devices: a heat pump (Nibe), and a ventilation system (Östbergs Heru), both via Modbus (via a RS485 serial-to-USB bridge). I can of course write userspace scripts that communicate with these, say in Python, and let these run in the background, but I would ...