Hi, Learn RF is not working for me. i've an hex code for my remote from Broadlink Manager : JgA6AAsSDBIMEgsHFwcXBhcHFwcXBxcGGAYXBxcHFwcXBhcHFwcXEwsHFxILEwsTCxMLBxYTCwcXBxAADQUAAAAAAAAAAAAAAAAAAA== anyone can send me a sample ini file for RF command please ? edit : with broadlink_cli.py i can learn ...
Hi, Learn RF is not working for me. i've an hex code for my remote from Broadlink Manager : JgA6AAsSDBIMEgsHFwcXBhcHFwcXBxcGGAYXBxcHFwcXBhcHFwcXEwsHFxILEwsTCxMLBxYTCwcXBxAADQUAAAAAAAAAAAAAAAAAAA== anyone can send me a sample ini file for RF command please ? edit : with broadlink_cli.py i can learn ...
need to understand how it works now :) (tried a single IR remote : ok) need to find how create a on/off command with different IR/RF command now For a simple On/off switch in Domoticz, better create a dummy device and copy paste corresponding http command: thanks ! i'll try. I've a problem with RF ...
plugins not working for me :( edit : install is now OK, i access the admin page but seems that can't talk to my rm pro :( tried to reset and juste reconnect to wifi with app but no luck domoticz log : 2021-02-24 13:56:48.035 Error: (RM Pro) Traceback (most recent call last): File "/opt/domoticz ...
plugins not working for me :( edit : install is now OK, i access the admin page but seems that can't talk to my rm pro :( tried to reset and juste reconnect to wifi with app but no luck https://i.postimg.cc/Y0Jj6ggh/2021-02-24-13-52-10-Window.png domoticz log : 2021-02-24 13:56:48.035 Error: (RM Pro ...
ok all is working now :) local scriptVar = 'Yamaha_net_radio' return { on = { timer = { 'every minute' -- just an example to trigger the request }, httpResponses = { scriptVar } }, logging = { level = domoticz.LOG_DEBUG, marker = scriptVar, }, execute = function(dz, item) local input3 = dz.devices ...
so now i undestand a bit more dzvent, i'm trying to make a net radio selector. local scriptVar = 'Yamaha3' return { on = { timer = { 'every minute' -- just an example to trigger the request }, httpResponses = { scriptVar } }, logging = { level = domoticz.LOG_DEBUG, marker = scriptVar, }, execute ...
many thanks and send me your paypal adres in PM wan't to offer you a beer :) Very kind of you but not needed. i know but it's a pleasure for me, so as you want :) Many thanks for your help ! after some test, seems that all is working. just a smal issue, i don't know why but when amp is Off, the ...
I try this tomorow. Wife and Kids heure now, c'ant make test with the amp xD edit : finaly take 2 minutes to test and seems to work. amp don"t power off and volume control work. need to test further tomorow :) many thanks and send me your paypal adresse in PM wan't to offer you a beer :) edit 2 ...
sorry missed that ! so i tested, and amp goes of after 1 minute :/ amp is on, don't touch anything, but dimmer is set to 0 so power off 021-02-22 16:30:00.531 Status: dzVents: Debug: - OpenURL = {["_trigger"]="Yamaha", ["method"]="GET", ["URL"]="http://192.168.200.67/YamahaExtendedControl/v1/main ...
there is the url http://ampli-salon/YamahaExtendedControl/v1/main/setVolume?volume=50 i'm testing a thing but no luck if item.isHTTPResponse and item.json then dz.utils.dumpTable(item.json) if item.json.power == on then volume.dimTo(math.floor(item.json.volume / maxVolume)).silent() input ...
just a litle problem with volume max volume on amp is 161 so when volume is at max on amp, dimmer is at 61%. Adjusted the above script to convert ampVolume ( 0 - 161 ) to dimLevel ( 0 - 100 ) thanks ! (i've do this to achieve same thing : volume.dimTo(item.json.volume/161*100).silent() ) so now a ...
Hello there, Since the Yamah plugin is not working anymore ( :'() i'm trying to do that i wan't with virtual switch and dzvents. What Yamaha plugin is not working anymore? This one: https://github.com/thomas-villagers/domoticz-yamaha ? I do not find any reference on the forum that a yamaha plugin ...
Hello there, Since the Yamah plugin is not working anymore ( :'() i'm trying to do that i wan't with virtual switch and dzvents. but i'm a sysadmin not a developer so difficult for me. So can anyone help me to do 2 simple things please ? that i wan't : - a timer trigger that check the yamaha amp ...