diff --git a/README.md b/README.md index a5738bb..210d1cb 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,22 @@ This Node-RED node is capturing the packets from a SystaComfort II device and pr ## Supported values -|Value-Key|Description| -|--|--| -|BOILER_START_COUNTER|Starts of boiler gas unit| -|BOILER_WORKING_HOURS|Overall working hours of boiler| -|BUFFER_TANK_TEMPERATURE_TOP|Top temperature of buffer tank| -|BUFFER_TANK_TEMPERATURE_BOTTOM|Bottom temperature of buffer tank| -|SOLAR_YIELD_CURRENT|Current yield of solar| -|SOLAR_YIELD_DAY|Day yield of solar| -|SOLAR_YIELD_TOTAL|Total yield of solar| -|SOLAR_TEMPERATURE_COLLECTOR|Current temperature of solar collector| -|SYSTEM_TEMPERATURE_FLOW|Current temperature of system flow| -|SYSTEM_TEMPERATURE_FLOW_RETURN|Current temperature of system flow (return)| -|SYSTEM_TEMPERATURE_EXTERNAL|External temperature of system| -|SYSTEM_TEMPERATURE_PROCESS_WATER_CURRENT|Current temperature of system process water| -|SYSTEM_TEMPERATURE_PROCESS_WATER_TARGET|Target temperature of system process water| -|SYSTEM_TEMPERATURE_ROOM_TARGET|Target room temperature| +|Value-Key|Topic|Description| +|--|--|--| +|BOILER_START_COUNTER|boiler/starts/get|Starts of boiler gas unit| +|BOILER_WORKING_HOURS|boiler/workinghours/get|Overall working hours of boiler| +|BUFFER_TANK_TEMPERATURE_TOP|buffer/temperature-top/get|Top temperature of buffer tank| +|BUFFER_TANK_TEMPERATURE_BOTTOM|buffer/temperature-bottom/get|Bottom temperature of buffer tank| +|SOLAR_YIELD_CURRENT|solar/yield-current/get|Current yield of solar| +|SOLAR_YIELD_DAY|solar/yield-day/get|Day yield of solar| +|SOLAR_YIELD_TOTAL|solar/yield-total/get|Total yield of solar| +|SOLAR_TEMPERATURE_COLLECTOR|solar/temperature-collector/get|Current temperature of solar collector| +|SYSTEM_TEMPERATURE_FLOW|system/temperature-flow/get|Current temperature of system flow| +|SYSTEM_TEMPERATURE_FLOW_RETURN|system/temperature-flowreturn/get|Current temperature of system flow (return)| +|SYSTEM_TEMPERATURE_EXTERNAL|system/temperature-external/get|External temperature of system| +|SYSTEM_TEMPERATURE_PROCESS_WATER_CURRENT|system/temperature-processwater-current/get|Current temperature of system process water| +|SYSTEM_TEMPERATURE_PROCESS_WATER_TARGET|system/temperature-processwater-target/get|Target temperature of system process water| +|SYSTEM_TEMPERATURE_ROOM_TARGET|system/temperature-room-target/get|Target room temperature| ## Compatible SystaComfort II devices diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ec8d213..4740195 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,8 +8,7 @@ definitions: caches: - node script: - - npm install - - npm test + - npm install # Publish node - step: &step-publish-nodes