In the series of connecting pimatic to other systems in the Home Automation eco-system I already developed the mesh plugin.
The Mesh plugin is for interconnecting one or more Pimatic systems. For example still functioning legacy plugins can stay on a legacy pi and the rest on node 10+ rpi’s.
With the pimatic-hass plugin I looked at another way of connecting Pimatic to the Home Automation eco-system. Pimatic-hass makes Pimatic devices available in Home Assistant.
The plugin is mqtt based and is using the mqtt discovery function of Home Assistant (Hass) to automaticaly add pimatic devices. For actionable devices like switch or light the Pimatic devices are synced with Home Assistant. For readonly devices the values are only exposed readable towards Home Assistant.
You can connect 1 or more Pimatic systems to 1 Home Assistant.
If you use it, please let me know what you experienced, what you are missing or is failing.
if you can’t find the plugin on the plugins page of Pimatic (there are some issues) you can add the plugin in the config by adding at the end of the plugin section
{
"plugin": "hass"
}