I have developed a cool python library
Posted: Saturday 15 December 2018 20:54
I developed a pretty nifty python library that possibly someone might be willing to code a Domoticz interface for
https://github.com/kdschlosser/UPNP_Device
it basically scans a network discovering all UPNP devices. and builds a python object that represents the device (based on IP) it supports embedded devices and nested upnp service. maps out the data types and builds methods for the upnp function calls. check to ensure the proper data type is being used. provides return data types and names for the returned data, as well as parameter names. It is a pretty quick implementation discovers all devices typically in less then 4 seconds.
maybe it could be useful.
https://github.com/kdschlosser/UPNP_Device
it basically scans a network discovering all UPNP devices. and builds a python object that represents the device (based on IP) it supports embedded devices and nested upnp service. maps out the data types and builds methods for the upnp function calls. check to ensure the proper data type is being used. provides return data types and names for the returned data, as well as parameter names. It is a pretty quick implementation discovers all devices typically in less then 4 seconds.
maybe it could be useful.