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
I did a few fixes for my HA integration of E3DC RSCP:
S10E Serial number detection did not work, a missing elif masked the corresponding check
A few exported classes were missing (notably SendError for error detection)
Calls to set_power_save and set_weather_regulated_charge were not correctly parsing the results from E3DC. (Did some code streamlining to those functions on the way)
PR follows in a minute.
The text was updated successfully, but these errors were encountered:
@vchrisb I've got a suggestion: While we figure out, what's up with set_weather_regulated_charge on my end: Could we do a release of the fixes in #75? I'd need the Serial Number detection and the missing exceptions for further work on my integration. With Home Assistant, the pye3dc dependency ist automatically loaded from PIP, so I cannot inject some patched version until this resolved even if I'd like to.
It would be really great, if this would be officially available :-)
I did a few fixes for my HA integration of E3DC RSCP:
PR follows in a minute.
The text was updated successfully, but these errors were encountered: