PVOUTPUT Integration HELP

Hi I am a new oldie, having fun with HA,& Node-red but I am a bit stuck
I am using a QNAP Docker version home-assistant:2022.2.0.dev20220101
The PVoutput integration is showing in the list and I can enter the information and it reports success.
However there is no entity and this is the log relating to it.

In my first attempt at HA i used a much earlier version and added the PVoutput in the config file which worked. Can anybody help me?

[u]LOG FILE[/u]

Logger: homeassistant.components.sensor
Source: components/pvoutput/sensor.py:165
Integration: Sensor (documentation, issues)
First occurred: 11:19:18 (5 occurrences)
Last logged: 13:10:40

Error while setting up pvoutput platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/src/homeassistant/homeassistant/components/pvoutput/sensor.py", line 165, in async_setup_entry
    system = await coordinator.pvoutput.system()
  File "/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py", line 137, in system
    return System.parse_obj(
  File "/usr/local/lib/python3.9/site-packages/pydantic/main.py", line 511, in parse_obj
    return cls(**obj)
  File "/usr/local/lib/python3.9/site-packages/pydantic/main.py", line 331, in __init__
    raise validation_error
pydantic.error_wrappers.ValidationError: 1 validation error for System
zipcode
  value is not a valid integer (type=type_error.integer)

Same problem as you.
Version 2022.2.0
supervisor-2022.01.1

Logger: homeassistant.components.sensor
Source: components/pvoutput/sensor.py:165
Integration: Sensore (documentation, issues)
First occurred: 17:20:44 (2 occurrences)
Last logged: 17:21:39

Error while setting up pvoutput platform for sensor

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 249, in _async_setup_platform await asyncio.shield(task) File “/usr/src/homeassistant/homeassistant/components/pvoutput/sensor.py”, line 165, in async_setup_entry system = await coordinator.pvoutput.system() File “/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py”, line 137, in system return System.parse_obj( File “/usr/local/lib/python3.9/site-packages/pydantic/main.py”, line 511, in parse_obj return cls(**obj) File “/usr/local/lib/python3.9/site-packages/pydantic/main.py”, line 331, in init raise validation_error pydantic.error_wrappers.ValidationError: 1 validation error for System zipcode value is not a valid integer (type=type_error.integer)