wysie
wysie
Hi there, I was able to narrow it down further. It seems like it’s all the 4-gang switches that are not giving feedback. The rest of the switches update the...
Hi there, I enabled debug mode and ran, I believe I've found the issue (not sure how to fix it). Mainly, for 4-gang switch, there is no _onReport being sent....
In device.js for Switch 4-Plus, I changed: this.registerCapability('onoff', 'BASIC'); to this.registerCapability('onoff', 'SWITCH_BINARY'); All seems to work now!
I've tried changing it back to BASIC and also added: ` this.registerReportListener('BASIC', 'BASIC_REPORT', report => { this.setCapabilityValue('onoff', !!report.Value); });` But it still doesn't work. Changed back to SWITCH_BINARY for now.
Hi niklasb, sorry to comment on a closed issue, but this seems to be still happening for me in 0.9.1. However, I don't have any error/log messages to show yet,...
@niklasb It seems to happen on a particular site, but it's inconsistent. Sometimes it works, sometimes it doesn't (basically the page will have some new info at a particular time,...