maorcc / citymind_water_meter

Home Assistant Integration with cp.city-mind.com, an Israeli water meters reading service
Apache License 2.0
40 stars 2 forks source link

Only one entity #56

Closed hadyos closed 3 months ago

hadyos commented 1 year ago

I'm not sure if it's a bug but I'm seeing only one entity (sensor.meter_{METER_ID}_total_consumption), Is it normal or I have to add the other device entities manually ?

elad-bar commented 1 year ago

Sound bit weird, how did you install it? What version of HA and integration?

hadyos commented 1 year ago

All latest, HA and integration Install it through HACS, typed in my email and password install it and this what I got right away.

On 25 Aug 2023, 16:50, at 16:50, Elad Bar @.***> wrote:

Sound bit weird, how did you install it? What version of HA and integration?

-- Reply to this email directly or view it on GitHub: https://github.com/maorcc/citymind_water_meter/issues/56#issuecomment-1693392134 You are receiving this because you authored the thread.

Message ID: @.***>

elad-bar commented 1 year ago

Can you pls share diagnostic file of integration?

Thanks

hadyos commented 1 year ago

That's my log

Thanks

On Fri, Aug 25, 2023 at 6:31 PM Elad Bar @.***> wrote:

Can you pls share diagnostic file of integration?

Thanks

— Reply to this email directly, view it on GitHub https://github.com/maorcc/citymind_water_meter/issues/56#issuecomment-1693547027, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYAUAJ7KKZBQ7SJYFPN2XLXXDAM7ANCNFSM6AAAAAA36NVB44 . You are receiving this because you authored the thread.Message ID: @.***>

hadyos commented 1 year ago

looking at the debug file I see (MainThread) [homeassistant.components.rympro.coordinator] Error fetching rympro data: <ClientResponse(https://api-ctm.city-mind.com/consumption/last-read) [401 Unauthorized]>

Maybe that's the problem ?

elad-bar commented 1 year ago

you are using a fork of this component, to make it official in HA, if you would like to use the custom component available here, please follow the instructions - as you can see the component name is homeassistant.components.rympro.coordinator while custom component are being represented differently in logs (also available in README)

elad-bar commented 1 year ago

to add the right component that support to full functionality - add CityMind Water Meter not Read Your Meter Pro

hadyos commented 1 year ago

I don't understand, I installed this integration through HACS just like it mentioned in the README in github, Is there another way to install it that I'm not aware of ?

Thanks hadyos

On Wed, Aug 30, 2023 at 1:45 PM Elad Bar @.***> wrote:

you are using a fork of this component, to make it official in HA, if you would like to use the custom component available here, please follow the instructions - as you can see the component name is homeassistant.components.rympro.coordinator while custom component are being represented differently in logs (also available in README)

— Reply to this email directly, view it on GitHub https://github.com/maorcc/citymind_water_meter/issues/56#issuecomment-1698925327, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYAUAIUKAQILQMEWRL64TTXX4KUXANCNFSM6AAAAAA36NVB44 . You are receiving this because you commented.Message ID: @.***>

hadyos commented 1 year ago

I don't see any City-Mind Water Meter in HACS but I do see Read Your Meter Pro

On Wed, Aug 30, 2023 at 1:47 PM Elad Bar @.***> wrote:

to add the right component that support to full functionality - add CityMind Water Meter not Read Your Meter Pro

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

elad-bar commented 1 year ago

Please add this repo as custom repo in hacs, once you will do that, it will be available

hadyos commented 1 year ago

What repo? what is name of repo and how do I get it?

elad-bar commented 1 year ago

This repository

https://hacs.xyz/docs/faq/custom_repositories/