Search found 15 matches
- Saturday 22 December 2018 16:19
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 48116
Re: Python Plugin: Samsung TV
ok I have a working fix for the websocket issue. If someone wants to update this plugin they can either use my code as a whole or they can take the bits a pieces to make this one work. I have not finished up with the rest of the additions just yet. I am still ironing the kinks out of it. But the ...
- Tuesday 18 December 2018 10:29
- Forum: Python
- Topic: Python plugin: Sony Bravia TV
- Replies: 205
- Views: 44706
Re: Python plugin: Sony Bravia TV
Because this plugin is no longer being maintained. And I have seen some posts from people possibly remaking this plugin. This should help you. It exposes every single feature of the Sony TV's. I do mean everything. https://github.com/kdschlosser/SonyAPI. There is a branch that I started work on and ...
- Monday 17 December 2018 9:50
- Forum: Python
- Topic: I have developed a cool python library
- Replies: 3
- Views: 623
Re: I have developed a cool python library
the usage is really simple. import UPNP_Device for device in UPNP_Device.discover(): print(device) or if you have a static IP of a device you want to specifically target import UPNP_Device for device in UPNP_Device.discover(ip='192.168.1.1'): print(device) you can also adjust the timeout import UPNP ...
- Monday 17 December 2018 9:22
- Forum: Python
- Topic: I have developed a cool python library
- Replies: 3
- Views: 623
Re: I have developed a cool python library
I need to create a new branch and merge my most recent changes. I forgot to do that.
I will have it updated in a second.
I will have it updated in a second.
- Saturday 15 December 2018 23:22
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 48116
Re: Python Plugin: Samsung TV
this plugin does not use the samsungctl library i do not believe. The author of the plugin would have to take a look and see what they can do with samsungctl of they wanted to have this plugin use it. if you are not familiar with python it is a little bit involved to explain it to ya.
- Saturday 15 December 2018 20:54
- Forum: Python
- Topic: I have developed a cool python library
- Replies: 3
- Views: 623
I have developed a cool python library
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 ...
- Saturday 15 December 2018 20:36
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 48116
Re: Python Plugin: Samsung TV
opcode = Operation Code. these are codes that are used to identify the type of websocket communication that is taking place. whether it be closing the connection. or an ack packet. a ping. there is a different code for the various types of data that is being sent or received. the Samsung TV is ...
- Saturday 15 December 2018 20:31
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 48116
Re: Python Plugin: Samsung TV
I am the developer working on the issue... the link that @psychomaniac posted... it is actually solved just ironing out the last bit of it. The whole samsungctl library has been worked over. it now supports an easy to use Config class. it also supports automatic discovery of any TV. it supports more ...
- Monday 27 November 2017 7:22
- Forum: Python
- Topic: MiCasaVerde Vera
- Replies: 0
- Views: 866
MiCasaVerde Vera
I know there are a lot of folks out there that use the MiCasaVerde Vera controllers. But they can't stand the UI and how it glitches all the time. As well as the inability to add complex scenes and not having plugins available that offer a full API for a device. I have made a python library for the ...
- Tuesday 25 April 2017 5:52
- Forum: Python
- Topic: Polling/Notifications of device changes
- Replies: 2
- Views: 1034
Re: Polling/Notifications of device changes
@Dnpwwo
I thank you for your help.
But from a quick glance over the information is about how to access the information I need from within a Lua script but not from within python.
I thank you for your help.
But from a quick glance over the information is about how to access the information I need from within a Lua script but not from within python.
- Monday 24 April 2017 21:58
- Forum: Python
- Topic: Polling/Notifications of device changes
- Replies: 2
- Views: 1034
Polling/Notifications of device changes
I am making a plugin to send device changes to another piece of software. Well I am trying to. I need to know the things below and how to go about doing it: Is there a way to receive notifications if a device has changed Is there an instance or an iterable that contains all of the devices presently ...
- Sunday 23 April 2017 17:00
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 522058
Re: Dashticz v2.0, custom positioning and multiple screens
I would like to make a suggestion. If the WU API key is present to use the radar from them. It is nice because you have many options you can specify radius of the radar radius unit of measure width of the image height of the image show base map (satellite view) different colors for rain snow and mix ...
- Sunday 23 April 2017 16:37
- Forum: Show your projects
- Topic: My House
- Replies: 1
- Views: 1786
My House
here is a link to some photos I have up on another site. http://www.eventghost.net/forum/viewtopic.php?f=14&t=9135 Domoticz is a brand new addition (replacing a Vera 3) I am hoping it will find it's self a nice spot in my HA system. I have had to build various pieces of my HA system. Right down to ...
- Sunday 23 April 2017 16:29
- Forum: General Discussion
- Topic: Introduce yourself
- Replies: 547
- Views: 173576
Re: Introduce yourself
Name: K Country: USA City: Rocky Mountains, CO Occupation: House Renovator (My House) Hobbies: Home Automation, Working on my house Choice for Domoticz: I come form the land of Vera. I am going to post a YouTube video of me smashing the thing. I have finally had enough and have also watched the ...
- Sunday 23 April 2017 5:51
- Forum: Z-Wave
- Topic: Z-wave switches that dont need neutral
- Replies: 7
- Views: 2343
Re: Z-wave switches that dont need neutral
GE/Jasco also makes a dimmer without a neutral. as a note tho... if you do not have a neutral then you can only use incandescent and halogen bulbs (AC only). so pretty much anything that has a driver or a ballast has to have a neutral wire at the switch and a z-wave dimmer that is capable. I have ...