Andrew King
Andrew King
If it is different then you'll need to capture a wireshark dump of manually turning it on/off with the official client so I can check out the command the official...
Looking through the payloads that the last user who had a flood light sent to me there is this command: ```xml 0 1 1 0 92 300 none 2 18...
I just got started on working up the xml deserialisation and there are some parts that might need more samples for: ```xml 0 100 10 ``` and ```xml 32 ```...
Ok I added an mqtt command to turn on/off the floodlight tasks. You can test it with [this build](https://github.com/QuantumEntangledAndy/neolink/actions/runs/6608161786)
I found the button also on ios. I've already got package capture setup on my ios so I can get it done, just haven't had the time. Been working on...
Yeah I've already fixed it. I renamed the module since it now includes floodlight control as well as status and I forgot to `git add -A` after the rename.
If you are still avaliable to test then please try [this one](https://github.com/QuantumEntangledAndy/neolink/actions/runs/6622838747)
Build with siren too [is here](https://github.com/QuantumEntangledAndy/neolink/actions/runs/6649574489)
The hassio addon is a [docker file](https://github.com/dm82m/hassio-addons/blob/main/neolink/Dockerfile) which pulls latest. The build is avaliable under docker but on a different tag name You'll need to either find some way to...
The push notification registration should not really matter, it is used for waking up neolink when push alarms are sent. What is the issue in your client, anything there? Perhaps...