Enter forum description here ...
0

Bticino Myhome

Pablo Lopez 2 years ago in bOS Configurator / Devices 0

Hi, I have already seen in the description that it works for the F454 but, please, could you confirm whether or not it is compatible with the Bticino F453 server? I have a client with this model, I have made several tests and there is no way it works and I don't know if I am doing something wrong or if it is simply not compatible.

Thanks for your help. Regards

Pablo

0

Modbus read value problem

Eduardo Rosa 2 years ago in Devices / Modbus updated 2 years ago 7

Dear

I am working on an energy measurement project for a customer, in which I intend to implement Comfortclick/bOS as the management system.

I have established a modbus connection between an energy measurement device from Finder and the bOS. I simultaneously noticed that the measurement (voltage, current and power) shown on the Finder display differs from the reading obtained by the bOS which is slightly higher.

Settings:

Connection Type: Serial

Serial Transmission Mode: RTU

Low Word First: False

Low Byte First: False

Data Format: LittleEndian

Write Function Type: WriteSingle

Read Function Type: ReadSingle

Modbus Table: InputRegisters

Data Format: Signed32Bit (to power) and Unsigned32Bit (to voltage and current)

Scale Factor: 1

Use Status Address: False

Readcyclically: True

Please, could you help me with the configuration in order to get the correct reading?

Thanks,

Eduardo

0

ip relay

patrick 2 years ago in Devices / Http updated 2 years ago 2

Hello,

I would like to control a Web Relay (Controlbyweb) from Jigsaw.
which device should I use?
relay ip address: 10.10.10.84
login: admin
pw : password
on command: http://10.10.10.84/state.xml?relay1State=1
off command: http://10.10.10.84/state.xml?relay1State=0

Thanks for your help

0

How to read KNX group values form bOS server

PIotr Witkowski 2 years ago in Devices / KNX updated by Jürgen Jürgenson 2 years ago 9

Hi,

Its it possibe to read group value from bOS server. :E.g: "GroupValueRead" sent from KNX network and then get response "GroupValueResponse" from bOS?

I tried to change "Read" flag to "TRUE" under Commuunication section but bOS is still not responding to "GroupValueRead"

0
Under review

Elering example library

Ohmin1970 2 years ago in Devices / Other updated by Kenneth Ström 2 years ago 15

Have anyone tried elering v2 from the examples library?

I don´t get any prices and I don´t know what I am doing wrong.

0
Under review

Jigsaw KNX - Error connecting to device. No ACK

npindado 2 years ago in Devices / KNX updated by ComfortClick Support 2 years ago 5

I've seen some similar posts, but no one regarding KNX connection. I do have problems to connect through Jigsaw KNX and every few seconds I get this error. Does anyone know how can it be solved? Thank you in advance

Image 4278

0

Shelly 3EM 3-phase energy meter integration

Claudiu 2 years ago in bOS Configurator / Devices updated by Claudiu Ghisoiu 2 years ago 4

Hi.

Did anybody have integrated Shelly 3EM to comfortclick?

Thank you.

0

Somfy API Integration

Ernesto Fantuzzi 2 years ago in Devices / Http updated by Fabien Fuster 2 years ago 1

Hi to all,


I need help to use HTTP to setup API Integration for Somfy.


Any suggestion? i always get Unauthorized

I'm trying to use this guide: Somfy API Developers but without success.

0

Not able to connect to http API

Joachim 3 years ago in Devices / Http updated 2 years ago 11

Hi,

I'm trying to fetch energy prices from a public available API with a JSON array.

The data I'm trying to get can be found in this link:

GET https://www.hvakosterstrommen.no/api/v1/prices/2022/10-02_NO5.json

I have tried to play around with the url with different parts in the http settings and in the command settings. Anyone able to make this work?

Image 4113

0

Modbus relay

Ohmin1970 3 years ago in Devices / Modbus 0

Need some help. I have a modbus relay and to turn on and off I have to write FF 00 for on and 00 00 for off to the relay with function code 5 (Write to single relay) how do I do it in jigsaw? Byte 1 adress byte 2 function code byte 3 4 adress of register (big-endian) byte 5 6 data of register (big-endian).