gieljnssns / kostalpiko-sensor-homeassistant

A custom component to get the readings of a Kostal Piko inverter
MIT License
12 stars 18 forks source link

Platform error sensor.kostal - Integration 'kostal' not found. #20

Open maximosm opened 3 years ago

maximosm commented 3 years ago

After last update geting this error.And entity are anaveliable.

Platform error sensor.kostal - Integration 'kostal' not found.

HA core-2021.6.3

sorenbo commented 3 years ago

I have the same problem.

markusleins commented 3 years ago

I have the same problem

rbortoluzzi commented 3 years ago

I have the same problem

Mebelt commented 2 years ago

I have the same problem

thomas-coenen commented 2 years ago

Same here. Does anyone have a solution?

pergolafabio commented 2 years ago

same here, anyone found a solution? it worked before? @gieljnssns can you help one last time? :-)

thomas-coenen commented 2 years ago

It is enough to the Version Entry in the Manifest.json. In another Diskussion here someone described it.

Just add

"version": "1.0.0",

Now it works.

pergolafabio commented 2 years ago

i i know its needed for custom components , but if i look in manifest file, the version is already there

{
  "domain": "kostal",
  "name": "Kostal",
  "version": "1.0.0",
  "config_flow": true,
  "documentation": "https://github.com/gieljnssns/kostalpiko-sensor-homeassistant",
  "requirements": ["kostalpyko==0.5"],
  "ssdp": [],
  "zeroconf": [],
  "homekit": {},
  "dependencies": [],
  "codeowners": ["@gieljnssns"]
}
pergolafabio commented 2 years ago

if i look in log, the custom is loaded succesfully, it just gives error when i add the yaml and check config

thomas-coenen commented 2 years ago

Ist seems you have the beta Version. Try with 2.7 and add the Version. Otherwise i dont have and More ideas.

pergolafabio commented 2 years ago

did you USE hacs? or do you placed the folder manually in custom folder?

thomas-coenen commented 2 years ago

Yes HACS

pergolafabio commented 2 years ago

ok, i try again

pergolafabio commented 2 years ago

ok seems 2.7 is working, thnx

thomas-coenen commented 2 years ago

Good to hear. You‘re welcome

Pirol9 commented 1 year ago

Works pefect. Thanks