-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cant recieve anything #30
Comments
Hi "DE/RE" to 3.3V as Enable is not good. you need the module with auto transmit control. if not - i see that you can add this functionality to softwareSerial. but its not so easy( sometimes SDM630 (usually version 1) have different modbus register addresses (they start from 0). needs to check too... |
Thank you for your answer. I have an SDM630 V2 Do i have modify some files ? i have just compile your Eastron example without modify something. on iobroker there are following informations, but no registers visible. |
maybe something changes... TX (IO1) needs to go to RX 485 module P.S. try to connect leds: |
I have uploaded your bin file on my nodemcu (NodeMCU Lua Amica Modul V2 ESP8266 ESP-12F) both LED´s are on, but i think there is no polling, because the LED´s on the RS485 module are not blinking (there is no communication to the SDM630) Is my nodemcu eventually not compatibel ? Thank you |
usually NodeMCU cant work this way. because software uses serial port, that is already used in USB/TTL converter. |
I have looked at source. maybe if create SoftwareSerial here |
Hi Merlokk,
ived compiled the ESP8266EASTRON.ino and connectet as followed.
on D5 and D6 an LED
on D3 an switch
I used an RS485 Module with DE / RE Pin
"A" from Modul to "A" from SDM630
"B" from Modul to "B" from SDM630
"DI" from Modul to "TX" of ESP8266
"RO" from Modul to "RX" of ESP8266
"DE/RE" to 3.3V as Enable
When i Start the ESP866 both LED´s are on
Connected to WLAN and MQTT via IObroker
on IO Broker there is an MQTT Folder 6974CA
In That folders there some Entrys
Connected | 6974CA/Energiemeter/Connected | state | variable | OFF
and so on
The Last boot date, last seem date and connected entry is refreshing every second.
Do u know what i have to do, that my SDM630 talks to the ESP8266 ?
Do i have to modify some files ?
Thank you for your support and sry for my bad english
The text was updated successfully, but these errors were encountered: