Search found 3 matches
- Wednesday 06 March 2019 22:18
- Forum: Others
- Topic: Sony receiver: STR-DN1080 (linked using JSON)
- Replies: 7
- Views: 3092
Re: Sony receiver: STR-DN1080 (linked using JSON)
@Thorgal789, I don't have any plans building a plugin (I wouldn't even know where to start, nor have the time for it). I googled some python basics today and I think I know understand your code (especially the urllib part), but I also understand now that it would take a lot more time to be able to ...
- Wednesday 06 March 2019 10:05
- Forum: Others
- Topic: Sony receiver: STR-DN1080 (linked using JSON)
- Replies: 7
- Views: 3092
Re: Sony receiver: STR-DN1080 (linked using JSON)
Hi Thorgal,
Thanks for sharing!
If I understand correctly you can do multiple actions with this one script. This way it's much easier to maintain.
(I can do some VBA, but no Python)
In Domoticz, do you activate it like below?
Thanks,
Tjeerd
Thanks for sharing!
If I understand correctly you can do multiple actions with this one script. This way it's much easier to maintain.
(I can do some VBA, but no Python)
In Domoticz, do you activate it like below?
Code: Select all
script://action.py "usb"
Tjeerd
- Tuesday 05 March 2019 11:49
- Forum: Others
- Topic: Sony receiver: STR-DN1080 (linked using JSON)
- Replies: 7
- Views: 3092
Sony receiver: STR-DN1080 (linked using JSON)
I want to share my struggles with the linking of my Sony STR-DN1080 receiver to Domoticz using JSON. Since it is quite a popular receiver, someone else might find this information useful. (I could have used some details when I started this process... could have saved me 10 hours of testing) My main ...