Search found 2 matches

by borisk
05 May 2023, 09:08
Forum: ESP Easy: Projects / Applications
Topic: P093 - Mitsubishi Heat Pump plugin
Replies: 30
Views: 37852

Re: P093 - Mitsubishi Heat Pump plugin

Wow, thank you for the (very!) prompt feedback and PR! Yeah, if I remember correctly the reason for picking string and json was actually ESPEasy only allows up to 4 values to be made available to a Controller and I was not aware of PLUGIN_GET_CONFIG_VALUE. Will try to flash one of my ACs over the we...
by borisk
04 May 2023, 13:53
Forum: ESP Easy: Projects / Applications
Topic: P093 - Mitsubishi Heat Pump plugin
Replies: 30
Views: 37852

Re: P093 - Mitsubishi Heat Pump plugin

P093 is sending data with type Sensor_VType::SENSOR_TYPE_STRING; This is right now still experimental. I think we may need to make all variables in this plugin available via 'virtual' taskvalues, like is done in the Level plugin. Thus something like this (with task name "HP" in this examp...