Hi im feeling really stupid but i have only installed home assistant today as im trying to move away from Domoticz
But i cant for the life of me figure out what im needing to do!
as far as im aware i have
installed hacs
added ramses_cc as a repository
and ive added ramses_cc
i can see my hgi80 using dmesg
usb 1-1.3: TI USB 3410 1 port adapter converter now attached to ttyUSB0
Your language isn’t precise enough for me to understand exactly what you mean. Have you added it to your configuration.yaml? If so, please post a copy of the ramses_cc: section here.
i have upgraded to 0.20.22g. all went fine. but i noticed i have a lot of sensors of the boiler unavailable. how can i see if my EMS-OT converter relays this information? if my gateway doesn’t send the sensor data, it would be pointless to have the sensors in HA.
logger:
default: warning
logs:
custom_components.ramses_cc.binary_sensor: info
custom_components.ramses_cc.climate: info
custom_components.ramses_cc.climate_heat: info
custom_components.ramses_cc.sensor: info
custom_components.ramses_cc.water_heater: info
ramses_rf.processor: info
The custom_component...: info will cause a bunch of Found a... messages.
The ramses_rf.processor: info will show the packets received.
@zxdavb I have a new installation, it works to some extent but I get a few weird errors in the log that I am yet to fully resolve, one of them is this.
Logger: ramses_rf.protocol.parsers
I — 08:133345 63:262142 --:------ 10E0 038 000002FF0803FFFFFFFEFFFFFFFF1D0307E64A61737065722045494D00000000000000000000 < Support the development of ramses_rf by reporting this packet, with the make/model of device: 08:133345 (device type 08 not known to have signature: 0002FF0803FFFFFFFE)
evofw3 gateway attributes list this device (08) as a “jasper interface” but I am unsure what that is, I wonder whether that is my Honeywell Y87RF wireless thermostat which is used to control an electrical heat zone / underfloor heating. I suspect this because this “jasper” device is not automatically discovered in the ramses_cc schema attributes
‘34:144349’:
class: thermostat
‘13:129954’:
class: electrical_relay
‘63:262143’:
class: hvac_device
‘18:068640’:
class: gateway_interface
‘31:025463’:
class: jasper_thermostat
‘13:076108’:
class: electrical_relay
‘08:133345’:
class: jasper_interface
‘08:080414’:
class: jasper_interface
‘31:050330’:
class: jasper_thermostat
Note: I am only using Honeywell Evohome devices, no faking, HVAC/ventilation.
But the last line gives me an error in studio code: bad indentadion of a mapping entry, but i can’t see whats wrong with it.
Does someone spot the error?
I have a Nefit/Bosch boiler. this boiler does not support opentherm, but uses the EMS bus. to connect my OTB to the boiler i have to use a EMS-OT gateway. i am not sure if this gateway transmits all the sensor data an original OT boiler would transmit.
Sure I’ll work on that but I only have the cloud integration fully functioning, the rames_cc integration remains a WIP. I am actually running both integrations concurrently on the same system.