Can not get values from Rainforest Eagle 200 device - help please

I did set up my Eagle 200 device in HomeAssistent and the
device shows up on the HomeAssistant website but the readings are empty.
The log indicates no Errors and the readings are just ‘None’. I can see the correct readings if I use the Eagle Website. Also, I rebooted the Eagle device and the Rasberry Pie. No luck.

I set up my Eagle 200 in the configuration.xaml
like this:

  - platform: rainforest_eagle
    ip_address: 192.168.86.XX
    cloud_id: 0049XX
    install_code: 2f39b237aa928XXX

The Debug output is this:

'summation_received': None, 'summation_total': None}
2020-01-07 17:44:38 DEBUG (SyncWorker_9) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_total - None
2020-01-07 17:44:38 DEBUG (SyncWorker_11) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_received - None
2020-01-07 17:44:38 DEBUG (SyncWorker_8) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_delivered - None
2020-01-07 17:44:38 DEBUG (SyncWorker_7) [homeassistant.components.rainforest_eagle.sensor] Updating: instantanous_demand - None
2020-01-07 17:45:09 DEBUG (SyncWorker_4) [homeassistant.components.rainforest_eagle.sensor] API data: {'instantanous_demand': None, 'summation_delivered': None, 'summation_received': None, 'summation_total': None}
2020-01-07 17:45:09 DEBUG (SyncWorker_4) [homeassistant.components.rainforest_eagle.sensor] Updating: instantanous_demand - None
2020-01-07 17:45:09 DEBUG (SyncWorker_5) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_received - None
2020-01-07 17:45:09 DEBUG (SyncWorker_0) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_delivered - None
2020-01-07 17:45:09 DEBUG (SyncWorker_15) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_total - None
2020-01-07 17:45:40 DEBUG (SyncWorker_3) [homeassistant.components.rainforest_eagle.sensor] API data: {'instantanous_demand': None, 'summation_delivered': None, 'summation_received': None, 'summation_total': None}
2020-01-07 17:45:40 DEBUG (SyncWorker_3) [homeassistant.components.rainforest_eagle.sensor] Updating: instantanous_demand - None
2020-01-07 17:45:40 DEBUG (SyncWorker_14) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_delivered - None
2020-01-07 17:45:40 DEBUG (SyncWorker_13) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_total - None
2020-01-07 17:45:40 DEBUG (SyncWorker_1) [homeassistant.components.rainforest_eagle.sensor] Updating: summation_received - None
2020-01-07 17:46:11 DEBUG (SyncWorker_5) [homeassistant.components.rainforest_eagle.sensor] API data: {'instantanous_demand': None, 'summation_delivered': None, 

As a test, can you run the code snippet shown here:


and report the results?