Replies: 2 comments
-
|
Not sure if this would classify as an issue regarding the software. Did you consult the readme / wiki here on github? How do you normally edit for example configuration.yaml? you can install HA add-on / App visual code studio for example or another text editor via addons (now named Apps in newer versions i think). You can use SSH to log into HA target and use nano (linux cmd line editor). Or use Winscp.. (if you are a Windows fan this is maybe a good option for you? Many options :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi No, maybe not an issue with the software, maybe not. Except it seems not possible to create the card in Lovelace. Yes, I did consult the wiki. Maybe the question is a bit incoherent and has many roots, my ignorance is certainly one of them. I guess what I’m asking is:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just tried using Protocol Wizard v0.7.0 but reverted back to using modbus. I'm trying to to use the Acetec_EvoControl.json template for the FTX (Heat recovery ventilation (HRV) compared to my Modbus template, see below.
General problems:
Problems using Acetec_EvoControl.json template:
Problems using own modbus template:
Modbus template:
modbus:
type: tcp
host: 192.168.1.34
port: 502
climates:
address: 1110
precision: 1
fan_mode_register:
address: 1010
values:
state_fan_off: 1
state_fan_on: 0
state_fan_medium: 3
state_fan_high: 4
input_type: holding
max_temp: 40
min_temp: 10
target_temp_register: 211
temp_step: 1
temperature_unit: C
unique_id: 59dd4936-cb63-4443-9c33-04f9d768045b
sensors:
unique_id: 5ed42446-0ce6-46d0-8216-8f38e92577d0
unit_of_measurement: °C
address: 1111
scale: 0.1
precision: 1
state_class: measurement
device_class: temperature
unique_id: 0db0007d-4ac1-47ec-b607-6ef73b543afb
unit_of_measurement: °C
address: 1112
scale: 0.1
precision: 1
state_class: measurement
device_class: temperature
address: 1124
state_class: measurement
unique_id: fe8c1954-ae6a-46cc-b860-b86f52a96093
unique_id: aaff4525-ccfc-423a-b6a4-b8735617d25c
unit_of_measurement: rpm
address: 1140
scale: 0.1
precision: 1
state_class: measurement
unique_id: f104f862-0963-4844-908d-e2e62987f2ae
unit_of_measurement: "%"
address: 1142
input_type: input
state_class: measurement
unique_id: 4d93396a-2de9-4031-9bd2-7ba58c2021b2
unit_of_measurement: "%"
address: 1150
state_class: measurement
unique_id: e6fd8b14-c1d2-476e-8f9e-96ae93814212
unit_of_measurement: rpm
address: 1151
state_class: measurement
unique_id: 6149cbff-b73f-40f0-becb-57cb2e62bc7e
unit_of_measurement: "%"
address: 1160
state_class: measurement
unique_id: 2e442740-4ef9-42ac-a3d9-e52b1d18320d
unit_of_measurement: rpm
address: 1161
state_class: measurement
unique_id: a982d2a3-c2e4-4e3f-8fc5-933f3aba9b83
unit_of_measurement: "%"
address: 1202
state_class: measurement
unique_id: de655fc1-252d-4b81-89cd-12d7dcac7564
unit_of_measurement: "%"
address: 1204
state_class: measurement
unique_id: 93479a33-8765-4f29-a9e1-6a6ec7c01fcd
unit_of_measurement: "h"
address: 1200
state_class: measurement
switches:
unique_id: e4db20d1-7931-44c5-8f01-46a55910060f
address: 240
command_off: 0
command_on: 2
Beta Was this translation helpful? Give feedback.
All reactions