Code not compiling #24
Unanswered
denveronly
asked this question in
Q&A
Replies: 3 comments 5 replies
-
ok i fixed it by commenting those [cell_request_charge_voltage_time] in sensor section, leaving the number section only.
|
Beta Was this translation helpful? Give feedback.
4 replies
-
can i also ask a question, how does the talk pin work? |
Beta Was this translation helpful? Give feedback.
1 reply
-
denveronly: can you paste your working yaml? i alse get errors on compiling 0master_7slaves.yaml pretty please :-D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there, i had a code from the very beginning working excellently, but i want to rebuild my board and want to try out new code.
It doesnt compile for me. The code im using: it is latestest 1 master 7 slaves with very minor changes, components are downloaded from Txubelaxu git to local esphome folder
https://pastebin.com/HuA7pm7s
and errors received:
Failed config
sensor.jk_rs485_bms: [source /config/esphome/esptest.yaml:1078]
platform: jk_rs485_bms
jk_rs485_bms_id: bms2
[cell_request_charge_voltage_time] is an invalid option for [sensor.jk_rs485_bms]. Did you mean [cell_average_voltage], [cell_delta_voltage]?
cell_request_charge_voltage_time:
name: tbms2 cell request charge voltage time
[cell_request_float_voltage_time] is an invalid option for [sensor.jk_rs485_bms]. Did you mean [cell_delta_voltage]?
cell_request_float_voltage_time:
name: tbms2 cell request float voltage time
Beta Was this translation helpful? Give feedback.
All reactions