Skip to content

Posibility to persistent store "on" evens #164

@komw

Description

@komw

I have some problems with my eBUS Adapter Stick C6 Ethernet module (usr-es1).
I had identical problems with previous eBUS adapters with the Ethernet module, so it seems to be an issue with the usr-es1 module itself.
The problem is that randomly the Ethernet network stops functioning. The module still shows LEDs, and the switch sees that the link is active, but despite this, I cannot connect to the adapter. The Wi-Fi connection works, but due to stability, I do not want to use Wi-Fi.

The option that works on my adapter is to restart the Ethernet module when it loses connection using:

on eth 0 "after 0 \"eth -o\"" 
on eth 0 "after --millis=500 0 eth -t" 
on eth 0 "after 1 \"eth -u\""

Unfortunately, after entering such events and triggers, the configuration disappears after restarting the dongle. It would be good to have the possibility of persisting a startup script where additional scripts could be executed on the device startup.

The next thing is, that there is a problem with passing commands with params to command "on" and "after", there is no way to nest quotes in such statements

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions