Replies: 4 comments 1 reply
-
No, this is a complete independent of any other rscp library. I built it completely from scratch in go. It may include some information/ideas from other libraries as the official documentation lacks a lot.
I don't have this feature on my E3DC, so I can't really test/help here, but it should be possible with this library. You should check the documentation of our model and try to understand the tags and how to query/set it. Maybe another user can help which uses this feature. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use the RSCP library (or the communication with the E3DC system) with "tags" (tag name) or the corresponding number like 0x1B040033 which are not directly implemented in your library (tag.go file) or in the binary? A nice solution would be to use the developer tools, which can drop the service "shell_command.e3dc_request" with parameter. I was able to install the binary and the hole communication with the E3DC system inside Home Assistant, by I'm not able to generate a new binary after editing the go files, because I understand neither "go" nor "Linux/Unix". Can anyone here help who also wants to set the battery reserve for emergency power via RSCP? |
Beta Was this translation helpful? Give feedback.
-
To be honest, currently not sure if I implemented this feature. At least it was planned at first. But try it.
|
Beta Was this translation helpful? Give feedback.
-
Using the tag number does not work.
with following positive message: Now the tag
Therefore, I think that the use of unimplemented tag numbers are not supported in the rscp library |
Beta Was this translation helpful? Give feedback.
-
First a big thanks to Spali, I use the integration along with other RSCP integrations but run all services to set values with this integration (command_line). It works easily and very reliable.
Now I want to read values for the emergency power supply and change them again via the "command_line" if necessary.
In other RSCP integrations for Home Assistant the following tags will be used for this i.e.: EMS_REQ_EP_RESERVE, SE_REQ_SET_EP_RESERVE, SE_PARAM_EP_RESERVE, SE_PARAM_EP_RESERVE_W
If I understand it correctly, this integration uses or builds on the RSCP library "python-e3dc" from "fsantini", right?
Unfortunately, I cannot read or write the above values.
Can anyone help me here?
Thanks a lot!
Greeting,
Holger
Beta Was this translation helpful? Give feedback.
All reactions