Hi,
After switching to another d1 mini
my esp8266 does not connect properly.
When I just insert one or two sensors it is mostly no problem,
but after inserting three of them, it does not matter which one,
I dont get a connection.
The same sourcecode works on the old d1 mini without any problems.
captive_portal:
uart:
id: uart_bus
rx_pin: GPIO5
tx_pin: GPIO4
baud_rate: 9600
data_bits: 8
parity: NONE
stop_bits: 1
sml:
id: mysml
uart_id: uart_bus
sensor:
- platform: sml
name: "Momentanleistung"
sml_id: mysml
server_id: " "
obis_code: "1-0:16.7.0"
unit_of_measurement: W
accuracy_decimals: 0
device_class: power
state_class: measurement
- platform: sml
name: "SummeNetzbezug"
sml_id: mysml
server_id: " "
obis_code: "1-0:1.8.0"
unit_of_measurement: kWh
accuracy_decimals: 1
device_class: energy
state_class: total_increasing
filters:
- throttle: 0.5s
- multiply: 0.0001
- platform: sml
name: "SummeEinspeisung"
sml_id: mysml
server_id: " "
obis_code: "1-0:2.8.0"
unit_of_measurement: kWh
accuracy_decimals: 1
device_class: energy
state_class: total_increasing
filters:
- throttle: 0.5s
- multiply: 0.0001
binary_sensor:
- platform: status
name: "Status"
status_led:
pin:
number: 2
inverted: true
any ideas?
Edit: I tried several times with removing some sensors and flashing again - no it works.
But I really need to understand.