Hi,
we have a airios VMN-02LM11 device in our flat, and I would like to send the same commands somehow via home assistant.
it seems that the device send on 868.3 MHz
https://www.nibe.eu/assets/documents/25862/IHB_NL_RF%20zender%20instructie_EN.pdf
Any idea?
etrag
(ricardo)
October 5, 2022, 5:20pm
2
Hello, did you had any progress with this?
I have a Siberzone system that seems to be a rebrand from Airios. I have a RF Bridge from Airios/Honeywell that enables me to use an app to control however I would also like to integrate it with home assistant.
Hi, unfortunately I did not find a solution, so I ended up soldering a zigbee 4 channel relay board to the device by removing the buttons
1 Like
Hi breckler,
Can you please post some pictures about your zigbee implementation? I don’t know what to solder but I would like to do the same thing with an arduino Wemos D1.
Thank you!
zxdavb
(David Bonnes)
May 13, 2023, 11:30am
5
franji
(Francisco)
June 29, 2023, 12:51pm
6
I have the same situation with a SIBER EVO1 device. I would like to change also bypass operation as AUTO does no work really well.
I have bought this https://indalo-tech.onlineweb.shop/ device and install ramses_cc ramses_cc . It intercepts packages and depicts in a log but I still need to understand something more about it to be able to operate.
siebenish
(siebenish)
September 3, 2023, 9:56pm
7
Did you end up finding a solution for your SIBER VMC?
franji
(Francisco)
October 3, 2023, 12:24pm
8
Yes, it works very nicely.
The steps are the following:
Buy MANDO MULTICONTROL INALÁMBRICO and link to the system or maybe use https://www.siberzone.es/Media/Uploads/dlm_uploads/manual-siber-mando-pulsador-4-botones-inalambrico.pdf (the latest not tested). I strongly recomment to use mando-multicontrol as you can check that your system work by watching how states change in it.
Buy https://indalo-tech.onlineweb.shop/
Install ramses_cc ramses_cc
Using logs detect the remote (37:xxxxxxx where xxxxxxx depends on your remote number) and device ( 32:yyyyyy where yyyyyy depends on your device number)
Add this code in configuration.yaml (
ramses_cc:
serial_port: /dev/ttyACM0 # e.g. evofw3-based device
packet_log:
file_name: packet.log
rotate_bytes: null
rotate_backups: 7
known_list:
32:xxxxxx : { class: FAN, _note: SIBER EVO1 }
37:yyyyyy:
class: REM
faked: True
commands:
away: ’ I — 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000107’
low: ’ I — 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000207’
medium: ’ I — 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000307’
high: ’ I — 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000407’
boost: ’ I — 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000707’
bypass_off: ’ W — 37:yyyyyy 32:xxxxxx --:------ 22F7 003 00C8EF’
bypass_on: ’ W — 37:yyyyyy 32:xxxxxx --:------ 22F7 003 0000EF’
bypass_auto: ’ W — 37:yyyyyy 32:xxxxxx --:------ 22F7 003 00FFEF’
calendar_off: ’ W — 37:yyyyyy 32:xxxxxx --:------ 22B0 002 0006’
calendar_on: ’ W — 37:yyyyyy 32:xxxxxx --:------ 22B0 002 0005’
_note: based upon an Orcon 15RF 6-button remote (VMN-15LF01) adapted for SIBER EVO1
1 Like
zxdavb
(David Bonnes)
October 4, 2023, 11:45am
9
This is better formatted, removes some typos, and has other improvements.
franji:
ramses_cc:
serial_port: /dev/ttyACM0
packet_log:
file_name: packet.log
rotate_backups: 7
config: enforce_known_list: true
known_list:
32:xxxxxx: {class: FAN, _note: "SIBER EVO1"}
37:yyyyyy:
class: REM
faked: true
commands:
away: " I --- 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000107"
low: " I --- 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000207"
medium: " I --- 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000307"
high: " I --- 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000407"
boost: " I --- 37:yyyyyy 32:xxxxxx --:------ 22F1 003 000707"
bypass_off: " W --- 37:yyyyyy 32:xxxxxx --:------ 22F7 003 00C8EF"
bypass_on: " W --- 37:yyyyyy 32:xxxxxx --:------ 22F7 003 0000EF"
bypass_auto: " W --- 37:yyyyyy 32:xxxxxx --:------ 22F7 003 00FFEF"
calendar_off: " W --- 37:yyyyyy 32:xxxxxx --:------ 22B0 002 0006"
calendar_on: " W --- 37:yyyyyy 32:xxxxxx --:------ 22B0 002 0005"
TIP: Don’t enforce the known list until after you know your device IDs.
1 Like
zxdavb
(David Bonnes)
October 4, 2023, 11:51am
10
As as aside, the next version of ramses_rf will provide support for the above functionality without the need to purchase the remote control.
That is, rather than impersonating an existing control (that is already bound to the ventilation unit), it will simulate a virtual control (after binding it to the fan).
Given that the USB dongle from Indalo-Tech is much cheaper than these wireless remotes, this should be of interest to many.
1 Like
siebenish
(siebenish)
October 15, 2023, 9:54pm
11
Thanks for the info. I have been waiting for the device to be back in stock for some time now to try it out, but so far nothing.
zxdavb
(David Bonnes)
October 16, 2023, 1:19pm
12
@siebenish Keep an eye on your inbox!
1 Like
Gdales
(Gdales)
February 13, 2024, 4:48pm
13
Hi, I have the same problem with my VMC using the same remote control.
Do you know where can I buy the USB dongle from Indalo-Tech?
zxdavb
(David Bonnes)
February 21, 2024, 10:42am
14
GabrielRR
(Gabriel Ribeiro)
April 21, 2024, 10:22am
15
The store is closed for some time. Where can I find that device?
siebenish
(siebenish)
April 30, 2024, 11:07pm
16
Following up on this, I’m only now setting up the SIBER DF EVO 2 with the indalo-tech SSM-D2 USB stick.
The USB stick is recognized just fine by HA.
I can’t say I have found any behavior with Ramses CC that is repeatable until now. I’ve done the exact same configuration to end up having some data in packet.log, and with other tries just errors trying to setup the integration.
I’ve tried YAML only versions and the config flow versions, but at the moment I just get errors or HASSOS lockups.
However I did have some luck today with the integration, where it actually received logs when I placed only this in the known_list and nothing else:
18:003599:
And then I got these logs:
2024-04-30T19:35:21.496069 # ramses_tx 0.31.19
2024-04-30T19:35:21.555956 000 I --- 18:003599 63:262142 --:------ 7FFF 016 0010018F304A381B76302E33312E3139
2024-04-30T19:35:21.586983 000 I --- 18:003599 63:262142 --:------ 7FFF 016 0010018F304A381B76302E33312E3139
2024-04-30T19:35:52.002414 065 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T19:35:52.038417 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06FE087908AC06F9F00200011A36000000EF7FFF7FFF00
2024-04-30T19:36:54.044324 071 I 246 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T19:38:45.252619 060 I --- 37:145236 32:137185 --:------ 22F1 003 000307
2024-04-30T19:38:45.280572 071 I 247 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T19:38:45.373521 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FE087808AD06F8F00200023440000000EF7FFF7FFF00
2024-04-30T19:38:51.002711 061 I --- 37:145236 32:137185 --:------ 22F1 003 000407
2024-04-30T19:38:51.025685 070 I 248 32:137185 --:------ 32:137185 31D9 017 000A040020202020202020202020202008
2024-04-30T19:38:51.119722 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FD087908AD06F6F00200035C6C000000EF7FFF7FFF00
2024-04-30T19:38:53.951780 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FE087608AD06F5F00200035C6C000000EF7FFF7FFF00
2024-04-30T19:38:58.377934 061 I --- 37:145236 32:137185 --:------ 22F1 003 000107
2024-04-30T19:38:58.409943 069 I 249 32:137185 --:------ 32:137185 31D9 017 000A010020202020202020202020202008
2024-04-30T19:38:58.513965 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FE087708AD06F4F00200150E1A000000EF7FFF7FFF00
2024-04-30T19:39:03.939062 070 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF0700087708AE06F1F00200150E1A000000EF7FFF7FFF00
2024-04-30T19:39:07.252143 069 I --- 37:145236 32:137185 --:------ 22F1 003 000207
2024-04-30T19:39:07.283142 070 I 250 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T19:39:07.377196 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF0700087508AE06EEF00200011A36000000EF7FFF7FFF00
2024-04-30T19:39:13.941433 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF0701087608AD06EDF00200011A36000000EF7FFF7FFF00
2024-04-30T19:41:53.812073 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FB087908AD06EEF00200011A36000000EF7FFF7FFF00
2024-04-30T19:50:55.995136 067 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T19:50:56.032141 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06EF087608AF06E5F00200011A36000000EF7FFF7FFF00
2024-04-30T19:51:53.335799 071 I 251 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T19:51:53.428768 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06ED087408AF06E0F00200011A36000000EF7FFF7FFF00
2024-04-30T19:52:43.285130 071 I --- 32:137185 --:------ 32:137185 313F 009 007CA734331E0407E8
2024-04-30T20:01:52.874413 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06DF087308AF06D5F00200011A36000000EF7FFF7FFF00
2024-04-30T20:03:59.989922 066 RQ --- 37:145236 32:137185 --:------ 313F 001 00
2024-04-30T20:04:00.008668 070 RP --- 32:137185 37:145236 --:------ 313F 009 007CB803341E0407E8
2024-04-30T20:04:00.157005 066 RQ --- 37:145236 32:137185 --:------ 1470 001 00
But if I try to do this now, home assistant just locks up and needs to be cold restarted.
I also tried many variations of the below in the known_list flow box, but I got either integration start errors, or HA lockups:
"18:003599":
class: REM
"32:137185":
class: FAN
_note: SIBER EVO2
"37:145236":
class: REM
faked: true
commands:
away: " I --- 37:145236 32:137185 --:------ 22F1 003 000107"
low: " I --- 37:145236 32:137185 --:------ 22F1 003 000207"
medium: " I --- 37:145236 32:137185 --:------ 22F1 003 000307"
high: " I --- 37:145236 32:137185 --:------ 22F1 003 000407"
boost: " I --- 37:145236 32:137185 --:------ 22F1 003 000707"
bypass_off: " W --- 37:145236 32:137185 --:------ 22F7 003 00C8EF"
bypass_on: " W --- 37:145236 32:137185 --:------ 22F7 003 0000EF"
bypass_auto: " W --- 37:145236 32:137185 --:------ 22F7 003 00FFEF"
calendar_off: " W --- 37:145236 32:137185 --:------ 22B0 002 0006"
calendar_on: " W --- 37:145236 32:137185 --:------ 22B0 002 0005"
Can anyone help out with what I’m doing wrong here?
GabrielRR
(Gabriel Ribeiro)
May 18, 2024, 8:10am
18
Hi,
I also have a Siber Evo2.
And have the same problems as you. I can’t even receive logs. I have the last version from ramses and I’m using config flow. Did you manage to fix this? Can you share it?
thanks
siebenish
(siebenish)
May 18, 2024, 8:28am
19
I’m actually stuck with an issue that didn’t get me near finishing a config file.
There is a GitHub issue open on this but it’s been hard to fix. basically the USB is hanging my HA instance when the integration is active, which although pointing at the integration it may also can be related to proxmox USB passthrough.
opened 08:18AM - 02 May 24 UTC
**Describe the bug**
Integration spikes the CPU just after it tries to start an… d the only way out is by hard resetting HASSOS. HA Core gets completely unaccessible.
I have been trying to setup ramses-cc with a indalo-tech USB stick for a heat recovery ventilation unit, and tried both 41.19 and 31.19, as well as the x.16 versions; the process has been very inconsistent given that the integration at some point actually was able to get some readings, but when after trying to use those reading to setup the known_list and schemas, it just started to crash HA. The last time I had to manually remove the integration files from the config/custom_components folder just to get my instance booting.
**To Reproduce**
Nothing specific, using flow with no settings (just the serial port) or with the YAML below.
**Expected behavior**
It should at least not have this CPU leakage.
**Please complete the following information:**
- `ramses_cc:` section from **configuration.yaml**
```
ramses_cc:
serial_port: /dev/serial/by-id/usb-SparkFun_evofw3_atmega32u4-if00
packet_log:
file_name: packet.log
rotate_backups: 7
```
- contemporaneous portion of the **home-assistant.log**
There's nothing relevant on `/mnt/data/supervisor/homeassistant/home-assistant.log`:
![image](https://github.com/zxdavb/ramses_cc/assets/1176371/fb5e6362-cbb7-4529-93ae-f3ca502a0342)
![image](https://github.com/zxdavb/ramses_cc/assets/1176371/43ec2cf1-875a-4688-92b5-b99356197e34)
![image](https://github.com/zxdavb/ramses_cc/assets/1176371/031fb835-ff43-4e92-b23d-6977311a3942)
- contemporaneous portion of the **packet.log**
![image](https://github.com/zxdavb/ramses_cc/assets/1176371/a5afd33d-728d-409e-9372-baaf0146cf04)
Below is an excerpt of the one single time out of tens of tries where the integration was actually was reading communication values (in this case I had only the controller ID (18:003599) in the known_list and nothing else.
<details>
<summary>log</summary>
```
2024-04-30T19:35:21.496069 # ramses_tx 0.31.19
2024-04-30T19:35:21.555956 000 I --- 18:003599 63:262142 --:------ 7FFF 016 0010018F304A381B76302E33312E3139
2024-04-30T19:35:21.586983 000 I --- 18:003599 63:262142 --:------ 7FFF 016 0010018F304A381B76302E33312E3139
2024-04-30T19:35:52.002414 065 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T19:35:52.038417 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06FE087908AC06F9F00200011A36000000EF7FFF7FFF00
2024-04-30T19:36:54.044324 071 I 246 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T19:38:45.252619 060 I --- 37:145236 32:137185 --:------ 22F1 003 000307
2024-04-30T19:38:45.280572 071 I 247 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T19:38:45.373521 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FE087808AD06F8F00200023440000000EF7FFF7FFF00
2024-04-30T19:38:51.002711 061 I --- 37:145236 32:137185 --:------ 22F1 003 000407
2024-04-30T19:38:51.025685 070 I 248 32:137185 --:------ 32:137185 31D9 017 000A040020202020202020202020202008
2024-04-30T19:38:51.119722 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FD087908AD06F6F00200035C6C000000EF7FFF7FFF00
2024-04-30T19:38:53.951780 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FE087608AD06F5F00200035C6C000000EF7FFF7FFF00
2024-04-30T19:38:58.377934 061 I --- 37:145236 32:137185 --:------ 22F1 003 000107
2024-04-30T19:38:58.409943 069 I 249 32:137185 --:------ 32:137185 31D9 017 000A010020202020202020202020202008
2024-04-30T19:38:58.513965 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FE087708AD06F4F00200150E1A000000EF7FFF7FFF00
2024-04-30T19:39:03.939062 070 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF0700087708AE06F1F00200150E1A000000EF7FFF7FFF00
2024-04-30T19:39:07.252143 069 I --- 37:145236 32:137185 --:------ 22F1 003 000207
2024-04-30T19:39:07.283142 070 I 250 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T19:39:07.377196 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF0700087508AE06EEF00200011A36000000EF7FFF7FFF00
2024-04-30T19:39:13.941433 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF0701087608AD06EDF00200011A36000000EF7FFF7FFF00
2024-04-30T19:41:53.812073 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FB087908AD06EEF00200011A36000000EF7FFF7FFF00
2024-04-30T19:50:55.995136 067 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T19:50:56.032141 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06EF087608AF06E5F00200011A36000000EF7FFF7FFF00
2024-04-30T19:51:53.335799 071 I 251 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T19:51:53.428768 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06ED087408AF06E0F00200011A36000000EF7FFF7FFF00
2024-04-30T19:52:43.285130 071 I --- 32:137185 --:------ 32:137185 313F 009 007CA734331E0407E8
2024-04-30T20:01:52.874413 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06DF087308AF06D5F00200011A36000000EF7FFF7FFF00
2024-04-30T20:03:59.989922 066 RQ --- 37:145236 32:137185 --:------ 313F 001 00
2024-04-30T20:04:00.008668 070 RP --- 32:137185 37:145236 --:------ 313F 009 007CB803341E0407E8
2024-04-30T20:04:00.157005 066 RQ --- 37:145236 32:137185 --:------ 1470 001 00
2024-04-30T20:04:00.178025 071 RP --- 32:137185 37:145236 --:------ 1470 008 00B60E60802A0108
2024-04-30T20:05:59.988350 066 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T20:06:00.028406 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06DB087308AE06D0F00200011A36000000EF7FFF7FFF00
2024-04-30T20:06:52.633125 072 I 252 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T20:11:52.396649 072 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06DA087108AE06DAF00200011A36000000EF7FFF7FFF00
2024-04-30T20:21:03.986913 068 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T20:21:04.021993 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06DB086908A106D4F00200011A36000000EF7FFF7FFF00
2024-04-30T20:21:51.910793 071 I 253 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T20:21:52.003852 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06D80867089F06D1F00200011A36000000EF7FFF7FFF00
2024-04-30T20:22:41.855743 069 I --- 32:137185 --:------ 32:137185 313F 009 007CA616341E0407E8
2024-04-30T20:31:51.432566 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06CC0859088E06CCF00200011A36000000EF7FFF7FFF00
2024-04-30T20:36:07.981656 067 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T20:36:08.019746 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06CB0853088A06C5F00200011A36000000EF7FFF7FFF00
2024-04-30T20:36:51.196100 071 I 254 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T20:41:50.962443 068 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06C7084D088406CDF00200011A36000000EF7FFF7FFF00
2024-04-30T20:51:11.977440 067 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T20:51:12.011612 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06F70853088206FEF00200011A36000000EF7FFF7FFF00
2024-04-30T20:51:50.491750 071 I 255 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T20:51:50.584751 070 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FA0855088206FEF00200011A36000000EF7FFF7FFF00
2024-04-30T20:52:40.435177 071 I --- 32:137185 --:------ 32:137185 313F 009 007CA534341E0407E8
2024-04-30T21:01:50.002921 072 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06FE085608800700F00200011A36000000EF7FFF7FFF00
2024-04-30T21:03:59.970537 065 RQ --- 37:145236 32:137185 --:------ 313F 001 00
2024-04-30T21:04:00.002964 072 RP --- 32:137185 37:145236 --:------ 313F 009 007CB803351E0407E8
2024-04-30T21:04:00.136708 064 RQ --- 37:145236 32:137185 --:------ 1470 001 00
2024-04-30T21:04:00.156505 072 RP --- 32:137185 37:145236 --:------ 1470 008 00B60E60802A0108
2024-04-30T21:06:15.970320 064 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T21:06:16.015406 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF07030855087F0705F00200011A36000000EF7FFF7FFF00
2024-04-30T21:06:49.759529 076 I 000 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T21:11:49.529887 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06F50852087D06E6F00200011A36000000EF7FFF7FFF00
2024-04-30T21:14:49.093144 056 I --- 37:145236 32:137185 --:------ 22F1 003 000307
2024-04-30T21:14:49.127150 071 I 001 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T21:14:49.220444 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06EA084E087C06E1F00200023440000000EF7FFF7FFF00
2024-04-30T21:14:49.390480 070 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06E9084E087C06E1F00200023440000000EF7FFF7FFF00
2024-04-30T21:14:54.221322 060 I --- 37:145236 32:137185 --:------ 22F1 003 000207
2024-04-30T21:14:54.248242 071 I 002 32:137185 --:------ 32:137185 31D9 017 000A020020202020202020202020202008
2024-04-30T21:14:54.341197 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06E8084F087C06E0F00200011A36000000EF7FFF7FFF00
2024-04-30T21:14:58.468346 060 I --- 37:145236 32:137185 --:------ 22F1 003 000307
2024-04-30T21:14:58.499352 072 I 003 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T21:14:58.598389 071 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06EA084F087C06E1F00200023440000000EF7FFF7FFF00
2024-04-30T21:21:19.964480 065 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T21:21:20.006507 073 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF070B0864088206CAF00200023440000000EF7FFF7FFF00
2024-04-30T21:21:49.049330 072 I 004 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T21:21:49.148384 072 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF070E0864088306C9F00200023440000000EF7FFF7FFF00
2024-04-30T21:22:39.007798 073 I --- 32:137185 --:------ 32:137185 313F 009 007CA316351E0407E8
2024-04-30T21:36:23.959810 062 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T21:36:24.003810 072 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF0708086B088806BDF00200023440000000EF7FFF7FFF00
2024-04-30T21:36:48.340636 070 I 005 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T21:41:48.109682 072 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF0702086C088706B5F00200023440000000EF7FFF7FFF00
2024-04-30T21:51:27.954037 064 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T21:51:28.001046 071 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06FC086D088906A5F00200023440000000EF7FFF7FFF00
2024-04-30T21:51:47.611694 072 I 006 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T21:51:47.710695 072 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06F9086B088906A4F00200023440000000EF7FFF7FFF00
2024-04-30T21:52:37.555194 071 I --- 32:137185 --:------ 32:137185 313F 009 007CA234351E0407E8
2024-04-30T22:01:47.117547 072 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF06E8086908870696F00200023440000000EF7FFF7FFF00
2024-04-30T22:03:59.951096 064 RQ --- 37:145236 32:137185 --:------ 313F 001 00
2024-04-30T22:03:59.981096 074 RP --- 32:137185 37:145236 --:------ 313F 009 007CB803361E0407E8
2024-04-30T22:04:00.116085 064 RQ --- 37:145236 32:137185 --:------ 1470 001 00
2024-04-30T22:04:00.140117 073 RP --- 32:137185 37:145236 --:------ 1470 008 00B60E60802A0108
2024-04-30T22:06:31.949118 063 RQ --- 37:145236 32:137185 --:------ 31DA 001 00
2024-04-30T22:06:31.989137 073 RP --- 32:137185 37:145236 --:------ 31DA 030 00EF007FFFEFEF06FC086D088B06B5F00200023440000000EF7FFF7FFF00
2024-04-30T22:06:46.863530 073 I 007 32:137185 --:------ 32:137185 31D9 017 000A030020202020202020202020202008
2024-04-30T22:11:46.621446 074 I --- 32:137185 --:------ 32:137185 31DA 030 00EF007FFFEFEF07040872088E06B3F00200023440000000EF7FFF7FFF00
2024-04-30T22:20:25.694304 074 I --- 37:145236 32:137185 --:------ 22F1 003 000207
2024-04-30T22:31:21.741060 # ramses_tx 0.31.19
```
</details>
**Additional context**
HASSOS running on proxmox 7.4:
CPU(s) 4 x Intel(R) Celeron(R) N5105 @ 2.00GHz (1 Socket)
Kernel Version Linux 6.2.9-1-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.9-1 (2023-03-31T10:48Z)
PVE Manager Version pve-manager/7.4-17/513c62be
zxdavb
(David Bonnes)
May 19, 2024, 9:49am
20
Have you had a look at the first steps in: 3.1 I'm stuck: Help me · zxdavb/ramses_cc Wiki · GitHub
If so, and you’re not getting a packet log, please provide infor about:
what version of RAMSES RF you’re using (I see is config_flow)
your serial port configuration
your HA log | grep ramses
GabrielRR
(Gabriel Ribeiro)
May 26, 2024, 7:24am
21
Hi,
I checked the logs as you described in your reply.
Since I’m using Home Assistant as a Docker installation, I had to connect the USB drive inside the container. I found that I couldn’t use the following mapping:
/dev/serial/by-id/:/dev/serial/by-id/.
After changing it to
/dev/ttyACM0:/dev/ttyACM0,
it started working as expected.
I made a minimal configuration in the config flow, and now it detects the USB device from
https://indalo-tech.onlineweb.shop/ perfectly and writes to the log.