Up until 2 hours ago I had two Hichi-TTL heads connected to an D1-mini (esp8266) supervising two electric meters.
Besides frequent reboots that setup work ok.
In hope of getting rid of the reboots I migrated the setup to an “D1-mini esp32”.
To do so I just copied the relevant yaml code from the 8266 to the esp32 and only changed the Rx Pins.
Data reception ist working:
[15:52:56][D][sml:078]: OBIS info:
[15:52:56][D][sml:084]: (090149534b00045bab92) 129-129:199.130.3 [0x49534b]
[15:52:56][D][sml:084]: (090149534b00045bab92) 1-0:0.0.9 [0x090149534b00045bab92]
[15:52:56][D][sml:084]: (090149534b00045bab92) 1-0:1.8.0 [0x000000000ecccacb]
[15:52:56][D][sml:084]: (090149534b00045bab92) 1-0:1.8.1 [0x000000000ecccacb]
[15:52:56][D][sml:084]: (090149534b00045bab92) 1-0:1.8.2 [0x0000000000000000]
[15:52:56][D][sml:084]: (090149534b00045bab92) 1-0:16.7.0 [0x000002ba]
[15:52:56][D][sml:084]: (090149534b00045bab92) 129-129:199.130.5 [0x0064bb6cb5b19c2db25bd7c6b5c26d401e7dd48c564a2a27e808efa079e23942a78dccfaa572cf23fad8b8b9bfa3aeff]
[15:52:56][W][component:237]: Component sml took a long time for an operation (80 ms).
[15:52:56][W][component:238]: Components should block for at most 30 ms.
[15:52:56][D][sml:078]: OBIS info:
[15:52:56][D][sml:084]: (090149534b0005101caf) 129-129:199.130.3 [0x49534b]
[15:52:56][D][sml:084]: (090149534b0005101caf) 1-0:0.0.9 [0x090149534b0005101caf]
[15:52:56][D][sml:084]: (090149534b0005101caf) 1-0:2.8.0 [0x0000000007c7ebd0]
[15:52:56][D][sml:084]: (090149534b0005101caf) 1-0:2.8.1 [0x0000000007c7ebd0]
[15:52:56][D][sml:084]: (090149534b0005101caf) 1-0:2.8.2 [0x0000000000000000]
[15:52:56][D][sml:084]: (090149534b0005101caf) 1-0:16.7.0 [0xffffffc3]
[15:52:56][D][sml:084]: (090149534b0005101caf) 129-129:199.130.5 [0xf0e58e8eecb454beb6cd77063c3909ff4115228029aaa75d6f3cb235443352efac8dbbfe2f547659f6e6e46515f64ff0]
[15:52:56][W][component:237]: Component sml took a long time for an operation (83 ms).
[15:52:56][W][component:238]: Components should block for at most 30 ms.
but what could be the reason for the data not being decoded?
edit:
the looks identical (besides the counter values) to an old log I saved on the 8266
OBIS info:
(090149534b0005101caf) 129-129:199.130.3 [0x49534b]
(090149534b0005101caf) 1-0:0.0.9 [0x090149534b0005101caf]
(090149534b0005101caf) 1-0:2.8.0 [0x0000000007231ded]
(090149534b0005101caf) 1-0:2.8.1 [0x0000000007231ded]
(090149534b0005101caf) 1-0:2.8.2 [0x0000000000000000]
(090149534b0005101caf) 1-0:16.7.0 [0xffffff66]
(090149534b0005101caf) 129-129:199.130.5 [0xf0e58e8eecb454beb6cd77063c3909ff4115228029aaa75d6f3cb235443352efac8dbbfe2f547659f6e6e46515f64ff0]
OBIS info:
(090149534b00045bab92) 129-129:199.130.3 [0x49534b]
(090149534b00045bab92) 1-0:0.0.9 [0x090149534b00045bab92]
(090149534b00045bab92) 1-0:1.8.0 [0x000000000d4b48df]
(090149534b00045bab92) 1-0:1.8.1 [0x000000000d4b48df]
(090149534b00045bab92) 1-0:1.8.2 [0x0000000000000000]
(090149534b00045bab92) 1-0:16.7.0 [0x000001e7]
(090149534b00045bab92) 129-129:199.130.5 [0x0064bb6cb5b19c2db25bd7c6b5c26d401e7dd48c564a2a27e808efa079e23942a78dccfaa572cf23fad8b8b9bfa3aeff]