Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Attributes like Cloud-Smartnames are still getting overwritten #33

Open
akr1983 opened this issue Sep 1, 2019 · 2 comments
Open
Assignees
Labels

Comments

@akr1983
Copy link

akr1983 commented Sep 1, 2019

Hi,

i've still got the issue that custom attributes are overwritten. I'm currently using the newest version of the adapter but my objects are still overwritten. After a restart of the adapter, the SmartNames are disappearing from the Object. My Adapter is already Version 1.0.0. :-(

Originally posted by @akr1983 in #14 (comment)

@DaPumi
Copy link

DaPumi commented Nov 18, 2019

Hey guys,

same problem for me... I´ve tried to dim a spot light.
I created an objekt in cloud.0 with this RAW:

{
  "type": "state",
  "common": {
    "name": "Lichtsteuerung: Licht-Wohnen: position",
    "read": true,
    "write": true,
    "type": "number",
    "role": "level.dimmer",
    "smartName": {
      "de": "Wohnzimmerlicht",
      "smartType": "LIGHT"
    }
  },
  "native": {
    "uuid": "124e44a1-034a-9412-ffff1a3f8541537c"
  },
  "from": "system.adapter.loxone.0",
  "user": "system.user.admin",
  "ts": 1574085649931,
  "_id": "loxone.0.124e44a1-034a-9429-ffffb4f8a758782d.AI1.position",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  }
}

I added this object in alexa... All works fine. -> Untill anything is rebooting the loxone.0 instance.
After that the object in cloud.0 is gone. The RAW after it looks like:

{
  "type": "state",
  "common": {
    "name": "Lichtsteuerung: Licht-Wohnen: position",
    "read": true,
    "write": true,
    "type": "number",
    "role": "level.dimmer",
    "smartName": "ignore"
  },
  "native": {
    "uuid": "124e44a1-034a-9412-ffff1a3f8541537c"
  },
  "from": "system.adapter.loxone.0",
  "user": "system.user.admin",
  "ts": 1574092641254,
  "_id": "loxone.0.124e44a1-034a-9429-ffffb4f8a758782d.AI1.position",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  }
}

I don´t really know, where the problem is... I tried a lot, but it didn't help.
All adapter versions are latest:

  • Admin: 3.6.12
  • Loxone: 1.0.0
  • Cloud: 2.6.2
  • Web: 2.4.10

Hope for help... Thx!
Daniel

@UncleSamSwiss UncleSamSwiss self-assigned this Mar 6, 2020
@Torox
Copy link

Torox commented May 18, 2020

I have the same problem. After the Loxon adapter is restarted, all settings like smartName are overwritten. Is there already a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants