athombv / org.knx

KNX for Homey
1 stars 4 forks source link

Electric Power Sensor not always working / Missing info display and setup values / Shade control missing #36

Open smodard opened 1 week ago

smodard commented 1 week ago

Hi,

Now that I have a Homey PRO I'm connecting all possible KNX devices to my home app. Not everything is working as expected and some improvements are to be made :

  1. DPT of type 14 is not working for me. I did sniff my KNX bus and values are available with he right type (W or A)
  2. Missing display info for most used types. I believe a generic type parser could be used. I need to be able to see the values of configuration devices. I have solar panels and a charging station for which I need to import a complex configuration done in Gira X1.
  3. Missing info setup. I need to set some configuration values (lumen, time, power, ...) with automations and this is not possible as such.
  4. Newly built houses have shades (not window coverings) that are automatically controlled to avoid over heating. I then need a device where you can control the shade position (up/down and stop) plus a slat position (cursor from 0 to 100%). I do use a weather station to do that but I need to be control them all manually.

Could you please enrich the already existing app so it's really usable for bigger homes KNX installation ?

Thanks.

ttherbrink commented 1 week ago

Hey, Thanks for the feedback. I can't make promises about the new features but if you are able you are more than welcome to expand the current app with your own implementation. For your 3 point i recommend you have a look at the "generic" when card. It might be a work around for some of your problems image

smodard commented 1 week ago

Hi,

As you are the owner of the app, you can’t advertise you can link KNX smarthome with Homey without at least supporting info display and setup plus shading. This is too restrictive.


Cordialement Stéphane Modard

Tristan Herbrink   @. @.)>   3 sept. 2024 à 09:06:17   wrote:

Hey, Thanks for the feedback.

I can't make promises about the new features but if you are able you are more than welcome to expand the current app with your own implementation.

For your 3 point i recommend you have a look at the "generic" when card. It might be a work around for some of your problems image.png (view on web) (https://github.com/user-attachments/assets/f47128eb-961f-4f76-ba2c-945b116aff0d)

Reply to this email directly, view it on GitHub (https://github.com/athombv/org.knx/issues/36#issuecomment-2325755445), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AEYHG5QEKJMJ5UCIMH2MEOTZUVNWHAVCNFSM6AAAAABNRLGIIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRVG42TKNBUGU).

You are receiving this because you authored the thread.Message ID: @.***>

[ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/athombv/org.knx/issues/36#issuecomment-2325755445", "url": "https://github.com/athombv/org.knx/issues/36#issuecomment-2325755445", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Bonovox1979 commented 1 week ago

I have Knx meter gewiss gwa9801 on Knx bus The data are always read by my Knx gateway.

I select in Homey new device and Knx power meter I insert The correct address group but Homey don’t read any data. What con I do?

smodard commented 1 week ago

Welcome to the club. We can office to read the data only with flow cards, we need them to make some processing and calculation.  

@Homey :   we would need an urgent answer to this !

 

Cordialement Stéphane Modard

Bonovox1979   @. @.)>   3 sept. 2024 à 13:55:53   wrote:

I have Knx meter gewiss gwa9801 on Knx bus The data are always read by my Knx gateway.

I select in Homey new device and Knx power meter I insert The correct address group but Homey don’t read any data.

What con I do?

Reply to this email directly, view it on GitHub (https://github.com/athombv/org.knx/issues/36#issuecomment-2326335625), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AEYHG5V77YZXUJNFGMHAGJ3ZUWPUJAVCNFSM6AAAAABNRLGIIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRWGMZTKNRSGU).

You are receiving this because you authored the thread.Message ID: @.***>

[ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/athombv/org.knx/issues/36#issuecomment-2326335625", "url": "https://github.com/athombv/org.knx/issues/36#issuecomment-2326335625", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Bonovox1979 commented 1 week ago

I can’t read from flow because the type Of data is 14.056 and Homey read only data 1.xxx How i can Made a correct flow to read this data

smodard commented 1 week ago

Power sensor should be dpt14. As advertised

 

Cordialement Stéphane Modard

Bonovox1979   @. @.)>   3 sept. 2024 à 15:50:44   wrote:

I can’t read from flow because the type Of data is 14.056 and Homey read only data 1.xxx

How i can Made a correct flow to read this data

Reply to this email directly, view it on GitHub (https://github.com/athombv/org.knx/issues/36#issuecomment-2326581767), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AEYHG5XZY6NMR3W6FTIAML3ZUW5C7AVCNFSM6AAAAABNRLGIIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRWGU4DCNZWG4).

You are receiving this because you authored the thread.Message ID: @.***>

[ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/athombv/org.knx/issues/36#issuecomment-2326581767", "url": "https://github.com/athombv/org.knx/issues/36#issuecomment-2326581767", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

smodard commented 2 days ago

I created a PR to define a new sun blind sensor. It's not perfect, but i'm testing it in my application. The position cursor should be inverted. And the configuration is asking for "windowcovering" option, not the 2 address groups I need, ie store position (0-100%) and slat position (0-100%).