Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

RFlink HASSIO manipulate commands

$
0
0

@vfjelde wrote:

I am struggeling to get Mertik gas fireplace to work with HASSIO on 433mhz RFlink. I get the unit up in the system and have tried to configure it as a light and a switch. The fireplace is sometimes controlled, but not as it should be. The fireplace is controlled with a remote that send commands as “GOUP, GODOWN, ON, STOP”

The home-assistant.log show commands as this when remote turn it off:
2020-01-15 20:47:25 DEBUG (MainThread) [rflink.protocol] received data: 20;78;Mertik
2020-01-15 20:47:25 DEBUG (MainThread) [rflink.protocol] received data: ;ID=40;SWITCH=03;CMD=STO
2020-01-15 20:47:25 DEBUG (MainThread) [rflink.protocol] received data: P;
2020-01-15 20:47:25 DEBUG (MainThread) [rflink.protocol] got packet: 20;78;Mertik;ID=40;SWITCH=03;CMD=STOP;
2020-01-15 20:47:25 DEBUG (MainThread) [rflink.protocol] decoded packet: {‘node’: ‘gateway’, ‘protocol’: ‘mertik’, ‘id’: ‘40’, ‘switch’: ‘03’, ‘command’: ‘stop’}
2020-01-15 20:47:25 DEBUG (MainThread) [rflink.protocol] got event: {‘id’: ‘mertik_40_03’, ‘command’: ‘stop’}

When sending a command from HASSIO this is sendt
2020-01-15 20:53:03 DEBUG (MainThread) [homeassistant.components.rflink] Sending command: on to Rflink device: mertik_40_01
2020-01-15 20:53:03 DEBUG (MainThread) [rflink.protocol] sending command: {‘protocol’: ‘mertik’, ‘id’: ‘40’, ‘switch’: ‘01’, ‘command’: ‘on’}
2020-01-15 20:53:03 DEBUG (MainThread) [rflink.protocol] writing data: ‘10;mertik;40;01;on;\r\n’
2020-01-15 20:53:03 DEBUG (MainThread) [rflink.protocol] waiting for acknowledgement
2020-01-15 20:53:04 DEBUG (MainThread) [rflink.protocol] received data: 20;82;OK;
2020-01-15 20:53:04 DEBUG (MainThread) [rflink.protocol] got packet: 20;82;OK;
2020-01-15 20:53:04 DEBUG (MainThread) [rflink.protocol] decoded packet: {‘node’: ‘gateway’, ‘protocol’: ‘unknown’, ‘ok’: True}
2020-01-15 20:53:04 DEBUG (MainThread) [rflink.protocol] command response: {‘node’: ‘gateway’, ‘protocol’: ‘unknown’, ‘ok’: True}
2020-01-15 20:53:04 DEBUG (MainThread) [rflink.protocol] packet acknowledged

Do anyone know to make a command for turning on and one for turning off?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>