-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
No reaction to KNX commands after x days #22242
Comments
What does the KNX configuration look like? |
At 13:08:04.633 you have a sample log for a incoming KNX packet
I don't understand that part of your message May be you could run Wireshark on a computer to track all KNX packets on the network |
In other words: after some days the device stops toggling the output in regards of the KNX packets sent I think Wireshark would not help here because: |
I'm having a very similar problem, same device but with matter, after one day working properly it become not responding in Apple Home App. Reboot via web interface fixes it temporarily. |
I have now started a test with an "Athom LB017W" that visualizes the status of a KNX status address. This means that a KNX address was linked to “Output 1”. This KNX status address will be triggerd by an KNX actor (Light in the staircase). |
My test with the "Athom LB017W" running |
If I'm not wrong your device has an ESP8266 chip whereas the Shelly has an ESP32. So the releases are different. |
Can also use a Shelly Plus 1 or Shelly 1 Mini Gen3 for testing, which do you prefer? |
If Shelly Plus 1 is also based on ESP32? --> please test that on. Thank You |
Started the test with an "Athom Plug V3" / ESP32-C3 v0.4 running v 14.3.0 on Tuesday. |
This issue can be reproduced with the "Athom Plug V3" / ESP32-C3. |
Currently as a workaround I restart the Shelly Plus 1PM every day by rule on 03:00. Will this somehow harm the device?
|
This issue has been automatically marked as stale because it hasn't any activity in last few weeks. It will be closed if no further activity occurs. Thank you for your contributions. |
Revive. |
I'm currently testing this. I had a lot of trouble to get KNX going in the first place. Finally, after disabling AP Continue testing..... |
Haven't seen the issue yet but in the meantime I extended command So in case of not receiving KNX commands anymore, instead of a restart, try this:
If it solves the connection problem pls let me know. |
@arendst Hello Theo
and it solves the connection problem for the moment. |
Thx for the feedback. Finding the cause will be difficult. |
Pls try latest dev. This adds an udp.flush() fixing possible miscommunications. |
same behavior as before,
is needed to retrigger the communication. |
Bugger. As I cannot reproduce (other than that my ubiquiti system refuses to perform multicast most of the time) I suggest you use a rule to regularly perfrom the above commands until someone finds the root cause of this. BTW it would be great if we could rule out either ESP8266 or ESP32. |
After
was executed once at the "Athom Plug V3" / ESP32-C3 yesterday, the communication seems to have been working since then. |
@Noschvie pls keep me posted when it fails again. |
the "Athom Plug V3" / ESP32-C3 was working just before update to 14.4.0
and it‘s working again. |
PROBLEM DESCRIPTION
When using Shelly Plus 1PM with Tasmota 14.2.0.6 (6fa38e4-solo1) there is no reaction to KNX command after some days. After restarting the device via Web-Interface everything is working again.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
After receiving KNX write on the defined "Group Addresses to Receive Data from" the output should toggle to ON/OFF regarding the KNX write command
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: