githubDante
githubDante
Transparent frame modifications in order to comply with the SockJS specification. Intended for servers that encapsulate STOMP frames in SockJS.
Hi, A small correction is needed here https://github.com/StephanJoubert/home_assistant_solarman/blob/8ffb55f0f75bffa4a1722d1253a0646a3659c0d6/custom_components/solarman/sensor.py#L199 The regex should be defined as a raw string: ```python if uom and (re.match(r"\S+", uom)): ``` otherwise generates a warning.
This is not an issue! [Proxy](https://github.com/githubDante/go-solarman-proxy) for solarman dataloggers in TCP-Client mode. Works nicely in collaboration with PySolarman clients. It's suitable for: - people who want to pass their data...