Skip to content
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

Bi-Meter disconnects from node red #133

Open
Eucliwood090 opened this issue Oct 21, 2023 · 5 comments
Open

Bi-Meter disconnects from node red #133

Eucliwood090 opened this issue Oct 21, 2023 · 5 comments

Comments

@Eucliwood090
Copy link

Hello, I use your plugin a lot for home management since node red it works great except on some device.

I have a device that allows me to know the consumption of the house or the reinjection of the panels. the problem is that this device displays disconnect it cannot reconnect to the node red flow, if I deactivate it and reactivate it in the node red flow it reconnects without problem. have you ever had the problem

@balucio
Copy link

balucio commented Oct 31, 2023

Hi, I also have a similar problem, the tuya-smart-device module often lost the "connection" with a Tuya smart switch. The automatic re-connection process seems not working: when the connection is lost with the smart switch, no others attempts of re-connection appears to be done. In order to reconnect to the device I have to change something in the flow (simply the position of some node blocks) and the reapply the new configuration. After some seconds the connection is established.

Now I added a periodic event to force "RECONNECTION" with the device that every 30 mins sends:

{
    "operation": "CONTROL",
    "multiple": false,
    "action": "RECONNECT"
}

at the moment this seems to work.

@Eucliwood090
Copy link
Author

I will try thank you

@msillano
Copy link

For most critical cases (unattended server 24/7) I designed a watchdog with hardware restart.

Copy link

stale bot commented Mar 13, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Mar 13, 2024
@mrmaximas
Copy link

mrmaximas commented Jul 8, 2024

@balucio please describe in detail, maybe with pictures, where you added the code you described? I have a similar problem described here #106 (comment)
Thanks!

@stale stale bot removed the wontfix This will not be worked on label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants