
Denon Heos groups - issue
Since the latest updates on bOS and Denon HEOS there seems to be an issue with forming/keeping groups of speakers.
The Denon node did work as expected, but since the update it tries to control the group. But by doing so it disassembles the existing group, or (if the group’s not there yet) will fail to combine the speakers into a group.
Anyone experiencing the same behavior?
By the way:
Denon is having another problem, it’s losing its favorites all the time. I’ve contacted Denon support for that.

RPC: 404 not found
Hello,
Is there a way to troubleshoot 404 errors on RPC or Comfortlick port 80 address ?
RPC is working perfectly well, and I have multiple devices/clients sending requests to RPC (eg : SetValue).
Meanwhile, I have one device/client (Shelly Plus Plug S) that I don't get to work and get the following error :
{ "code": 404,"message": "Not Found","headers": {"Connection": "close"}}
Some tests I did :
1/ A GET request to the toor address of Comfortclick is working (http)
2/ A POST request without the Authorization header is returning a 401 error as expected (http)
3/ In general, the device is not altering URLs (eg : uppercase/lowercase)
When I copy/past everything into https://reqbin.com/ to test the request, it works... This drives me crazy.
The problem is likely not on Comfortclick's side. But I'm unable to troubleshoot.
Any suggestions ?
Thank you !
----
let h = {
method: "POST",
url: "http://192.168.1.10/API/RPC/SetValue",
headers : {
'Content-Type': "application/json; charset=utf-8",
'Authorization': "Basic UlBDeWQ6ZGhZNjdhxxx4MlNpdWFo"
},
body : '{"objectName":"Devices\\KNX\\Light 1","valueName":"Value","value":"false"}',
timeout: 4
};
Shelly.call("HTTP.REQUEST", h, function (result,error_code,error_message) {
print(result);
});

MQTT - Client disconnect
Hello - I'm troubleshooting Client connection issues (in a wider context of controlling a Shelly Plus Plug S).
To run my tests, I use an iOS app called MQTTool.
https://apps.apple.com/us/app/mqttool/id1085976398
(I also tested another app to do tests, with same results)
My Comfortclick MQTT setup :
I have one client configured ("client2"). And it's enabled.
1) If I use MQTTool, and use "client1" as client id, I'm able to connect and send a message to it:
Monitor :
2) If I use "client2" as client ID (that is configured and enabled in Comfortclick), I'm not able to connect (there is a tentative that is immediatly disconnected). Moreover, when I connect, "client2" gets removed/disabled in Comfortclient Clients list.
Monitor log :
After the disconnect, the client2 reappears in the Client list :
Debug is showing :
Any suggestions ?
Thank you

Shelly Plus 1 Mini
I tried to use Shelly Plus 1 demo. But does not seem to work. I changed Status and Toggle Topic ID. I am able to see the status correctly at Toggle Value.
As soon as I want to control Toggle Value, then Shelly gets disconnected for some time. Then the connection comes back, I am again able to see the status, but not able to change the value.

Doorbird - input by bOS-trigger
Hi all,
I have a Doorbird unit connected to my bOS.
We've had our regular analog doorbell button connected to bOS to set a boolean value.
Now I'd like to have this value (true/false) sent to de Doorbird unit so it acts as if the native doorbell button was pressed.
How would I set this up within the Doorbird example (which is setup and runs as expected)?

Spotify to HEOS (or Sonos)
Hi Comfortclickers,
With our HEOS-system connected to our Jigsaw I'm starting to wonder is there's a way to make bOS play a track/playlist on our HEOS-speakers (or a HEOS group)? If there's no integration yet, will there be in the future?
Thanks for your feedback!

Boolean parser settings
Hi,
I get the state of a device via MQTT, the values under the respective topic can be either 0 or 1. I would like to convert that to False/True with a Boolean parser.
I can't find in the documentation or figure out how to do it correctly.
I thought that the below True Text and False Text could be used for that.
Or maybe the Regex should be constructed differently?
Thank you for the help in advance!
Gabor

Whitelist IP's for Google Home/Assistant
Hello,
I was exploring the Google Home functionality, by configuring port forwarding on my firewall.
I've noticed in the log files of the firewall a lot of residential IP's (coming from US, Russia, Bangladesh, ...) trying to connect to the port, probably considered "not legit addresses".
Do you have list of IP's that I can whitelist so I can mitigate this thread?
Customer support service by UserEcho