-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESPHome EASun Isolar smp #161
Comments
The values of the PIP protocol are always separated by spaces. See https://github.com/esphome/esphome/blob/dev/esphome/components/pipsolar/pipsolar.cpp#L434 Could you provide some traffic examples? Why do you think you device isn't supported? |
Sending polling command : QPIGS with length 5 17:59:04 [D] [uart_debug:114] >>> 51:50:49:47:53:B7:A9:0D 17:59:05 [D] [uart_debug:114] <<< 28:32:31:37:2E:31:20:35:30:2E:30:20:32:31:37:2E:31:20:35:30:2E:30:20:30:31:39:35:20:30:31:38:31:20:30:30:33:20:32:39:39:20:30:30:2E:34:30:20:30:30:30:20:30:30:30:20:30:30:32:30:20:30:30:2E:30:20:30:30:30:2E:30:20:30:30:2E:30:30:20:30:30:30:30:30:20:30:30:30:31:30:30:30:30:20:30:30:20:30:30:20:30:30:30:30:30:20:30:31:30:20:30:20:30:31:20:30:30:30:30:44:E3:0D 17:59:05 [VV ][scheduler:226] Running interval ‘update’ with interval=1000 last_execution=5664057 (now=5665057) 17:59:06 [VV ][scheduler:226] Running interval ‘update’ with interval=1000 last_execution=5665057 (now=5666061) 17:59:07 [VV ][scheduler:226] Running interval ‘update’ with interval=1000 last_execution=5666057 (now=5667057) 17:59:08 [VV ][scheduler:226] Running interval ‘update’ with interval=1000 last_execution=5667057 (now=5668062) 17:59:09 [VV ][scheduler:226] Running interval ‘’ with interval=10000 last_execution=5658901 (now=5668901) 17:59:09 [VV ][scheduler:226] Running interval ‘update’ with interval=1000 last_execution=5668057 (now=5669057) 17:59:09 [D] [pipsolar:759] timeout command to poll: QPIGS 17:59:09 [D] [pipsolar:842] |
I wrote a small program for testing and it reads well, apart from some minor errors ;) ` ==========================KONFIGURACJA OGÓLNA==========================substitutions: esphome: wifi: logger: api: ota: web_server: ==========================KONFIGURACJA UART==========================uart: Wysyłanie poleceń QPIGSinterval:
Wysyłanie poleceń QPIRI
Wysyłanie poleceń QFLAG
Wysyłanie poleceń QMOD
==========================SKRYPTY DO PARSOWANIA==========================Skrypty parsujące daneSkrypt przetwarzający dane QPIGSscript:
Skrypt przetwarzający dane QPIRI
QFLAG
QMODE
==========================SENSORY==========================sensor: Sensory dla QPIGS
Sensory QPIRI
binary_sensor: Flagi QFLAG
==========================TEKSTOWE SENSORY (QMOD)==========================text_sensor:
I don't understand why pipsolar doesn't want to cooperate with me ;( |
I give up ;( I have already started the system and I do not have remote reading this is what the code I use looks like
It doesn't display anything from QPIGS on the website. Below is the log
Help me fix this |
hello and greetings :D
I have a problem my uart data is separated by a space and not a comma. What can I do about it?
The text was updated successfully, but these errors were encountered: