Search found 8 matches
- Thursday 12 January 2017 22:46
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Indeed, and that the 'none-power save' standby uses a full 15W :-/ I have long been confused about the auto shutoff / power save options. I have now figured out that the confusion is caused by the iPhone app disabling both options whenever you use it :roll: I guess you can use the 12V trigger input ...
- Monday 09 January 2017 11:37
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Hi Rob, I have made a Homey app for the D7050, and in the process I figured out (most of) the remaining switches, see below. Mute is obviously a useful addition, but being able to control the power saving options can be useful as well. It's strange that the power saving settings are not preserved ...
- Tuesday 03 January 2017 14:45
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Hi Rob, Nice! :) I have changed my setup to use your script, it is indeed much cleaner. As a sidenote, the 'standby function' of the NAD D7050 does nothing but change the LED to amber... Power consumption remains at 15W :? It does have an 'auto shutoff' feature, but for some reason the setting is ...
- Thursday 29 December 2016 13:12
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Controlling the NAD through the rest API turns out to be trivial :D If you look up the IDX of the NAD7050Control device you can use it in the following URL's to control the NAD amplifier through the rest API: NAD off http://<domoticz-ip>:8080/json.htm?type=command¶m=switchlight&idx=<ID of ...
- Thursday 29 December 2016 12:22
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Hi Rob, I just had a look at the Volume. I am not entirely happy with it, although the dimmer swich now does control the entire range (0 - 192 in the volume script), the steps are small on the low end of the dimmer scale, and relatively big on the high end of the scale, but I guess it's good enough ...
- Thursday 29 December 2016 11:50
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Hi Rob, Nice! I wasn't aware of the python 2/3 change, I cloned the git repository when I started with domoticz and I guess it came with Python 3 ;-) In the meantime I made a Selector switch for the NAD in which you can turn it on/off and directly select the input, with a separate dimmer switch to ...
- Monday 12 December 2016 23:22
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Hi, I have captured the command strings for the input selection on the amplifier. I have modified the NADVolume script so it first collects the current input and you can use the 'push button on' to cycle through the inputs. Next I'll look at a better option to control the amplifier, the 'Selector ...
- Saturday 10 December 2016 23:58
- Forum: PHP and all others
- Topic: NAD 7050
- Replies: 12
- Views: 3775
Re: NAD 7050
Thanks a lot for sharing the NAD7050 code! I had to make some minor changes to get the scripts to work with python 3.5.2. Among others the hex decode method has changed between version 2 and 3, the print syntax is changed and the ord() call is not needed anymore. I have included the modified scripts ...