Announcement

Collapse
No announcement yet.

Gateway showing as 'Unauthorised'

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • alexbk66
    replied
    What do you have in "ls /usr/lib/mono/"?

    Leave a comment:


  • rahaaas
    replied
    And yes. Also been through Domoticz, OpenHAB etc. A lot of tinkering. I suspect a hybrid approach will be the way. Bit of tinkering, but something solid for when I just want to turn the lights off...

    Leave a comment:


  • rahaaas
    replied
    They’re obviously going through a huge reorg at the moment. Lots of promises. I guess we’ll see!

    Output from mono --version:

    Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)

    Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

    TLS: __thread

    SIGSEGV: altstack

    Notifications: epoll

    Architecture: x86

    Disabled: none

    Misc: softdebug

    LLVM: supported, not enabled.

    GC: sgen

    Leave a comment:


  • alexbk66
    replied
    Originally posted by rahaaas View Post
    Thanks... that sounds like it might be a good solution. For now, just getting the plugin working would be great. There is also huge ire at the Ikea software, which makes HSS look cutting-edge... absolute shambles that randomly reconfigures and forgets the system, and then denies all knowledge of anything. Support from Ikea when £1000 worth of stuff stops working is ‘Oh, that’s an internet thing isn’t it? Sorry. No idea. Take it back, maybe?’
    I tried to contact Björn Block Global Business Area Manager - IKEA Home smart på Inter IKEA Group (and a few other partnership emails I found) - they simply don't reply - which I find very rude. If not interested - just say so. But I will try pushing IKEA from any way I can find.

    Regarding Home Assistant - before choosing HS I also looked at free automation software, inc. OpenHAB, Domoticz, etc. I found they take too much tinkering, and most integration created by enthusiasts, not Software Engineers. But it was a few years ago, now Home Assistant is way more popular.

    Regarding the system dlls - I need to think where to start. It looks like you have ver. 4.5 - but I'm not sure if it's Mono version or .NET version?

    Can please you check "mono --version" and "ls /usr/lib/mono/"


    Leave a comment:


  • rahaaas
    replied
    Thanks... that sounds like it might be a good solution. For now, just getting the plugin working would be great. There is also huge ire at the Ikea software, which makes HSS look cutting-edge... absolute shambles that randomly reconfigures and forgets the system, and then denies all knowledge of anything. Support from Ikea when £1000 worth of stuff stops working is ‘Oh, that’s an internet thing isn’t it? Sorry. No idea. Take it back, maybe?’

    HS4 probably won’t be happening by default after this. I’m frankly going to look at Home Assistant when I get some time. If I’m going to have to mess about with things, I may as well get my hands dirty, and it seems way more flexible. Imagine having a mobile interface that propagates across users? Madness.

    So yes. If you’d be happy to bung some DLLs over, I’d happily receive them. And pony up for the plug-in!

    Leave a comment:


  • alexbk66
    replied
    Originally posted by rahaaas View Post


    [
    Code:
    169]: [newIkea] New Receiver (127.0.0.1): Setting new IP address: 192.168.1.97:80
    
    System.Net.Sockets.SocketOptionName 0x1b is not supported at IPv6 level
    
    Missing method System.Array::Empty<[1]>() in assembly /usr/lib/mono/4.5/mscorlib.dll, referenced in assembly /usr/local/HomeSeer/HSPI_AKIkea.exe
    
    [169]: ConnectGateway: System.MissingMethodException: Method not found: 'System.Array.Empty'.
    
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable (Newtonsoft.Json.JsonWriter writer, Newtonsoft.Json.JsonConverter converter, System.Object value, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
    
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
    
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
    We still can try to make it work, like I did recently with another SEL victim (for different plugin AKGoogleCast) - I ended up sending him most of missing System DLLs to copy them locally in the plugin bin folder.

    Leave a comment:


  • alexbk66
    replied
    rahaaas - https://forums.homeseer.com/forum/de...read-carefully

    Leave a comment:


  • alexbk66
    replied
    Please post your comments:
    https://forums.homeseer.com/forum/ho...-updating-mono

    Leave a comment:


  • alexbk66
    replied
    Originally posted by rahaaas View Post
    Missing method System.Array::Empty<[1]>() in assembly /usr/lib/mono/4.5/mscorlib.dll, referenced in assembly /usr/local/HomeSeer/HSPI_AKIkea.exe

    [169]: ConnectGateway: System.MissingMethodException: Method not found: 'System.Array.Empty'.
    That's the outdated Mono version. You should really ask HST support jseer - they should be able to guide you

    Leave a comment:


  • alexbk66
    replied
    Originally posted by rahaaas View Post
    A quick SSH in produced some output, attached. This any use? Obviously some missing files...

    [EDIT: Running 3.0.0.26]
    Missing files in this log are normal - it's looking in different folders.

    But it does show "Could not find org.freedesktop.Avahi" meaning that you don't have avahi-daemon.

    Leave a comment:


  • rahaaas
    replied
    Then:

    Code:
    [COLOR=#FF8C00]System.Net.Sockets.SocketOptionName 0x1b is not supported at IPv6 level[/COLOR]
    
    [COLOR=#FF0000]Missing method System.Array::Empty<[1]>() in assembly /usr/lib/mono/4.5/mscorlib.dll, referenced in assembly /usr/local/HomeSeer/HSPI_AKIkea.exe[/COLOR]
    
    [169]: [COLOR=#FF0000]ConnectGateway: System.MissingMethodException: Method not found: 'System.Array.Empty'.
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.S erializeConvertable (Newtonsoft.Json.JsonWriter writer, Newtonsoft.Json.JsonConverter converter, System.Object value, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.S erializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.S erializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0[/COLOR]
    [169]: Request failed() : /15001
    [169]: ERROR MakeRequest<List`1>(/15001):
    System.ArgumentNullException: Argument cannot be null.
    Parameter name: s
    ...on repeat.

    Leave a comment:


  • rahaaas
    replied
    A quick SSH in produced some output, attached. This any use? Obviously some missing files...

    [EDIT: Running 3.0.0.26]
    Attached Files

    Leave a comment:


  • rahaaas
    replied
    Yep. That thread is what got me into trouble. It worked, but doesn't mention the issue with Events, and only at the end does it correct the issue with deleting the latest version marker... Was in touch with HS about it, and they acknowledged the upgrade issue with the IF statements, and have said they'll update the support article on it.

    Leave a comment:


  • alexbk66
    replied
    Originally posted by rahaaas View Post
    . Can’t believe it’s not come up before.
    There's a lot of discussions on HS forum about these issues on SEL
    https://forums.homeseer.com/forum/ho...89#post1284089

    pointing to

    https://www.google.com/url?q=https:/...QfCNbuQxXBSEsA

    Leave a comment:


  • rahaaas
    replied
    That’s great. Thanks. Should get a chance to get on this in the next couple of days. Will let you know what occurs!

    Leave a comment:

Working...
X