mampfes / esphome_obis_d0

esphome external component to support meters with OBIS D0 interface
MIT License
43 stars 7 forks source link

ITRON ACE3000 TYP260 - OBIS value end missing #21

Open TTr0n opened 3 months ago

TTr0n commented 3 months ago

Hi Mampfes

With a ITRON ACE3000 TYP260, i get the same problem like the closed issue ( ISKRA ).

[obis_d0:222]: OBIS value end missing

Example answer from volkszaehler.org

/?! 
/ACE0\3k260V01.18 
F.F(00) 
C.1(1234567890123456) 
C.5.0(00) 
1.8.0(000285.4*kWh) 
2.8.0(000120.1*kWh) 
!

The ITRON supports the serial number ( 16 digits ) with obis_code: "C.1" , but if i try using textsensor and value_regex: "\w{16}" , it is discarded after 5 seconds. Whats the best regex, for this and for the identification ?

mampfes commented 3 months ago

This is probably caused by the timeout configuration variable. If you query the meter only e.g. 1/minute, you have to increase the timeout accordingly.