Hi, I have an esp8266 run espeasy. I have had very good luck using them except for now. I have a flow meter which is just a hall-effect sensor and a rotary encoder hooked up. On the espeasy config I see values coming from both sensors, but on home assistant all I can see is the value from the rotary encoder. Espeasy is configured with the generic pulse counter for the flow meter and has 3 values with just numbers. My yaml config is setup exactly the same for the rotary encoder and the flow sensor so they should both be getting values as they’re both just pulse counters basically.
In home assistant it just says “unknown” for the flow meter state values. I’m using mqtt. Any ideas?