You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I want to use the pioneer_sc_vsx.0.general.power datapoint to check whether the device is on/off, but I get an error {"error":"datapoint "pioneer_sc_vsx.0.general.power" not found"} even though the value exists if I look in the IOBroker instance of the adapter. For the other datapoints, there is no problem.
To Reproduce
Steps to reproduce the behavior:
Install pioneer adapter
Install Simple Restful API adapter
get the datapoint, e.g. in a webbrowser: <server-ip>:8087/get/pioneer_sc_vsx.0.general.power
Expected behavior
A string containing {"val": ...
Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.
Versions:
Adapter version: 0.1.1
JS-Controller version: 5.0.12
Node version: 18.17.1
Operating system: Docker on Synology NAS
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I want to use the pioneer_sc_vsx.0.general.power datapoint to check whether the device is on/off, but I get an error {"error":"datapoint "pioneer_sc_vsx.0.general.power" not found"} even though the value exists if I look in the IOBroker instance of the adapter. For the other datapoints, there is no problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A string containing {"val": ...
Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.
Versions:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: