Reading on the web, I should be able to see this entity under Development Tools > States. It isn’t there. I’m assuming once it appears there, then the rest should be straight forward to add to a dashboard.
I’ve used the Developer Tools > Template utility to test my Json payload and that works.
{%
set my_test_json =
{
"0_power":-5,"0_zappi":0,"0_genbatt":371,"0_house":365
}
%}
The energy is {{ my_test_json['0_genbatt'] }}
The energy is 371
What am I missing? No errors being reported on HA - so believe the config file is correct.
Assuming you are seeing the information in the topic your publishing to via mqttexplorer, then you would likely have more luck asking about this in the home assistant forums. The templating/formatting can be very picky, and I don’t think anyone else here has had to implement anything in this manner yet. Congrats on being an oh-la pioneer
The only thing “special” about how they are setup is in the watchdog handling and the SSO integration. Markus did a really good job managing to tie everything together and monitor it without having to alter the core structure of the applications.
Aside from ensuring the normal support info for each instance is still valid, it also ensures (barring breaking changes) that you can run the update command to keep them current without having to wait for any CORE backed updates