Enter forum description here ...
0
Under review

Convert hex to decimal

Fredrik Johansson 3 years ago in Devices / Basic updated 2 years ago 3

Hi,

I have data that is in HEX but I want to dispay them as decimal is there any function for this? I have not found anything.

And another question; is it possible to enable/disable an device through a command or variable?

The device I am currently working on only has the communication port open for about 20 seconds than it closes resulting in many connected/disconnected messages.

I would like to enable the device, send the command, get an response then disable the device.

0
Under review

Everspring SP816

Francois Lesueur 3 years ago in Devices / Z-Wave updated 3 years ago 3

Hello,

I would like to use an Everspring SP816 outdoor motion detector. 

I can include it into the Z-Wave network, but then status remains "NotConfigured" and nothing is working - can't even get the battery status. Is it not supported ? 

I'm also getting an error message when looking at parameters : 

« La référence d’objet n’est pas définie à une instance d’un objet »

Sorry, it's French, but even in French it doesn't make much sense to me :-(

If you don't support this device, what OUTDOOR motion detector do you support ? 

Thanks, 

François 

0
Under review

Dropping connections

Michiel Kenis 3 years ago in bOS Configurator / Devices updated by Paul G 3 years ago 4

I have a series of Programs scheduled overnight, and it came to notice some of them did not ran due to connection errors. As they are depended on each other, connection-drops cause. When I take a closer look to the logs, I see a lot of my devices (if not all) periodically drop connection... I'm not so much worried about the Hue, SonnyBoy and Electricity monitor connections, but the KNX device which needs to reconnect every other minutes worries me... 


Is this a know issue? Or more network related? Or...? 


Thanks for your help.

Image 3163

0
Under review

Date and Time capturing to pass on KNX bus

Paul G 3 years ago in Devices / KNX updated 3 years ago 7

There are a couple of similar posts, but none really hits the nail on the head as maybe I have a different problem. BOS server version latest 4.8.14 

The situation is very simple, I want to create three variables (date, time, timestamp) in BOS, which are then mapped or given the same addresses as KNX so BOS effectively populates the KNX addresses and issues the date and time to the KNX BUS. However, there are continues issues, despite several and lengthy testing performed

Current BOS variables created

Image 3131

Current KNX variables created in ETS5

Image 3135

Time, seems to be working fine

Image 3129

Image 3130

Date

  1. First problem, the value type, KNX 11.001, allows for the time, but the time value is actually not populated by BOS
  2. Second problem, if status address is populated in the BOS variable it creates problems for BOS and the date is no longer transmitted/populated
  3. Third problem, the associated KNX variable, spits errors, despite being the same value type

BOS variable

Image 3132

Image 3133

KNX variable

Image 3136

Image 3137

Errors spit in transforming

Image 3134

Timestamp, 

  1. First problem, the time is not populated, only the hour of the time is, minutes and seconds are not populated
  2. Second problem, the KNX variable is not populated, not a single field


BOS variable

Image 3138

Image 3139

KNX variable

Image 3140

Image 3141

0

Counter Log only shows and stores partial value (incremental)

Paul G 3 years ago in Devices / KNX updated 3 years ago 2

BoS: 4.8.14


KNX data point value

Image 3127

Counter log pointed to KNX data point value above

Image 3128

Why does the counter log only records the partial values and graphically displays the partial values as opposed to the real value of the KNX data point?

0

Alexa - Motion Sensor

Miha Smrajec 3 years ago in bOS Configurator / Devices 0

I have added a new device within the Alexa API as a "Motion Sensor", but I am only getting the "Detected" and "Not detected" states.

Is there an option to also get the "Not detected for x" state visible in the Alexa app?

0

HTTP request

Mathijs 3 years ago in Devices / Http updated by Michal Kowalczyk 2 years ago 2

Hi,

I want to send http requests from my 2N devices (IP intercom) to my bOS Config, so I can open/close the doorlocks installed in Comfortclick.

How can I integrate these http requests (send from my 2N devices) in my bOS Config?


Thanks in advance,

Mathijs

0

Prevent negative values from Modbus SMA

Michiel Kenis 3 years ago in Devices / Modbus updated 2 years ago 9

Hi, 

I'm reading values from my SunnyBoy SMA Inverter to shown the yield of my solarpanels in my bOS. 

I successfully connect to my SMA with below values:

Image 3064

It goes just fine as long as the sun is shining. Once the sun drops, the NaN value takes it's place and gives me the 

-2147483648 value; When plotting my daily yield, the few actual kw (max. 14 kW) vanishes compared to this ridiculous high value. Is there any way to prevent this kind of spikes? 

I've tried adding a new integer value which is set with a Program and corrected to 0 when the value drops below 0, but this still doesn't works out... Is there another SMA user suffering from the same? 

Best, 

Michiel

0
Under review

Connect Smart meter (Fluvius) to Comfortclick

Michiel Kenis 3 years ago in Devices / Basic updated 3 years ago 14

Hi, 

I recently acquired a Smart meter by our Belgian energy supplier Fluvius. It has some ports to be connect and I have connected both my Jigsaw and my meter using a R12-USB cable. 

I've added a "Basic" device with the required parameters, but all I get back on the Raw Data is FF and the Encoded data value is ?

Image 3059


Image 3058



It looks like the device is connected, but I cannot extract or read data from this device. Does anyone have an idea what the "FF" or "?" stands for and how to fix this? 

Best regards, 

Michiel

0

HTTP POST Request

Martin Schär 3 years ago in Devices / Http updated 3 years ago 0
Hi

I would like to make an http request with ComfortClick. Postmann's RAW output looks like this:

Connection: keep-alive
Content-Type: multipart/form-data; boundary=--------------------------882484731951074462757395
Content-Length: 238
----------------------------882484731951074462757395
Content-Disposition: form-data; name="message"
Content-Type: application/json
{"general":"Nachricht Test","language":"de"}
----------------------------882484731951074462757395--

Is that possible in ComfortClick?