Zdeněk Materna
Zdeněk Materna
> This is related to WebApiError integration to REST clients, do you want to create new issue for that? Current issue could be left for now as it requires modification...
And by the way, wouldn't it be more logical to base `WebApiError` not on `Arcor2Exception` but on `RestException`? It might simplify catching errors a bit.
An attempt was made in https://github.com/ZdenekM/arcor2/tree/paramspec, but there is something wrong with it... ``` src/python/arcor2_arserver/objects_actions.py:268: error: Argument 3 to "run_in_executor" has incompatible type "Type[Generic]"; expected "Type[T]" Generic, ^ src/python/arcor2_arserver/scene.py:305: error:...
Possible inspiration: - https://github.com/maxosprojects/open-dobot/blob/master/application/python/dobot/DobotKinematics.py - https://open-dobot.boards.net/thread/39/reference-frame-question - https://github.com/jmsalash/Robotics-Dobot-M1 - http://docs.ros.org/en/melodic/api/moveit_tutorials/html/doc/ikfast/ikfast_tutorial.html - https://github.com/smhaller/dobot-m1
@martincervinka Is the proposed form of `Actions` class ok for you? Any further requirements or comments?
Also, event/RPC mapping currently happens in multiple places. It should be refactored into respective clients.
Is this what you need? The Web UI is definitely aware that the boiler is online/offline.   [kotel-online.json](https://github.com/user-attachments/files/17293891/kotel-online.json) [boiler-offline.json](https://github.com/user-attachments/files/17293892/boiler-offline.json)
Sorry... I missed those instructions. [kotel-online.json](https://github.com/user-attachments/files/17305851/kotel-online.json) [kotel-offline.json](https://github.com/user-attachments/files/17305852/kotel-offline.json)
@anarion80 Thanks for your effort. I copied files to HA, restarted it, enabled debug logs, and reloaded the integration. The boiler was first offline, then I disabled logging and saved...
It was certainly offline - switched off for several days, and the web page showed it as offline as well. Is it possible that the API response I can get...