Genmon Home Assistant without MQTT #1268
twistedroutes
started this conversation in
General
Replies: 1 comment
-
Great info. Thanks @twistedroutes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was playing around, integrating my EG4 Inverter into Home Assistant, and I thought it would be great to add Genmon. I see some MQTT based integrations, but I am not currently using MQTT, so this morning I thought I'd try a quick custom add vs a custom component ( just yet ;-) ).
I've lately been having very slow responses from the web UI but still fairly rapid responses from the API. While this is by no means a replacement for the Genmon UI, it does bring together the most common things that I want and need.
In the Dashboard I ahve configured the "Switch to Automatic Mode" to be available if we are in Manual mode, and "Switch to Manual Mode" to be available if we are in Automatic mode. Start/Stop generator actions are similarly conditional based on the current state.
Here's my dashbaord and the configuration.yaml / scripts.yaml that you can edit. I'm just using a simple REST sensor to pull the data every 60s (or on action, like start/stop/mode-switch)
configuration.yaml
script.yaml
Beta Was this translation helpful? Give feedback.
All reactions