The datapoint linux-control.0.command.host (used to send custom commands to a specific configured host) is completely missing from the object tree. It is not being created automatically, even after restarting the adapter, changing the host configuration, or completely deleting the linux-control.0 object tree to force a recreation.
Other standard datapoints are created correctly, but the specific command datapoint for the host is missing, making it impossible to trigger custom scripts or commands via ioBroker.
To Reproduce
Steps to reproduce the behavior:
Go to ioBroker Objects.
Navigate to linux-control.0.
Look for the command folder or the host state under the respective configured device.
The datapoint is missing.
Expected behavior
The adapter should automatically create the linux-control.0.command.[Hostname] (or equivalent command.host) datapoints for every configured device upon startup so users can send custom CLI commands.
Solved in #57
The datapoint linux-control.0.command.host (used to send custom commands to a specific configured host) is completely missing from the object tree. It is not being created automatically, even after restarting the adapter, changing the host configuration, or completely deleting the linux-control.0 object tree to force a recreation.
Other standard datapoints are created correctly, but the specific command datapoint for the host is missing, making it impossible to trigger custom scripts or commands via ioBroker.
To Reproduce
Steps to reproduce the behavior:
Go to ioBroker Objects.
Navigate to linux-control.0.
Look for the command folder or the host state under the respective configured device.
The datapoint is missing.
Expected behavior
The adapter should automatically create the linux-control.0.command.[Hostname] (or equivalent command.host) datapoints for every configured device upon startup so users can send custom CLI commands.
Solved in #57