Mikael Falkvidd

Results 112 comments of Mikael Falkvidd

Problem present on my system as well. Looks like the inspect test is faulty. ``` cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS" ``` ``` cat /proc/cgroups #subsys_name hierarchy num_cgroups...

What does the thingsboard log file say? The information there will likely be the quickest way to figure out why it isn't working.

Nothing useful in that log unfortunately. The thingsboard log file will be the key.

Thanks to both of you. Sorry for not giving feedback earlier. As mentioned in https://github.com/mysensors/MySensorsArduinoExamples/pull/22 we would like to keep the dht example as simple as possible. A lot of...

Sounds good. I think the right method is to do git rebase -i, remove all unnecessary commits and then git push —force. See if you can do that. Otherwise I’ll...

Sorry, I am unable to figure out how to do git rebase -i on someone else's fork.

### Dependencies @ericvb yes dependencies are immensely troublesome. Many of the MySensors examples do not need any external libraries. Those generally work quite well. For example sketches that need other...

I can confirm I needed to run 'bundle install'. Not sure if it matters but I am using Ubuntu 18.04 LTS.