Pulse counter no longer working?

So I just noticed that my pulse counter appears to be doing nothing. I can only put this down to an update as the last time it worked was on Monday 31/03 and nothing hardware related has changed.

Any ideas? Im lost.

Thanks

The value just remains at 0 and does not count.

####Rainfall Start####
  - platform: pulse_counter
    pin:
      number: GPIO15
      mode: INPUT
    unit_of_measurement: 'mm'
    name: "${friendly_name} rain gauge"
    icon: 'mdi:weather-rainy'
    id: rain_gauge
    count_mode:
      rising_edge: DISABLE
      falling_edge: INCREMENT
    internal_filter: 13us
    update_interval: 1s
    filters:
      - multiply: 0.2
    accuracy_decimals: 4

Post your esphome log

Sure, there is no rain right now so no counting.

INFO ESPHome 2025.3.3
INFO Reading configuration /config/esphome/weather-station.yaml...
WARNING GPIO2 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO15 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO12 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
INFO Detected timezone 'Pacific/Auckland'
INFO Starting log output from 192.168.1.102 using esphome API
INFO Successfully connected to weather-station @ 192.168.1.102 in 0.001s
INFO Successful handshake with weather-station @ 192.168.1.102 in 0.085s
[09:01:57][I][app:100]: ESPHome version 2025.3.3 compiled on Apr  3 2025, 08:41:15
[09:01:57][C][logger:177]: Logger:
[09:01:57][C][logger:178]:   Max Level: DEBUG
[09:01:57][C][logger:179]:   Initial Level: DEBUG
[09:01:57][C][logger:181]:   Log Baud Rate: 115200
[09:01:57][C][logger:182]:   Hardware UART: UART0
[09:01:57][C][i2c.arduino:071]: I2C Bus:
[09:01:57][C][i2c.arduino:072]:   SDA Pin: GPIO2
[09:01:57][C][i2c.arduino:073]:   SCL Pin: GPIO4
[09:01:57][C][i2c.arduino:074]:   Frequency: 50000 Hz
[09:01:57][C][i2c.arduino:086]:   Recovery: bus successfully recovered
[09:01:57][I][i2c.arduino:096]: Results from i2c bus scan:
[09:01:57][I][i2c.arduino:102]: Found i2c device at address 0x0C
[09:01:57][I][i2c.arduino:102]: Found i2c device at address 0x40
[09:01:57][I][i2c.arduino:102]: Found i2c device at address 0x44
[09:01:57][I][i2c.arduino:102]: Found i2c device at address 0x76
[09:01:57][C][template.sensor:022]: Template Sensor 'Wind Direction'
[09:01:57][C][template.sensor:022]:   State Class: ''
[09:01:57][C][template.sensor:022]:   Unit of Measurement: ''
[09:01:57][C][template.sensor:022]:   Accuracy Decimals: 1
[09:01:57][C][template.sensor:023]:   Update Interval: 2.0s
[09:01:57][C][fastled:021]: FastLED light:
[09:01:57][C][fastled:022]:   Num LEDs: 1
[09:01:57][C][fastled:023]:   Max refresh rate: 400
[09:01:57][C][template.text_sensor:020]: Template Sensor '${friendly_name} Beaufort wind scale code'
[09:01:57][C][template.text_sensor:020]:   Icon: 'mdi:tailwind'
[09:01:57][C][template.text_sensor:020]: Template Sensor '${friendly_name} Beaufort wind scale'
[09:01:57][C][template.text_sensor:020]:   Icon: 'mdi:tailwind'
[09:01:57][C][light:092]: Light 'LED'
[09:01:57][C][light:094]:   Default Transition Length: 1.0s
[09:01:57][C][light:095]:   Gamma Correct: 2.80
[09:01:57][C][bme280_i2c.sensor:025]:   Address: 0x76
[09:01:57][C][bme280.sensor:182]: BME280:
[09:01:57][C][bme280.sensor:194]:   IIR Filter: OFF
[09:01:57][C][bme280.sensor:195]:   Update Interval: 60.0s
[09:01:57][C][bme280.sensor:197]:   Temperature 'BME280 Temperature'
[09:01:57][C][bme280.sensor:197]:     Device Class: 'temperature'
[09:01:57][C][bme280.sensor:197]:     State Class: 'measurement'
[09:01:57][C][bme280.sensor:197]:     Unit of Measurement: '°C'
[09:01:57][C][bme280.sensor:197]:     Accuracy Decimals: 1
[09:01:57][C][bme280.sensor:198]:     Oversampling: 16x
[09:01:57][C][bme280.sensor:199]:   Pressure 'BME280 Pressure'
[09:01:57][C][bme280.sensor:199]:     Device Class: 'pressure'
[09:01:57][C][bme280.sensor:199]:     State Class: 'measurement'
[09:01:57][C][bme280.sensor:199]:     Unit of Measurement: 'hPa'
[09:01:57][C][bme280.sensor:199]:     Accuracy Decimals: 1
[09:01:57][C][bme280.sensor:200]:     Oversampling: 16x
[09:01:57][C][bme280.sensor:201]:   Humidity 'BME280 Humidity'
[09:01:57][C][bme280.sensor:201]:     Device Class: 'humidity'
[09:01:57][C][bme280.sensor:201]:     State Class: 'measurement'
[09:01:57][C][bme280.sensor:201]:     Unit of Measurement: '%'
[09:01:57][C][bme280.sensor:201]:     Accuracy Decimals: 1
[09:01:57][C][bme280.sensor:202]:     Oversampling: 16x
[09:01:57][C][sht3xd:049]: SHT3xD:
[09:01:57][D][sht3xd:064]:   Setup successful
[09:01:57][D][sht3xd:065]:   Serial Number: 0x1599D08C
[09:01:57][D][sht3xd:066]:   Heater Enabled: false
[09:01:57][C][sht3xd:068]:   Address: 0x44
[09:01:57][C][sht3xd:069]:   Update Interval: 60.0s
[09:01:57][C][sht3xd:071]:   Temperature 'Temperature'
[09:01:57][C][sht3xd:071]:     Device Class: 'temperature'
[09:01:57][C][sht3xd:071]:     State Class: 'measurement'
[09:01:57][C][sht3xd:071]:     Unit of Measurement: '°C'
[09:01:57][C][sht3xd:071]:     Accuracy Decimals: 1
[09:01:57][C][sht3xd:072]:   Humidity 'Humidity'
[09:01:57][C][sht3xd:072]:     Device Class: 'humidity'
[09:01:57][C][sht3xd:072]:     State Class: 'measurement'
[09:01:57][C][sht3xd:072]:     Unit of Measurement: '%'
[09:01:57][C][sht3xd:072]:     Accuracy Decimals: 1
[09:01:57][C][pulse_counter:172]: Pulse Counter '${friendly_name} rain gauge'
[09:01:57][C][pulse_counter:172]:   State Class: 'measurement'
[09:01:57][C][pulse_counter:172]:   Unit of Measurement: 'mm'
[09:01:57][C][pulse_counter:172]:   Accuracy Decimals: 2
[09:01:57][C][pulse_counter:172]:   Icon: 'mdi:weather-rainy'
[09:01:57][C][pulse_counter:173]:   Pin: GPIO15
[09:01:57][C][pulse_counter:174]:   Rising Edge: INCREMENT
[09:01:57][C][pulse_counter:175]:   Falling Edge: DISABLE
[09:01:57][C][pulse_counter:176]:   Filtering pulses shorter than 13 µs
[09:01:57][C][pulse_counter:177]:   Update Interval: 60.0s
[09:01:57][C][integration:024]: Integration Sensor '${friendly_name} rainfall per min'
[09:01:57][C][integration:024]:   State Class: ''
[09:01:57][C][integration:024]:   Unit of Measurement: 'mm'
[09:01:57][C][integration:024]:   Accuracy Decimals: 4
[09:01:57][C][integration:024]:   Icon: 'mdi:weather-rainy'
[09:01:57][C][integration:024]: Integration Sensor '${friendly_name} rainfall per hour'
[09:01:57][C][integration:024]:   State Class: ''
[09:01:57][C][integration:024]:   Unit of Measurement: 'mm'
[09:01:57][C][integration:024]:   Accuracy Decimals: 4
[09:01:57][C][integration:024]:   Icon: 'mdi:weather-rainy'
[09:01:57][C][integration:024]: Integration Sensor '${friendly_name} rainfall per day'
[09:01:57][C][integration:024]:   State Class: ''
[09:01:57][C][integration:024]:   Unit of Measurement: 'mm'
[09:01:57][C][integration:024]:   Accuracy Decimals: 4
[09:01:57][C][integration:024]:   Icon: 'mdi:weather-rainy'
[09:01:58][C][total_daily_energy:023]: Total Daily Energy '${friendly_name} 24 Hour Rain'
[09:01:58][C][total_daily_energy:023]:   Device Class: 'energy'
[09:01:58][C][total_daily_energy:023]:   State Class: 'total_increasing'
[09:01:58][C][total_daily_energy:023]:   Unit of Measurement: 'mm'
[09:01:58][C][total_daily_energy:023]:   Accuracy Decimals: 4
[09:01:58][C][total_daily_energy:023]:   Icon: 'mdi:weather-rainy'
[09:01:58][C][sun.sensor:009]: Sun Sensor 'Sun elevation'
[09:01:58][C][sun.sensor:009]:   State Class: ''
[09:01:58][C][sun.sensor:009]:   Unit of Measurement: '°'
[09:01:58][C][sun.sensor:009]:   Accuracy Decimals: 1
[09:01:58][C][sun.sensor:009]:   Icon: 'mdi:weather-sunset'
[09:01:58][C][sun.sensor:009]: Sun Sensor 'Sun azimuth'
[09:01:58][C][sun.sensor:009]:   State Class: ''
[09:01:58][C][sun.sensor:009]:   Unit of Measurement: '°'
[09:01:58][C][sun.sensor:009]:   Accuracy Decimals: 1
[09:01:58][C][sun.sensor:009]:   Icon: 'mdi:weather-sunset'
[09:01:58][C][pulse_meter:110]: Pulse Meter '${friendly_name} wind speed'
[09:01:58][C][pulse_meter:110]:   State Class: 'measurement'
[09:01:58][C][pulse_meter:110]:   Unit of Measurement: 'm/s'
[09:01:58][C][pulse_meter:110]:   Accuracy Decimals: 2
[09:01:58][C][pulse_meter:110]:   Icon: 'mdi:weather-windy'
[09:01:58][C][pulse_meter:111]:   Pin: GPIO12
[09:01:58][C][pulse_meter:113]:   Filtering rising edges less than 13 µs apart
[09:01:58][C][pulse_meter:118]:   Assuming 0 pulses/min after not receiving a pulse for 5s
[09:01:58][C][copy.sensor:015]: Copy Sensor '${friendly_name} wind speed average'
[09:01:58][C][copy.sensor:015]:   State Class: 'measurement'
[09:01:58][C][copy.sensor:015]:   Unit of Measurement: 'm/s'
[09:01:58][C][copy.sensor:015]:   Accuracy Decimals: 2
[09:01:58][C][copy.sensor:015]:   Icon: 'mdi:weather-windy'
[09:01:58][C][copy.sensor:015]: Copy Sensor '${friendly_name} wind speed (knots)'
[09:01:58][C][copy.sensor:015]:   State Class: 'measurement'
[09:01:58][C][copy.sensor:015]:   Unit of Measurement: 'knots'
[09:01:58][C][copy.sensor:015]:   Accuracy Decimals: 2
[09:01:58][C][copy.sensor:015]:   Icon: 'mdi:weather-windy'
[09:01:58][C][copy.sensor:015]: Copy Sensor '${friendly_name} wind speed average (knots)'
[09:01:58][C][copy.sensor:015]:   State Class: 'measurement'
[09:01:58][C][copy.sensor:015]:   Unit of Measurement: 'knots'
[09:01:58][C][copy.sensor:015]:   Accuracy Decimals: 2
[09:01:58][C][copy.sensor:015]:   Icon: 'mdi:weather-windy'
[09:01:58][C][copy.sensor:015]: Copy Sensor '${friendly_name} wind speed (km/h)'
[09:01:58][C][copy.sensor:015]:   State Class: 'measurement'
[09:01:58][C][copy.sensor:015]:   Unit of Measurement: 'km/h'
[09:01:58][C][copy.sensor:015]:   Accuracy Decimals: 2
[09:01:58][C][copy.sensor:015]:   Icon: 'mdi:weather-windy'
[09:01:58][C][mlx90393:053]: MLX90393:
[09:01:58][C][mlx90393:054]:   Address: 0x0C
[09:01:58][C][mlx90393:060]:   Update Interval: 2.0s
[09:01:58][C][mlx90393:062]:   X Axis 'mlx_x'
[09:01:58][C][mlx90393:062]:     State Class: 'measurement'
[09:01:58][C][mlx90393:062]:     Unit of Measurement: 'µT'
[09:01:58][C][mlx90393:062]:     Accuracy Decimals: 0
[09:01:58][C][mlx90393:062]:     Icon: 'mdi:magnet'
[09:01:58][C][mlx90393:063]:   Y Axis 'mlx_y'
[09:01:58][C][mlx90393:063]:     State Class: 'measurement'
[09:01:58][C][mlx90393:063]:     Unit of Measurement: 'µT'
[09:01:58][C][mlx90393:063]:     Accuracy Decimals: 0
[09:01:58][C][mlx90393:063]:     Icon: 'mdi:magnet'
[09:01:58][C][mlx90393:064]:   Z Axis 'mlx_z'
[09:01:58][C][mlx90393:064]:     State Class: 'measurement'
[09:01:58][C][mlx90393:064]:     Unit of Measurement: 'µT'
[09:01:58][C][mlx90393:064]:     Accuracy Decimals: 0
[09:01:58][C][mlx90393:064]:     Icon: 'mdi:magnet'
[09:01:58][C][homeassistant.time:010]: Home Assistant Time:
[09:01:58][C][homeassistant.time:011]:   Timezone: 'NZST-12NZDT,M9.5.0,M4.1.0/3'
[09:01:58][C][sun.text_sensor:009]: Sun Text Sensor 'Sun Next Sunrise'
[09:01:58][C][sun.text_sensor:009]:   Icon: 'mdi:weather-sunset-up'
[09:01:58][C][sun.text_sensor:009]: Sun Text Sensor 'Sun Next Sunset'
[09:01:58][C][sun.text_sensor:009]:   Icon: 'mdi:weather-sunset-down'
[09:01:58][C][restart.button:017]: Restart Button 'Weather Station Reboot'
[09:01:58][C][restart.button:017]:   Icon: 'mdi:restart'
[09:01:58][C][copy.sensor:015]: Copy Sensor '${friendly_name} wind speed average (km/h)'
[09:01:58][C][copy.sensor:015]:   State Class: 'measurement'
[09:01:58][C][copy.sensor:015]:   Unit of Measurement: 'km/h'
[09:01:58][C][copy.sensor:015]:   Accuracy Decimals: 2
[09:01:58][C][copy.sensor:015]:   Icon: 'mdi:weather-windy'
[09:01:58][C][ethernet:326]: Ethernet:
[09:01:58][C][ethernet:515]:   IP Address: 192.168.1.102
[09:01:58][C][ethernet:516]:   Hostname: 'weather-station'
[09:01:58][C][ethernet:517]:   Subnet: 255.255.255.0
[09:01:58][C][ethernet:518]:   Gateway: 192.168.1.1
[09:01:58][C][ethernet:523]:   DNS1: 0.0.0.0
[09:01:58][C][ethernet:524]:   DNS2: 0.0.0.0
[09:01:58][C][ethernet:536]:   MAC Address: D0:EF:76:EE:54:70
[09:01:58][C][ethernet:537]:   Is Full Duplex: YES
[09:01:58][C][ethernet:538]:   Link Speed: 100
[09:01:58][C][ethernet:345]:   Power Pin: 16
[09:01:58][C][ethernet:347]:   MDC Pin: 23
[09:01:58][C][ethernet:348]:   MDIO Pin: 18
[09:01:58][C][ethernet:349]:   PHY addr: 1
[09:01:58][C][ethernet:351]:   Type: LAN8720
[09:01:58][D][mlx90393:074]: received 1434.000122 -5266.500000 -19393.878906
[09:01:58][D][sensor:094]: 'mlx_x': Sending state 1434.00012 µT with 0 decimals of accuracy
[09:01:58][D][sensor:094]: 'mlx_y': Sending state -5266.50000 µT with 0 decimals of accuracy
[09:01:58][D][sensor:094]: 'mlx_z': Sending state -19393.87891 µT with 0 decimals of accuracy
[09:01:58][W][component:237]: Component mlx90393.sensor took a long time for an operation (52 ms).
[09:01:58][W][component:238]: Components should block for at most 30 ms.
[09:01:58][C][web_server:285]: Web Server:
[09:01:58][C][web_server:286]:   Address: 192.168.1.102:80
[09:01:58][D][sensor:094]: 'Wind Direction': Sending state 354.73163  with 1 decimals of accuracy
[09:01:58][C][mdns:116]: mDNS:
[09:01:58][C][mdns:117]:   Hostname: weather-station
[09:01:58][C][esphome.ota:073]: Over-The-Air updates:
[09:01:58][C][esphome.ota:074]:   Address: 192.168.1.102:3232
[09:01:58][C][esphome.ota:075]:   Version: 2
[09:01:58][C][esphome.ota:078]:   Password configured
[09:01:58][C][safe_mode:018]: Safe Mode:
[09:01:58][C][safe_mode:020]:   Boot considered successful after 60 seconds
[09:01:58][C][safe_mode:021]:   Invoke after 10 boot attempts
[09:01:58][C][safe_mode:023]:   Remain in safe mode for 300 seconds
[09:01:58][C][api:140]: API Server:
[09:01:58][C][api:141]:   Address: 192.168.1.102:6053
[09:01:58][C][api:143]:   Using noise encryption: YES
[09:01:58][D][sensor:094]: '${friendly_name} wind speed average': Sending state 0.72446 m/s with 2 decimals of accuracy
[09:01:58][D][sensor:094]: '${friendly_name} wind speed average (knots)': Sending state 0.10867 knots with 2 decimals of accuracy
[09:01:58][D][sensor:094]: '${friendly_name} wind speed average (km/h)': Sending state 2.60807 km/h with 2 decimals of accuracy
[09:01:58][D][text_sensor:064]: '${friendly_name} Beaufort wind scale code': Sending state '1'
[09:01:58][D][text_sensor:064]: '${friendly_name} Beaufort wind scale': Sending state 'Light Air'
[09:01:58][W][component:237]: Component sensor took a long time for an operation (53 ms).
[09:01:58][W][component:238]: Components should block for at most 30 ms.
[09:02:00][D][pulse_meter:097]: No pulse detected for 5s, assuming 0 pulses/min
[09:02:00][D][mlx90393:074]: received 1433.250122 -5268.000488 -19337.009766
[09:02:00][D][sensor:094]: 'mlx_x': Sending state 1433.25012 µT with 0 decimals of accuracy
[09:02:00][D][sensor:094]: 'mlx_y': Sending state -5268.00049 µT with 0 decimals of accuracy
[09:02:00][D][sensor:094]: 'mlx_z': Sending state -19337.00977 µT with 0 decimals of accuracy
[09:02:00][W][component:237]: Component mlx90393.sensor took a long time for an operation (52 ms).
[09:02:00][W][component:238]: Components should block for at most 30 ms.
[09:02:00][D][sensor:094]: 'Wind Direction': Sending state 354.71991  with 1 decimals of accuracy
[09:02:01][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.38650 m/s with 2 decimals of accuracy
[09:02:01][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.05797 knots with 2 decimals of accuracy
[09:02:01][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 1.39140 km/h with 2 decimals of accuracy
[09:02:02][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.65868 m/s with 2 decimals of accuracy
[09:02:02][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.09880 knots with 2 decimals of accuracy
[09:02:02][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 2.37125 km/h with 2 decimals of accuracy
[09:02:02][D][mlx90393:074]: received 1434.750000 -5270.250000 -19535.451172
[09:02:02][D][sensor:094]: 'mlx_x': Sending state 1434.75000 µT with 0 decimals of accuracy
[09:02:02][D][sensor:094]: 'mlx_y': Sending state -5270.25000 µT with 0 decimals of accuracy
[09:02:02][D][sensor:094]: 'mlx_z': Sending state -19535.45117 µT with 0 decimals of accuracy
[09:02:02][W][component:237]: Component mlx90393.sensor took a long time for an operation (52 ms).
[09:02:02][W][component:238]: Components should block for at most 30 ms.
[09:02:02][D][sensor:094]: 'Wind Direction': Sending state 354.72888  with 1 decimals of accuracy
[09:02:02][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.83357 m/s with 2 decimals of accuracy
[09:02:02][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.12504 knots with 2 decimals of accuracy
[09:02:02][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 3.00084 km/h with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.71003 m/s with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.10651 knots with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 2.55612 km/h with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.81473 m/s with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.12221 knots with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 2.93301 km/h with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed average': Sending state 0.68070 m/s with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed average (knots)': Sending state 0.10211 knots with 2 decimals of accuracy
[09:02:03][D][sensor:094]: '${friendly_name} wind speed average (km/h)': Sending state 2.45052 km/h with 2 decimals of accuracy
[09:02:03][D][text_sensor:064]: '${friendly_name} Beaufort wind scale code': Sending state '1'
[09:02:03][D][text_sensor:064]: '${friendly_name} Beaufort wind scale': Sending state 'Light Air'
[09:02:04][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.64809 m/s with 2 decimals of accuracy
[09:02:04][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.09721 knots with 2 decimals of accuracy
[09:02:04][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 2.33314 km/h with 2 decimals of accuracy
[09:02:04][D][mlx90393:074]: received 1429.500122 -5268.750000 -19441.070312
[09:02:04][D][sensor:094]: 'mlx_x': Sending state 1429.50012 µT with 0 decimals of accuracy
[09:02:04][D][sensor:094]: 'mlx_y': Sending state -5268.75000 µT with 0 decimals of accuracy
[09:02:04][D][sensor:094]: 'mlx_z': Sending state -19441.07031 µT with 0 decimals of accuracy
[09:02:04][W][component:237]: Component mlx90393.sensor took a long time for an operation (53 ms).
[09:02:04][W][component:238]: Components should block for at most 30 ms.
[09:02:04][D][sensor:094]: 'Wind Direction': Sending state 354.67987  with 1 decimals of accuracy
[09:02:06][D][mlx90393:074]: received 1431.750000 -5268.750000 -19398.718750
[09:02:06][D][sensor:094]: 'mlx_x': Sending state 1431.75000 µT with 0 decimals of accuracy
[09:02:06][D][sensor:094]: 'mlx_y': Sending state -5268.75000 µT with 0 decimals of accuracy
[09:02:06][D][sensor:094]: 'mlx_z': Sending state -19398.71875 µT with 0 decimals of accuracy
[09:02:06][W][component:237]: Component mlx90393.sensor took a long time for an operation (52 ms).
[09:02:06][W][component:238]: Components should block for at most 30 ms.
[09:02:06][D][sensor:094]: 'Wind Direction': Sending state 354.70264  with 1 decimals of accuracy
[09:02:08][D][mlx90393:074]: received 1433.250122 -5267.250488 -19420.500000
[09:02:08][D][sensor:094]: 'mlx_x': Sending state 1433.25012 µT with 0 decimals of accuracy
[09:02:08][D][sensor:094]: 'mlx_y': Sending state -5267.25049 µT with 0 decimals of accuracy
[09:02:08][D][sensor:094]: 'mlx_z': Sending state -19420.50000 µT with 0 decimals of accuracy
[09:02:08][W][component:237]: Component mlx90393.sensor took a long time for an operation (52 ms).
[09:02:08][W][component:238]: Components should block for at most 30 ms.
[09:02:08][D][sensor:094]: 'Wind Direction': Sending state 354.72198  with 1 decimals of accuracy
[09:02:08][D][sensor:094]: '${friendly_name} wind speed average': Sending state 0.64809 m/s with 2 decimals of accuracy
[09:02:08][D][sensor:094]: '${friendly_name} wind speed average (knots)': Sending state 0.09721 knots with 2 decimals of accuracy
[09:02:08][D][sensor:094]: '${friendly_name} wind speed average (km/h)': Sending state 2.33314 km/h with 2 decimals of accuracy
[09:02:08][D][text_sensor:064]: '${friendly_name} Beaufort wind scale code': Sending state '1'
[09:02:08][D][text_sensor:064]: '${friendly_name} Beaufort wind scale': Sending state 'Light Air'
[09:02:09][D][pulse_meter:097]: No pulse detected for 5s, assuming 0 pulses/min
[09:02:09][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.39396 m/s with 2 decimals of accuracy
[09:02:09][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.05909 knots with 2 decimals of accuracy
[09:02:09][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 1.41827 km/h with 2 decimals of accuracy
[09:02:10][D][sensor:094]: 'BME280 Temperature': Sending state 17.11184 °C with 1 decimals of accuracy
[09:02:10][D][sensor:094]: 'BME280 Pressure': Sending state 1017.38593 hPa with 1 decimals of accuracy
[09:02:10][D][sensor:094]: 'BME280 Humidity': Sending state 100.00000 % with 1 decimals of accuracy
[09:02:10][D][mlx90393:074]: received 1431.750000 -5268.000488 -19180.919922
[09:02:10][D][sensor:094]: 'mlx_x': Sending state 1431.75000 µT with 0 decimals of accuracy
[09:02:10][D][sensor:094]: 'mlx_y': Sending state -5268.00049 µT with 0 decimals of accuracy
[09:02:10][D][sensor:094]: 'mlx_z': Sending state -19180.91992 µT with 0 decimals of accuracy
[09:02:10][W][component:237]: Component mlx90393.sensor took a long time for an operation (52 ms).
[09:02:10][W][component:238]: Components should block for at most 30 ms.
[09:02:10][D][sensor:094]: 'Wind Direction': Sending state 354.70471  with 1 decimals of accuracy
[09:02:11][D][text_sensor:064]: 'Sun Next Sunrise': Sending state '07:35:51'
[09:02:11][D][sensor:094]: '${friendly_name} wind speed': Sending state 0.24500 m/s with 2 decimals of accuracy
[09:02:11][D][sensor:094]: '${friendly_name} wind speed (knots)': Sending state 0.03675 knots with 2 decimals of accuracy
[09:02:11][D][sensor:094]: '${friendly_name} wind speed (km/h)': Sending state 0.88200 km/h with 2 decimals of accuracy
[09:02:12][D][mlx90393:074]: received 1436.250000 -5268.750000 -19395.089844
[09:02:12][D][sensor:094]: 'mlx_x': Sending state 1436.25000 µT with 0 decimals of accuracy
[09:02:12][D][sensor:094]: 'mlx_y': Sending state -5268.75000 µT with 0 decimals of accuracy
[09:02:12][D][sensor:094]: 'mlx_z': Sending state -19395.08984 µT with 0 decimals of accuracy

What have you tried to verify it is working or not?

I would try simulating the bucket tip with a switch. That would tell you if the problem is in the rain gauge (or the wires from it) or the circuit (and software) after.

Just because something once worked does not mean it still does.

Difficult to debug if there is no rain… When something changes suddenly, check your wiring as a first step.
Also 13ms filter might be too long to certain sensor (I have no idea what you have).

Yea, this is my rain gauge,I know that prob doesnt help much.


Yea thats my next step, to simulate a pour, the weather has just not allowed and I have not had the time yet to do this.

The device is mounted high on the roof, and not easy to open. I need to remove it from the roof and open it on the ground, so this is a last resort.