Search found 20 matches

by albebert
Sunday 06 August 2023 22:22
Forum: Zigbee
Topic: Xiaomi Gateway password
Replies: 4
Views: 2355

Re: Xiaomi Gateway password

because i'm doing a migration to HA too...

i've found the password in domoticz db :

Code: Select all

SELECT Name, Password
FROM Hardware
WHERE Name="Xiaomi Gateway";
by albebert
Wednesday 12 January 2022 12:17
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73094

Re: Python Plugin : Broadlink

thanks a lot.

i'll try it !
by albebert
Wednesday 12 January 2022 11:51
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73094

Re: Python Plugin : Broadlink

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 ...
by albebert
Wednesday 12 January 2022 0:12
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73094

Re: Python Plugin : Broadlink

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 ...
by albebert
Thursday 25 February 2021 10:01
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73094

Re: Python Plugin : Broadlink

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 ...
by albebert
Wednesday 24 February 2021 23:49
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73094

Re: Python Plugin : Broadlink

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 ...
by albebert
Wednesday 24 February 2021 10:15
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73094

Re: Python Plugin : Broadlink

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 ...
by albebert
Tuesday 23 February 2021 13:39
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understand dzVents

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 ...
by albebert
Tuesday 23 February 2021 10:56
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understand dzVents

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 ...
by albebert
Tuesday 23 February 2021 9:12
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understand dzVents

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 ...
by albebert
Monday 22 February 2021 19:02
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understand dzVents

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 ...
by albebert
Monday 22 February 2021 17:23
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understand dzVents

local scriptVar = 'Yamaha' return { on = { timer = { 'every minute' -- just an example to trigger the request }, devices = { 'Ampli - Zone 1', }, httpResponses = { scriptVar, }, }, logging = { level = domoticz.LOG_DEBUG, marker = scriptVar, }, execute = function(dz, item) local maxVolume = 161 ...
by albebert
Monday 22 February 2021 16:33
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understant dzvents

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 ...
by albebert
Monday 22 February 2021 15:48
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understant dzvents

because it can react on change not after 1 minute.

i think
by albebert
Monday 22 February 2021 15:33
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understant dzvents

hum i think that another script that react to dimmer change is better no ?
by albebert
Monday 22 February 2021 14:43
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understant dzvents

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 ...
by albebert
Monday 22 February 2021 14:19
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understant dzvents

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 ...
by albebert
Monday 22 February 2021 11:19
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understant dzvents

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 ...
by albebert
Monday 22 February 2021 11:05
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Re: Need help for understant dzvents

Ok it's work !

just a litle problem with volume max volume on amp is 161 so when volume is at max on amp, dimmer is at 61%.

i've added htttp query on selector

so for now, selector is working great, power too.

so need to ajust dimmer volume to amp volume, and control amp volume from dimmer volume.
by albebert
Monday 22 February 2021 9:48
Forum: dzVents
Topic: Need help for understand dzVents
Replies: 23
Views: 1072

Need help for understand dzVents

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 ...