zwave broke somewhere between commit 7325c870 and 4902475c #44

Closed
opened 2022-07-05 01:38:42 +02:00 by blacklight · 0 comments
Owner

Trying to switch on a zwave wall plug in the web panel gives this in the log:

ERROR|platypush:plugin:zwave|set_value() missing 1 required positional argument: 'data'
Traceback (most recent call last):
  File "/home/pi/platypush/platypush/message/request/__init__.py", line 232, in _thread_func
    response = plugin.run(method_name, **args)
  File "/home/pi/platypush/platypush/plugins/__init__.py", line 53, in run
    return getattr(self, method)(*args, **kwargs)
  File "/home/pi/platypush/platypush/plugins/__init__.py", line 14, in _execute_action
    result = f(*args, **kwargs)
TypeError: set_value() missing 1 required positional argument: 'data'

The wall plug does not switch on.

Trying to switch on a zwave wall plug in the web panel gives this in the log: ``` ERROR|platypush:plugin:zwave|set_value() missing 1 required positional argument: 'data' Traceback (most recent call last): File "/home/pi/platypush/platypush/message/request/__init__.py", line 232, in _thread_func response = plugin.run(method_name, **args) File "/home/pi/platypush/platypush/plugins/__init__.py", line 53, in run return getattr(self, method)(*args, **kwargs) File "/home/pi/platypush/platypush/plugins/__init__.py", line 14, in _execute_action result = f(*args, **kwargs) TypeError: set_value() missing 1 required positional argument: 'data' ``` The wall plug does not switch on.
blacklight added the
bug
in progress
labels 2022-07-05 01:38:42 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#44
No description provided.