-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DualR3 state closing opening is not updated #917
Comments
Hi, I have the same problem. I think since version 3. In the ewelink app it's working fine though. |
I created temporary solution:
And added extra action for button in switches section config 😅:
But waiting for solution of this problem ... 😃 |
You need to collect debug logs while using DualR3 in cover mode. |
Debug logs.txt FYI: I did a restart just before these logs, it was recognized in the open state at startup correctly. I then closed and opened the cover. But the state or position didn't change. Thanks |
If you would like to switch to cover mode, you need to set in ewelink mode to motor. |
Yes, I have it set to motor mode in ewelink app. Maybe important that I mentioned this as well. |
Hello all. I have the same problem, but please allow me to rephrase it with my own words and understanding. DualR3 has 3 modes: switch / motor / energy metering. I use mine in motor mode to manage an awning. (I guess that what everybody here is calling the cover mode is the motor mode on the Sonoff documentation). In HA, the position is managed as a secondary information of the device, and not one of the sensors of the device. So I guess the solution should start with:
|
Mmm, very strange today, at the same time I added one new MINI to my sonoff integration, the DUALR3 that is managing my awning became unvailable. Logger: homeassistant.components.websocket_api.http.connection [3774634448] Error handling message: Unauthorized (unauthorized) |
While we are on DUALR3 cover mode... On the dashboard, the following code:
gives us 3 buttons: open, stop, and close. However, in the automation editor, using the user interface, the only action available in the drop list for this device is to "set position".
Would it be possible to arrange the drop list to also propose Open, Stop, and Close actions, on top of the Set_position action? Thanks a lot. |
I think caught a potential bug in DualR3 in cover mode, maybe related for this issue:
I tried copy this solution for NSPanel #919 fix, but I got this error message:
The line number is "lie", if I use [] instead of () on line 235, don't get this error message. PR: #964 |
Thanks for the feedback, but I have tried this solution by adjusting it manually and it doesn't resolve the issue for not updating the position. |
Hi, I am using the R3 as a dual switch and I am getting the same lack of status update. |
Hi, same status for me |
hi, i had this problem when dual R3 did not have internet connection, fixed internet connection of dual R3 and it works. looks like duals still need internet connection to report position to home assistant |
It appears this issue has re-appeared in V3.3.1 |
Please reopen the issue if it is still relevant |
I have the same problem with Sonoff DW2…. |
Hi, since about month sonoff addon stopped updating DualR3 status.
Calling services open_cover and close_cover works fine, but status of device is not changing.
So no option to detect state and revert button (close/open) function.
It doesn't matter what last status was saved - it does not refresh at all.
While checking logs and trying find problem i discovered that - state is updated only once when i click reload on SonOff component in settings, than it is not updating again.
Is stopped working after some updates.
I have full official and up-to-date hassio and HACS plugins.
Tried restarting few times. No logs related to this problem found.
The text was updated successfully, but these errors were encountered: