I just finish to build from your repository, an now i have : and the door is always opencorbin wrote:If you can compile my version I can push changes out quickly to test, rather than waste Gizmocuz's time asking to merge each change into the beta.

Moderator: leecollings
I just finish to build from your repository, an now i have : and the door is always opencorbin wrote:If you can compile my version I can push changes out quickly to test, rather than waste Gizmocuz's time asking to merge each change into the beta.
Yep, me too.zaraki673 wrote:I just finish to build from your repository, an now i have :corbin wrote:If you can compile my version I can push changes out quickly to test, rather than waste Gizmocuz's time asking to merge each change into the beta.
xiaomi-error.png
and the door is always open
It would be great if you upload it somewhere. Sources or compiled binaries. I have made a big mistake, before update i deleted backup of working beta.lamouette wrote:That's why I stay in V3.6562 which seems to be stable for Xiaomi Gateway.
Waiting for next stable official release
EDIT: I think this problem has been fixed, please try my latest repo updatezaraki673 wrote: I just finish to build from your repository, an now i have :
xiaomi-error.png
and the door is always open
You mean with your build or with the official beta?corbin wrote: EDIT: I think this problem has been fixed, please try my latest repo update
EDIT 2: It was my mistake, removed some code I shouldn't have. Hopefully it is back to working properly now.
How can I found or install this version?lamouette wrote:
That's why I stay in V3.6562 which seems to be stable for Xiaomi Gateway.
Confirm, work's fine nowcorbin wrote: EDIT: I think this problem has been fixed, please try my latest repo update
EDIT 2: It was my mistake, removed some code I shouldn't have. Hopefully it is back to working properly now.
How can you do to update?zaraki673 wrote: Confirm, work's fine now
git clone from Corbin repo and build domoticz from this sourcemarcotini wrote:How can you do to update?zaraki673 wrote: Confirm, work's fine now
levynger wrote:@corbin,
Added new patch#5 to your github, the Aqara wired wall switch (dual button) now can be turned on/off from domoticz and not only show status.
Code: Select all
cd domoticz
git clone https://github.com/corbinmunce/domoticz
make -j 4
Can you post logs? i recall the command should be present in logs, or these logs has been removed already ?jelleeelco wrote:levynger wrote:@corbin,
Added new patch#5 to your github, the Aqara wired wall switch (dual button) now can be turned on/off from domoticz and not only show status.
Maybe a stupid question.. I went through the whole forum but can't find this particular issue. I have a wired single wall switch. When switching with MI app or physical, the status gets updated in Domoticz.
But when I switch using the domoticz, it doesn't change work. Domoticz reports 'ON' but the actual switch is off. No error message in the log, it just states:
User: Admin initiated a switch command (91/Zolder Overloop/On)
(Xiaomi Gateway) Light/Switch (Zolder/Overloop)
Any idea what I'm doing wrong? Running the latest beta...
Many thanks in advance,
Jelle
Switching on from the MI app (note: it shows it twice, no idea why):levynger wrote: Can you post logs? i recall the command should be present in logs, or these logs has been removed already ?
Sent from my SM-N920G using Tapatalk
Code: Select all
2017-02-21 13:11:24.903 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
2017-02-21 13:11:24.907 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"on\"}"}
2017-02-21 13:11:24.920 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
2017-02-21 13:11:24.924 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"on\"}"}
Code: Select all
2017-02-21 13:12:39.694 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
2017-02-21 13:12:39.698 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"off\"}"}
2017-02-21 13:12:39.716 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
2017-02-21 13:12:39.720 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"off\"}"}
Code: Select all
2017-02-21 13:13:35.604 User: Admin initiated a switch command (91/Zolder Overloop/On)
2017-02-21 13:13:35.755 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
Code: Select all
2017-02-21 13:15:00.683 User: Admin initiated a switch command (91/Zolder Overloop/Off)
2017-02-21 13:15:00.834 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
I will update the the sources tonihht and check if something went wrong.jelleeelco wrote:Switching on from the MI app (note: it shows it twice, no idea why):levynger wrote: Can you post logs? i recall the command should be present in logs, or these logs has been removed already ?
Sent from my SM-N920G using TapatalkSwitching off from the MI app (also twice):Code: Select all
2017-02-21 13:11:24.903 (Xiaomi Gateway) Light/Switch (Zolder Overloop) 2017-02-21 13:11:24.907 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"on\"}"} 2017-02-21 13:11:24.920 (Xiaomi Gateway) Light/Switch (Zolder Overloop) 2017-02-21 13:11:24.924 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"on\"}"}
Now switching on again, but now from Domoticz (which doesn't work):Code: Select all
2017-02-21 13:12:39.694 (Xiaomi Gateway) Light/Switch (Zolder Overloop) 2017-02-21 13:12:39.698 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"off\"}"} 2017-02-21 13:12:39.716 (Xiaomi Gateway) Light/Switch (Zolder Overloop) 2017-02-21 13:12:39.720 {"cmd":"report","model":"ctrl_neutral1","sid":"158d00013e4224","short_id":53428,"data":"{\"channel_0\":\"off\"}"}
And switching off again from Domoticz (also not working):Code: Select all
2017-02-21 13:13:35.604 User: Admin initiated a switch command (91/Zolder Overloop/On) 2017-02-21 13:13:35.755 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
Maybe the device needs "switch off" send twice or something? one to wake up, one to switch? No idea, justing trying to think of something! Since it doesn't actually sends the 'off' or 'on' command.Code: Select all
2017-02-21 13:15:00.683 User: Admin initiated a switch command (91/Zolder Overloop/Off) 2017-02-21 13:15:00.834 (Xiaomi Gateway) Light/Switch (Zolder Overloop)
Many thanks!
Users browsing this forum: No registered users and 1 guest