emonTx3 RFM69pi errors on reception

I have an old RFM69pi that seems to works ok, just updated to the new firmware version of emonsd and I’m unable to get data from emonTx3.

Connecting with minicom to the RFM69pi I get this messages

Current configuration:
 O i15 g0 @ 433 MHz
 ? G0 30 159 185 255 254 150 55 207 213 255 80 122 241 63 167 135 62 151 244 228 191 (-94)
 ? G0 30 188 123 143 255 179 249 247 251 248 143 254 255 254 255 223 255 105 251 247 219 (-93)
 ? G0 4 175 119 255 251 243 239 255 158 239 255 255 253 230 239 219 247 123 246 179 244 (-95)

It seems the emonTx3 its providing the data, but the RFM69pi doesn’t understand it

Well after flashed it with avrdude -v -c arduino -p ATMEGA328P -P /dev/ttyAMA0 -b 38400 -U flash:w:RFM69CW_RF12_Demo_ATmega328.cpp.hex.hex and configure it with the values [RF12demo.13] O i15 g210 @ 433 MHz I got data

OK 8 12 2 96 0 77 0 4 0 75 105 184 11 184 11 184 11 184 11 184 11 184 11 1 0 0 0 (-29)
 ? 1 230 223 220 252 215 31 75 191 154 218 142 93 233 223 245 45 60 250 87 179 (-92)
 ? 15 213 146 183 13 19 191 122 185 19 36 160 63 114 61 26 1 107 77 231 55 (-85)
OK 8 15 2 98 0 75 0 5 0 80 105 184 11 184 11 184 11 184 11 184 11 184 11 1 0 0 0 (-23)
 ? 26 134 8 205 203 247 94 47 41 214 142 119 250 222 14 237 127 239 117 111 235 (-93)
 ? 28 247 163 0 31 228 253 46 25 220 248 139 56 112 37 50 126 215 46 196 228 (-87)
 ? 11 71 253 233 119 111 255 122 25 174 169 108 83 247 248 254 225 246 143 91 220 (-93)
 ? 31 248 170 250 225 221 92 44 95 223 39 127 204 30 191 91 233 41 109 81 78 (-84)
 ? 29 249 125 159 67 246 7 219 96 120 251 230 255 105 106 118 29 247 243 45 214 (-93)
OK 8 11 2 89 0 78 0 4 0 94 105 184 11 184 11 184 11 184 11 184 11 184 11 1 0 0 0 (-28)

The problem now it’s that Emoncms inputs and feeds are empty. ¿Any advice?

Hello @aliban
I think it might be the baud rate in emonhub:

com_baud will need to be 38400 for the RFM69Pi:

[[EmonPi2]]
    Type = EmonHubOEMInterfacer
    [[[init_settings]]]
        com_port = /dev/ttyAMA0
        com_baud = 38400
    [[[runtimesettings]]]
        pubchannels = ToEmonCMS,
        subchannels = ToRFM12,