Add channel description

This commit is contained in:
Norbert Richter 2022-03-01 09:00:28 +01:00
parent 4ff8e4487a
commit ac1b548b41
No known key found for this signature in database
GPG Key ID: 6628701A626FA674

View File

@ -1,7 +1,7 @@
/* /*
xsns_83_neopool.ino - Sugar Valley NeoPool Control System Modbus support for Tasmota xsns_83_neopool.ino - Sugar Valley NeoPool Control System Modbus support for Tasmota
Copyright (C) 2021 Norbert Richter Copyright (C) 2022 Norbert Richter
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -31,12 +31,12 @@
* Bayrol * Bayrol
* Hay * Hay
* *
* Sugar Valley RS485 connector inside (Display/Wifi/External) * Sugar Valley RS485 connector inside (DISPLAY/WIFI/EXTERN)
* pins (from top to bottom): * pins (from top to bottom):
* *
* RS485 MODBUS * RS485 MODBUS
* ___ * ___
* 1 |* |- +12V * 1 |* |- +12V (internal power supply)
* 2 |* |- * 2 |* |-
* 3 |* |- Modbus A+ * 3 |* |- Modbus A+
* 4 |* |- Modbus B- * 4 |* |- Modbus B-
@ -44,6 +44,9 @@
* *
* RS485 Parameter: 19200 Baud / 1 Stopbit / Parity None * RS485 Parameter: 19200 Baud / 1 Stopbit / Parity None
* *
* Channel connector DISPLAY is useless as long as the internal display is also connect,
* use WIFI or EXTERN instead.
*
* Hardware serial will be selected if GPIO1 = [NeoPool Rx] and GPIO3 = [NeoPool Tx] * Hardware serial will be selected if GPIO1 = [NeoPool Rx] and GPIO3 = [NeoPool Tx]
\*********************************************************************************************/ \*********************************************************************************************/
@ -54,7 +57,7 @@
#endif #endif
#ifndef NEOPOOL_MODBUS_ADDRESS #ifndef NEOPOOL_MODBUS_ADDRESS
#define NEOPOOL_MODBUS_ADDRESS 1 // Modbus address #define NEOPOOL_MODBUS_ADDRESS 1 // Modbus address, "WIFI" uses 1, "EXTERN" defaults also 1
#endif #endif