Mikhail Grushinskiy

Results 235 comments of Mikhail Grushinskiy

Proposal ``` "lightning": { "title": "lightning", "type": "object", "description": "Thunderstorms and lightnings related data.", "properties": { "eventType": { "enum": [ "lightning", "disturber", "noiseDetected", "noiseGone" ] }, "distance": { "description": "Distance...

I actually looked though the code https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector Before adding spec proposal Also looked at https://www.lightningmaps.org/ Sent from my iPhone > On Apr 17, 2021, at 2:36 PM, Teppo Kurki ***@***.***>...

Sorry wrong link for code. Here https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library Sent from my iPhone > On Apr 17, 2021, at 2:46 PM, Mikhail Grushinskiy ***@***.***> wrote: > > I actually looked though the...

I’ve wrote a program for raspberry pi to send notifications on lightning strikes. The software is using as3935 sensor https://www.digikey.com/en/products/detail/dfrobot/SEN0290/10279741 The code is posted here: https://github.com/bareboat-necessities/rust-modules/tree/main/lightning-detect

Homeassistant has much bigger support community than SignalK so there is potentially better options to create dashboards. It’s also more flexible for automation tasks, voice alerts via text to speech,...

> I would second this having a home assistant addon for SignalK would be great and prevent running two rpi's that one could do easily on our boat. > >...

Now each SignalK path needs to be mapped to HA sensor. Here is a list of SignalK paths https://github.com/bareboat-necessities/my-bareboat/blob/master/homeassistant/signalk-paths.txt Example mapping to MQTT: https://github.com/bareboat-necessities/my-bareboat/blob/master/homeassistant/configuration.yaml Subscribe topic: ```` +/+/# ```` Victron...

@alexbelgium It would be nice if HA could just discover SignalK via mDNS and connected to it via MQTT. SignalK has MQTT bridge plugin where it publishes all SignalK paths...

@alexbelgium Yes. HA SignalK integration would be more needed piece than just starting SignalK from within HA.

> > discover SignalK via mDNS and connected to it via MQTT. > > This is misleading - there is no way to "connect to SK via MQTT". @tkurki There...