sorry, it tooks a while to check my whole config again. I’m still a bit confused. I have two problems at the moment.
The switch “Proxon Heizelemente Global”
I think this switch has no relevance to all the other “Heizelemente” in my environment. It doesn’t matter if it’s on or off, if I activate any of the other Heizelemente, they show the same status in the Proxon-App (or directly on the panels). But I have to say that I’m not sure if they’re heating or not (it’s already to warm in the house).
The sensor “Proxon Heizelement Status”
This sensor (register) is always 0, no matter which Heizelement is on or off. In the Excel-File I found “Heizmodul 2 Relais Status” at address 583. This one is always 7
Finally I’m not able to see the status of the Heizelemente via the templates
At least these problems are only “nice to have” - everything else is working fine - thanks a lot to all of you!!!
Hi Charly,
maybe one step back
Proxon Heizelement Status:
I hope you know, that you have to create some templates to get all the “heating element status” for each room
- binary_sensor:
- name: Proxon Heizelement Status Wohnzimmer
state: "{% if states('sensor.proxon_heizelement_status') | int | bitwise_and(1) %}on{% else %}off{% endif %}"
unique_id: proxon_heizelement_status_Wohnzimmer
- name: Proxon Heizelement Status Flur
state: "{% if states('sensor.proxon_heizelement_status') | int | bitwise_and(2) %}on{% else %}off{% endif %}"
unique_id: proxon_heizelement_status_Flur
- name: Proxon Heizelement Status Buero
state: "{% if states('sensor.proxon_heizelement_status') | int | bitwise_and(4) %}on{% else %}off{% endif %}"
unique_id: proxon_heizelement_status_Buero
- name: Proxon Heizelement Status Schlafzimmer
state: "{% if states('sensor.proxon_heizelement_status') | int | bitwise_and(8) %}on{% else %}off{% endif %}"
unique_id: proxon_heizelement_status_Schlafzimmer
- name: Proxon Heizelement Status Eline
state: "{% if states('sensor.proxon_heizelement_status') | int | bitwise_and(16) %}on{% else %}off{% endif %}"
unique_id: proxon_heizelement_status_Eline
- name: Proxon Heizelement Status Lean
state: "{% if states('sensor.proxon_heizelement_status') | int | bitwise_and(32) %}on{% else %}off{% endif %}"
unique_id: proxon_heizelement_status_Lean
- name: Proxon Heizelement Status Hobbyraum
state: "{% if states('sensor.proxon_heizelement_status') | int | bitwise_and(64) %}on{% else %}off{% endif %}"
unique_id: proxon_heizelement_status_hobbyraum
“Heizelement Status” (heating element status) provides the information, if the heating element is currently heating or not.
The other sensors for the “heating element” (e.g. proxon_heizelement_buero) - without *status" - , shows the information if the heating element is allowed to heat. depends on the temperature in the room. If its real heating, the status is necessary as described above.
The global sensor: its a bit tricky and don’t ask me why it is like it is.
When the sensor is “off”, all heating element are allowed to be switch on or off and this will be shown in the sensors, but it will never heat. Even if e.g. Buero is On and also the temperature is low so that it should start heating, it will not!
thanks for your repsonse. I guess, I will wait until winter, there is the chance higher that the elemens are heating and at least see the right status.
(The templates are already configured)
Hi Steffen,
Im News on HA. I use a Proxon two and find your dashboard realy nice. I spend some times installing HACS but dont find the named addons. It would be very nice if you could give me a tipp.
Thank you very much for your feedback. I like your integration and I would also want to integrate it into HA for my Proxon system. But I am still quite new to HA.
My problem is the following.
on your GIT hub you refer to the other addons (see below).
I have installed HACS. But I can set the search or the filter as I want, I can’t find anything.
The only thing I could find is an addon in HACS with the name “card-mod 3”.