Saentist

Results 262 comments of Saentist

https://www.youtube.com/watch?v=uJVJgtk9-mk&t=1008s this is video example how to use it.

@JonahKr I put bar with show my weather station "Solar Radiation" in W/m² but bar show values in range of 0-100. Is there a way to show it i range...

In **Growatt Inverter Modbus RTU Protocol V1.24** there is a option to do this: ![image](https://github.com/esphome/feature-requests/assets/16975883/a43478cb-bb12-4ba4-a0b4-9306a42e557b) ![image](https://github.com/esphome/feature-requests/assets/16975883/820f997f-c798-4680-9198-646d783d3e3e)

@kiss81 > > In **Growatt Inverter Modbus RTU Protocol V1.24** there is a option to do this: ![image](https://user-images.githubusercontent.com/16975883/251995104-a43478cb-bb12-4ba4-a0b4-9306a42e557b.png) ![image](https://user-images.githubusercontent.com/16975883/251995468-820f997f-c798-4680-9198-646d783d3e3e.png) > > Good find! I have no clue yet how to...

> Hi. > > it is possible to use another register to control Export limit, namely Holding Register `3`: > > > I thing, to use the registers `122` and...

There is few ESP devices with can run linux and they are slow. Guess all need to be rewritten on MicroPython see this alternative project's https://github.com/scottwday/InverterOfThings https://github.com/syssi/esphome-pipsolar https://github.com/chipsi/esphome-pipsolar-voltronic https://github.com/syssi/esphome-smg-ii But...

> am hoping to put the ESP32 in the inverter, connected to the inverter via UART(TTL-RS232) have its own display (16x2) send events via SMS(A9G board) and controll via SMS(Telegram...

Have this problem from yesterday. The only solution is to switch to [WEBK](https://web.telegram.org/k) and after a week to return to [WEBA](https://web.telegram.org/a), when this happens before.

@FFoXXaNN55 why not put under self consumption ```yaml - entity: sensor.solaredge_m1_exported_kwh name: Self Consumption filters: - multiply: -1 ``` with will make negative values on graph /aka under zero graph/...