Felipe Sciammarella
Felipe Sciammarella
Hello @ndierckx, sorry for radio silence, life happens... Yes, I would be really, really, really grateful if you could get them to work as you said. If I knew perl...
A simple workaround I used was modifying the update function of SolarmanSensorText as follows ```python def update(self): # Update this sensor using the data. # Get the latest data and...
Also, to avoid unknown status on startup, sensor should be set to Unavailable upon initialization with ```python # ... class SolarmanStatus(Entity): def __init__(self, inverter_name, inverter, field_name, sn): self._attr_available = False...
> Try this > > [#386 (comment)](https://github.com/AlexxIT/WebRTC/issues/386#issuecomment-1399156195) Disabling backchannel with #backchannel=0 worked, Though I don't know how or why it works. Maybe it should be disabled by default? More documentation...
Using Bandage, you can select the segments with their numbers or clicking and selecting them from the visualization, then clicking in the Output menu tab at the top of the...