Skip to content

Fix actuator issues control class.#12

Merged
shwethanidd merged 2 commits intoeclipse-volttron:developfrom
rlutes:develop
Apr 1, 2026
Merged

Fix actuator issues control class.#12
shwethanidd merged 2 commits intoeclipse-volttron:developfrom
rlutes:develop

Conversation

@rlutes
Copy link
Copy Markdown
Contributor

@rlutes rlutes commented Apr 1, 2026

No description provided.

Comment thread src/ilc/control_handler.py Outdated
self.device_topics = set()
for device_name, device_config in cluster_config.items():
control_manager = ControlManager(device_name, device_config, logging_topic, parent, actuator)
_log.debug(f'@@@@@@ CREATING MANAGER FOR {device_name} (IN CONTROL_CLUSTER) WITH ACTUATOR {actuator}')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove these debug statements.

Comment thread src/ilc/control_handler.py Outdated
class ControlManager(object):
def __init__(self, name, device_config, logging_topic, agent, default_device="",
device_actuator='platform.actuator'):
_log.debug(f'@@@@@@ FOR {name}, DEVICE_CONFIG IS: {device_config} AND ACTUATOR IS: {device_actuator}')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove these debug statements.

@shwethanidd shwethanidd merged commit 7cc630d into eclipse-volttron:develop Apr 1, 2026
1 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants