Giter Club home page Giter Club logo

esphome-rego1000's People

Contributors

gunstr avatar jagheterfredrik avatar stomko11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

esphome-rego1000's Issues

Heating setpoint maxes out at night

Running esphome-rego1000 on an IVT Premiumline HQ with Rego 3.9.0.

All works very well except for one bug(?), or at least a strange phenomena that may (or may not) be caused by rego1000.

During nighttime the heating set point is changed to the maximim allowed heat carrier temp, in my case 55°C. This regardless of the heat curve or the room sensor settings.
rego1000
As shown in the above graph nor the outdoor or the indoor temperature (note that this temp sensor is the one linked to the esphome rego1000 climate entity) justifies such a significant increase in heat demand from the pump. However, for two nights in a row at exactly 21:00 the heating set point is maxed out.

I have experienced this previously as well with the same setup.

Again, the only reason I suspect esphome-rego1000 for now is that I didn't experience this before I installed it.

Any ideas?

Request - Possible to make "Holiday mode" work?

As title says, would it be possible to enable Holiday mode selector? On heatpump, when activated, it allows to set date until when this is active. So either this way, or possibly just enable/disable as I could then turn it off via HA (if heatpump lets enabling it without date set)

Install fails on any board

Trying to install this repo on a board. Target was to use this: https://www.olimex.com/Products/IoT/ESP32/ESP32-EVB/open-source-hardware

However, the board fails to boot if the full code is installed with the following logs (verbose level):

`Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
[ 6][D][esp32-hal-cpu.c:244] setCpuFrequencyMhz(): PLL: 480 / 2 = 240 Mhz, APB: 80000000 Hz
[I][logger:262]: Log initialized
[C][ota:469]: There have been 1 suspected unsuccessful boot attempts.
[D][esp32.preferences:114]: Saving 1 preferences to flash...
[V][esp32.preferences:126]: sync: key: 233825507, len: 4
[D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[I][app:029]: Running through setup()...
[V][app:030]: Sorting components by setup priority...
[C][canbus:010]: Setting up Canbus...
[C][wifi:038]: Setting up WiFi...
[C][wifi:048]: Starting WiFi...
[C][wifi:049]: Local MAC: A0:B7:65:F5:99:B8
[V][esp32.preferences:059]: nvs_get_blob('1580381305'): ESP_ERR_NVS_NOT_FOUND - the key might not be set yet
[V][wifi_esp32:039]: Enabling STA.
[ 99][D][WiFiGeneric.cpp:929] _eventCallback(): Arduino Event: 0 - WIFI_READY
[V][wifi_esp32:454]: Event: WiFi ready
[ 198][V][WiFiGeneric.cpp:338] _arduino_event_cb(): STA Started
[ 198][D][WiFiGeneric.cpp:929] _eventCallback(): Arduino Event: 2 - STA_START
[V][wifi_esp32:469]: Event: WiFi STA start
[D][canbus:031]: send extended id=0x04caffe0 rtr=TRUE size=0
[D][canbus:031]: send extended id=0x04c2bfe0 rtr=TRUE size=0
[D][canbus:031]: send extended id=0x04d9bfe0 rtr=TRUE size=0
[D][canbus:031]: send extended id=0x04be7fe0 rtr=TRUE size=0
[W][component:204]: Component rego1000.sensor took a long time for an operation (1.00 s).
[W][component:205]: Components should block for at most 20-30ms.
[D][canbus:031]: send extended id=0x0664bfe0 rtr=TRUE size=0
[W][component:204]: Component rego1000.sensor took a long time for an operation (1.01 s).
[W][component:205]: Components should block for at most 20-30ms.
[D][canbus:031]: send extended id=0x0492ffe0 rtr=TRUE size=0
[W][component:204]: Component rego1000.switch took a long time for an operation (1.01 s).
[W][component:205]: Components should block for at most 20-30ms.
[D][canbus:031]: send extended id=0x04d5bfe0 rtr=TRUE size=0
[W][component:204]: Component rego1000.sensor took a long time for an operation (1.01 s).
[W][component:205]: Components should block for at most 20-30ms.
[D][canbus:031]: send extended id=0x04f9bfe0 rtr=TRUE size=0
E (10671) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (10671) task_wdt: - loopTask (CPU 1)
E (10671) task_wdt: Tasks currently running:
E (10671) task_wdt: CPU 0: IDLE
E (10671) task_wdt: CPU 1: IDLE
E (10671) task_wdt: Aborting.

abort() was called at PC 0x400fbb3c on core 0

Backtrace:0x400836dd:0x3ffbeadc |<-CORRUPTED

ELF file SHA256: 0000000000000000`

I've tried also on this board and this (https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware and https://www.az-delivery.de/en/products/esp32-d1-mini) but both posts the same error.

I have managed to make the board boot by removing a few sensors from the rego1000.yaml

With the below sensors the board booted fine but adding another one crashes the ESP32:

sensor:

  • platform: homeassistant
    entity_id: sensor.indoor_temperature
    id: indoor_temp
    accuracy_decimals: 1
  • platform: rego1000
    name: Heat Carrier 1
    rego_variable: $GT1_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Outdoor
    rego_variable: $GT2_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Warm water
    rego_variable: $GT3_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Hot gas
    rego_variable: $GT6_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Heat fluid out
    rego_variable: $GT8_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Heat fluid in
    rego_variable: $GT9_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Cold fluid in
    rego_variable: $GT10_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Cold fluid out
    rego_variable: $GT11_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1

However, it does not seem to be a specific issue with the sensors after the above as the boards will boot with those provided I delete the previous ones.

Are my boards not capable of handling the amount of code lines?

My specific code (for rego1000.yaml) below:

esphome:
name: ivt-rego-heatpump-logger

esp32:
board: esp32-evb
framework:
type: arduino

wifi:
ssid: [REDACTED]
password: [REDACTED]
manual_ip:
static_ip: 192.168.6.15
gateway: 192.168.6.1
subnet: 255.255.255.0
ap:
ssid: "esp-rego1000"
password: [REDACTED]

logger:
level: verbose

api:
encryption:
key: "[REDACTED]"

ota:
password: test2

external_components:

  • source: components

web_server:

canbus:

  • platform: esp32_can
    id: can0
    can_id: 0
    tx_pin: GPIO5
    rx_pin: GPIO35
    bit_rate: 125kbps

climate:

  • platform: rego1000
    name: House
    rego_setpoint_variable: $ROOM_SETPOINT_BASE_TEMP
    sensor_id: indoor_temp

sensor:

  • platform: homeassistant
    entity_id: sensor.indoor_temperature
    id: indoor_temp
    accuracy_decimals: 1
  • platform: rego1000
    name: Heat Carrier 1
    rego_variable: $GT1_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Outdoor
    rego_variable: $GT2_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Warm water
    rego_variable: $GT3_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Hot gas
    rego_variable: $GT6_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Heat fluid out
    rego_variable: $GT8_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Heat fluid in
    rego_variable: $GT9_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Cold fluid in
    rego_variable: $GT10_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Cold fluid out
    rego_variable: $GT11_TEMP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Heating start
    rego_variable: $HEATING_START
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Heating stop
    rego_variable: $HEATING_STOP
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Heating setpoint
    rego_variable: $HEATING_SETPOINT
    value_factor: .1
    unit_of_measurement: °C
    state_class: measurement
    accuracy_decimals: 1
  • platform: rego1000
    name: Energy output
    rego_variable: $STATS_ENERGY_OUTPUT
    value_factor: .01
    unit_of_measurement: kWh
    state_class: "total_increasing"
    device_class: "energy"
    accuracy_decimals: 2

binary_sensor:

  • platform: rego1000
    name: "Heat carrier pump"
    rego_listen_can_id: 0x00028${REGO_CAN_SUFFIX}
  • platform: rego1000
    name: "Heat fluid pump"
    rego_listen_can_id: 0x0002c${REGO_CAN_SUFFIX}
  • platform: rego1000
    name: "Three-way valve"
    rego_listen_can_id: 0x00038${REGO_CAN_SUFFIX}
  • platform: rego1000
    name: "Additional heat"
    rego_listen_can_id: 0x0003c${REGO_CAN_SUFFIX}
  • platform: rego1000
    name: "Compressor"
    rego_listen_can_id: 0x00048${REGO_CAN_SUFFIX}
  • platform: rego1000
    name: "Cold fluid pump"
    rego_listen_can_id: 0x00054${REGO_CAN_SUFFIX}

number:

  • platform: rego1000
    name: Hysterisis min
    rego_variable: $HEATING_1A_DIFF_MIN
    unit_of_measurement: °C
    min_value: 2
    max_value: 30
    step: .1
    value_factor: .1
  • platform: rego1000
    name: Hysterisis max
    rego_variable: $HEATING_1A_DIFF_MAX
    unit_of_measurement: °C
    min_value: 2
    max_value: 30
    step: .1
    value_factor: .1
  • platform: rego1000
    name: Hysterisis time factor
    rego_variable: $HEATING_1A_DIFF_CONST
    min_value: 10
    max_value: 30
    step: 1
    value_factor: .1
  • platform: rego1000
    name: Room dial range
    rego_variable: $ROOM_DIAL_RANGE
    min_value: 0
    max_value: 6
    step: 1

switch:

  • platform: rego1000
    name: "DHW Economy"
    rego_variable: $DHW_STATE_ECONOMY
  • platform: rego1000
    name: "Admin access"
    rego_variable: $ACCESS_LEVEL

Help request: register to write to set the indoor temperature on rego 1000 v3.6?

Hi -- This isn't an issue but I'm trying to contact you for a bit of help. I'm looking for the register (and format) for writing in the indoor temperature to my rego 1000 v. 3.6 to emulate the indoor CANbus thermostat. I've looked through the (extensive!) register list you have, but I'm not sure which one (and what format) handles that. Do you know? Thanks!
-David

possible error at editing file rego 1000.yaml

Hi, i am very new in esphome, tryin install esphome-rego1000 on DOIT ESP32 DEVKIT V1 , rego1000.yaml display this errors... Please tell me where i am doing wrong...? Thanks for you reply...
screenshot 2023-04-10 185058

Wrong data from rego1000 V3.6.0

Hi Fredrik,
Thank you for your great work, this is exactly what I was looking for!👍
I'm experiencing some problems with the data from rego1000 with version 3.6.0.
The outdoor temperature is constantly showing +49.0°C and room dial is going back to -1.6 when trying to adjust from HA. Nothing is changing on the panel of the rego.
I modified your code in my esphome to adapt my setup, maybe that is the problem. I'm using a ESP32-WROOM-32 with a MCP2515 for the can bus communication.
Or is it different addresses on my version from the one in the yaml file?
I can see you have uploaded the dump files, but I don't find the correct addresses I'm looking for.

Hope you have some ideas!
BR Fredrik

indoor temperature is NaN

hi,please why is my value of indoor temperature sign aka NaN...? I use version 3.9.0,other vakues is correct, except this one...
Thanks for you great work...
Snímek obrazovky 2023-06-22 220316

[E][RegoReader:231]: Expected DLC of 2 for 0x0CBD3FE0, got 1

Hi,
Looks like a great project, So I thought Id test.

But getting alot of errors in the log. And not the correct data in the webgui:

[E][RegoReader:231]: Expected DLC of 2 for 0x0CBD3FE0, got 1
[E][RegoReader:241]: Expected DLC of 4 for 0x0DC53FE0, got 1
[E][RegoReader:231]: Expected DLC of 2 for 0x0C8DFFE0, got 1
[E][RegoReader:231]: Expected DLC of 2 for 0x0C9B7FE0, got 1
[I][ota:102]: Boot seems successful, resetting boot loop counter.
[E][RegoReader:231]: Expected DLC of 2 for 0x0C84BFE0, got 1

WiFi Signal Sensor | -51 dBm |  
Heat Carrier 1 | 1741.8 °C |  
Outdoor | 1643.2 °C |  
Warm water | nan °C |  
Hot gas | 0.0 °C |  
Heat fluid out | nan °C |  
Heat fluid in | 0.0 °C |  
Cold fluid in | nan °C |  
Cold fluid out | 1741.8 °C |  
Heating start | nan °C |  
Heating stop | 10.5 °C |  
Heat fluid pump control | nan %

Connected the Canlite to the REGO1000 as per diagram found at:
https://www.husdata.se/SupportDoc.asp?view=1&show=36

 Ground             35
  can L            36 
  can H            37
   +12v             38

Should the canL and canH be switched?

Dump values using CAN module MCP2515

My rego1000 is v.3.9.0
I am using MCP2515 which is working, I can read values, but most of them make no sense. I was hoping to be able to dump the values and map it accordingly. Any way I can achieve it using regodump?
This is my config for rego1000 and CAN:

spi:
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19

canbus:
  - platform: mcp2515
    can_id: 0
    id: can0
    cs_pin: GPIO5
    bit_rate: 125kbps

Thanks

Canbus adresser

Hej,
Som jag förstår så är det inte canbus adresser i yaml filerna er ut att vara förkorta, vet du/kan du vilka vilka de äkta canbus adresserna är, jobbar med ett eget program till en annan canbus adapter än esphome.
Mvh
Roger

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.