Hi and thanks for developing the plugwise integration!
I have an (ancient) plugwise stick plugged into my Odroid N2+ that runs HA. When I install the integration I select stick and then it’s asking me for the USB Path. How do I figure out what my USB Path is? I’ve tried the default /dev/ttyUSB0 but that doesn’t work.
I’ve also tried ha hardware info in the terminal, but I don’t see USB devices listed there. Do I need to do anything to get it to recognise the USB stick?
Now that you show it like that, yes, it might happen for Preset modes, these could also be made selectable.
But not for Hvac modes, these belong to the climate domain and can be changed via the climate-card.
- unique_id: front_room_thermostat_current_preset_mode
name: Current preset mode
state: >
{{state_attr('climate.front_room','preset_mode')|replace('_',' ')|capitalize}}
icon: >
{% set mode = state_attr('climate.front_room','preset_mode') %}
{% set icon = {'Temporary':'mdi:gesture-double-tap',
'Regulier':'mdi:check-circle',
'Manual':'mdi:gesture-swipe-vertical',
'away':'mdi:home-export-outline',
'vacation':'mdi:beach',
'asleep':'mdi:bed',
'no_frost':'mdi:snowflake'} %}
{{icon[mode] if mode in icon else 'mdi:home'}
not even sure these Temporary, Manual and Regulier are still possible, but I must have added them for some reason a long time ago… need to check the source code for those.
HA Core has matching climate presets for Home and Away.
Plugwise preset asleep could be renamed to match HA Core preset sleep.
But preset for vacation and no_frost would need to be added to HA Core.
Question I couldn’t find in the documentation: How can I add more circles to the Plugwise integration? At the moment I have 3 circles connected in HA, but I have 5 plugged in.
Do I need to connect them to the stick in Plugwise Source or can I edit something to add the serial numbers?
Brilliant, worked a treat.
For reference, if anyone else has an ancient circle plug and needs the reset produre: 2 seconds ON, 2 seconds OFF, 2 seconds ON, 2 seconds OFF, 8 seconds ON, 2 seconds OFF. Then it has been reset.