Enter forum description here ...
0

Shelly & TCP listener

Krzysztof Szczepański 2 years ago in Devices / Basic updated 8 months ago 1

I have a little problem integrating Shelly through the tcp server

Shelly integration is in your libraries https://www.comfortclick.com/BOS/Library/Devices/115

Everything works fine except the listener.

The listener is configured as a tcp server, accepts connections but does not respond and does not close the session which causes Shelly to hang.

Shelly expects any response from the host or session closure.

I did the tests using https://docs.microsoft.com/pl-pl/dotnet/api/system.net.sockets.tcplistener?view=net-6.0

If the listener answers the call from Shelly or closes the session, everything works fine.

Conversely, when the host accepts the call and nothing returns or closes the session, Shelly stops sending calls to the host and suspends Shelly until a reset. Shelly appears to be waiting for any information from the host, without it being able to complete the routine.

In the code from the MS website from lines 45 to 63 there is a procedure that sends back to the client what the client sent, while on line 64 the connection is closed.

Removing these lines causes the problem and probably simulates comfortclicka operation.

Is there any call that will get a reply from comfortclick's website eg http://192.168.1.10/comfortclickreply?par=1?

Alternatively, you could add a checkbox as an option - "Send this message as confirmation:", "message" ?

checked on bOS v4.9.8 and Shelly 1 with fw 20220209-092750 / v1.11.8-g8c7bb8d

0

Bad communication between Jigsaw and MIM-B19N (MODBUS SAMSUNG)

Jose Jiménez 2 years ago in Devices / Modbus updated by Costel Miron 1 year ago 4

Hi everyone,

i have a jigsaw connected to a Modbus interface module MIM-B19N Samsung. I have the next parameters:

Image 3875

I attach the datasheet of this module to compare if you need:  Manual Interface MODBUS Maquinas clima Samsung.pdf


The question is that some times, randomly, the communication breaks down and we can control any of indoor units we have. In addition, i attach a screenshot of Jigsaw's logs:


Image 3877

I don't know if the problem is because of driver's parameters or firmware error. I will appreciate any help .

Thanks

0

LG TV Integration (ON/OFF)

Nathan Meinck 2 years ago in bOS Configurator / Devices updated by Grzegorz Kulinski 2 years ago 4

I'm using the LG TV Device in CC on a 2021 LG TV (webOS 6). There doesn't seem to be a Power On / Off function. From what I gather the TV is disconnected from the network when powered off (via remote - standby? I would have thought standby would have kept connection with the router). Is there a way around this? i.e. through TV settings? As it's pretty annoying telling a client that they have to power up the TV via remote first before automations will start.

Love to know what people have done in this space, I really don't want to add a IR sprayer to the mix just to turn off and on.

Cheers

0
Under review

Smart TV

Nathan Meinck 2 years ago in bOS Configurator / Devices updated by ComfortClick Support 11 months ago 7

Hi

I need to provide Smart TV options for clients. From what I understand the Samsung (new models <6 years) aren't supported and I can see there's an LG on the device list but not sure if there are also limitations on LG Models

So before making recommendations I'd like to be 100% confident which TVs and Models will work and what if any limitations there may be.


Thanks 

0

shelly 2.5 integration

Hello, does anyone made integration to Shelly 2.5 device? 

Comfortclick published a Shelly integration but its only for 1 switch 1L and not for 2 switches.

thanks

0
Under review

coolmaster integration

Miguel Paredes 2 years ago in bOS Configurator / Devices updated by ComfortClick Support 2 years ago 1

hi, i would like to know if you have any plans on integrating coolmaster devices to comfortclick

is a great solution for integrating HVAC systems

https://coolautomation.com/

0
Under review

not enough memory resources available for this operation

Bernhard Haba 2 years ago in Devices / Cameras updated 2 years ago 6

Hello,
I have added a third stream to my CC today. Since then I get the error message that there is not enough memory. This must be some kind of error since it can't be the memory with only three streams.

Has anyone else had this?
What can I do?

0

General Electric WiFi-enabled (SmartHQ) appliances

Hello guys,

Has anyone integrated in bOS and can share some info for GE wi-fi appliances such as fridge, oven, etc. 

Any suggestions on how this can be done?

Thank you,

Calin

0

Scada view

Eloy Larrañaga 2 years ago in Devices / Http 0

I need to link a scada visualization of another server with a frame of comfortclick. The example is a Logic machine visualization. I enter this link (http://user:password@192.168.1.200/scada-vis/#87) but it doesn´t works. Are there another way?

0

json problem with decode answer message with space

Sebastien Clivaz 2 years ago in Devices / Basic updated by Tomasz Michalak 2 years ago 2

Hello,

I try to get the value with the basic device and UDP request. 

The answer is in json and the answer is correct you can see below an example

{
"ID": "2",
"State": 1,
"Error1": 0,
"Error2": 0,
"Plug": 3,
"AuthON": 0,
"Authreq": 0,
"Enable sys": 1,
"Enable user": 1,
"Max curr": 0,
"Max curr %": 1000,
"Curr HW": 13000,
"Curr user": 63000,
"Curr FS": 0,
"Tmo FS": 0,
"Curr timer": 0,
"Tmo CT": 0,
"Setenergy": 0,
"Output": 0,
"Input": 0,
}

When I try to read the data with the space for exemple "Enable sys" I have the error  "Error parsing received data. : Unexpected character while parsing path:"


How to decode the value with space ?

I try somes codes for space but nothing work.


Can you help me please ?