How to send data as devices/groups to HomeAssistant
See original GitHub issueCurrently I use this command
mpp-solar -p /dev/hidraw1 -n VII -o hass_mqtt,screen -c QPIGS#QDI#QFLAG#QPIRI \
-q 192.168.1.12 --mqttuser user --mqttpass pass --mqtttopic /PV/status -n SOLAR_INVERTER --daemon
But in home assistant i get bunch of sensors no group/source etc. How to get them in groups?
VII
-QPIGS
+- entities
-QDI
+- entities
-QFLAG
+- entities
-QPIRI
+- entities
Issue Analytics
- State:
- Created a year ago
- Comments:27 (12 by maintainers)
Top Results From Across the Web
Group - Home Assistant
Browse to your Home Assistant instance. In the sidebar click on Settings. From the configuration menu select: Devices & Services. In top of...
Read more >Sending notifications to a group - Home Assistant Community
I was hoping to be able to create a group for devices that accept notifications so you wouldn't have to add each device...
Read more >Service Calls - Home Assistant
Call the service homeassistant.turn_on on the entity group.living_room . This will turn all members of group.living_room on. You can also use entity_id ...
Read more >2022.4: Groups! Groups! Groups! - Home Assistant
Welcoming new helpers to the UI, including groups! ... It now sends over a lot less data and is heavily optimized to send...
Read more >Group of persons? possible? - Home Assistant Community
Have question regarding person and group, by using person i get better presence accurancy as i can father couple of device_tracking for each ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
oh, I left a print statement uncommented v 0.13.9 should fix this
On Wed, 9 Nov 2022 at 09:08, Saentist @.***> wrote:
Same as your original but change
-o hass_mqtt
to-o hassd_mqtt
On Tue, 8 Nov 2022, 7:19 pm Saentist, @.***> wrote: